Code Duplication    Length = 16-16 lines in 2 locations

classes/class-lsx-wetu-importer-tours.php 2 locations

@@ 1292-1307 (lines=16) @@
1289
	/**
1290
	 * The header of the item list
1291
	 */
1292
	public function table_header() {
1293
		?>
1294
		<thead>
1295
		<tr>
1296
			<th style="" class="manage-column column-cb check-column" id="cb" scope="col">
1297
				<label for="cb-select-all-1" class="screen-reader-text"><?php esc_attr_e( 'Select All', 'lsx-wetu-importer' ); ?></label>
1298
				<input type="checkbox" id="cb-select-all-1">
1299
			</th>
1300
			<th style="" class="manage-column column-title " id="title" style="width:50%;" scope="col"><?php esc_attr_e( 'Title', 'lsx-wetu-importer' ); ?></th>
1301
			<th style="" class="manage-column column-date" id="ref" style="width:10%;" scope="col"><?php esc_attr_e( 'Ref', 'lsx-wetu-importer' ); ?></th>
1302
			<th style="" class="manage-column column-date" id="date" scope="col"><?php esc_attr_e( 'Date', 'lsx-wetu-importer' ); ?></th>
1303
			<th style="" class="manage-column column-ssid" id="ssid" scope="col"><?php esc_attr_e( 'WETU ID', 'lsx-wetu-importer' ); ?></th>
1304
		</tr>
1305
		</thead>
1306
		<?php
1307
	}
1308
1309
	/**
1310
	 * The footer of the item list
@@ 1312-1327 (lines=16) @@
1309
	/**
1310
	 * The footer of the item list
1311
	 */
1312
	public function table_footer() {
1313
		?>
1314
		<tfoot>
1315
		<tr>
1316
			<th style="" class="manage-column column-cb check-column" id="cb" scope="col">
1317
				<label for="cb-select-all-1" class="screen-reader-text"><?php esc_attr_e( 'Select All', 'lsx-wetu-importer' ); ?></label>
1318
				<input type="checkbox" id="cb-select-all-1">
1319
			</th>
1320
			<th style="" class="manage-column column-title" scope="col"><?php esc_attr_e( 'Title', 'lsx-wetu-importer' ); ?></th>
1321
			<th style="" class="manage-column column-date" id="ref" style="width:10%;" scope="col"><?php esc_attr_e( 'Ref', 'lsx-wetu-importer' ); ?></th>			
1322
			<th style="" class="manage-column column-date" scope="col"><?php esc_attr_e( 'Date', 'lsx-wetu-importer' ); ?></th>
1323
			<th style="" class="manage-column column-ssid" scope="col"><?php esc_attr_e( 'WETU ID', 'lsx-wetu-importer' ); ?></th>
1324
		</tr>
1325
		</tfoot>
1326
		<?php
1327
	}
1328
}
1329