Code Duplication    Length = 16-16 lines in 2 locations

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

@@ 1380-1395 (lines=16) @@
1377
	/**
1378
	 * The header of the item list
1379
	 */
1380
	public function table_header() {
1381
		?>
1382
		<thead>
1383
		<tr>
1384
			<th style="" class="manage-column column-cb check-column" id="cb" scope="col">
1385
				<label for="cb-select-all-1" class="screen-reader-text"><?php esc_attr_e( 'Select All', 'wetu-importer' ); ?></label>
1386
				<input type="checkbox" id="cb-select-all-1">
1387
			</th>
1388
			<th style="" class="manage-column column-title " id="title" style="width:50%;" scope="col"><?php esc_attr_e( 'Title', 'wetu-importer' ); ?></th>
1389
			<th style="" class="manage-column column-date" id="ref" style="width:10%;" scope="col"><?php esc_attr_e( 'Ref', 'wetu-importer' ); ?></th>
1390
			<th style="" class="manage-column column-date" id="date" scope="col"><?php esc_attr_e( 'Date', 'wetu-importer' ); ?></th>
1391
			<th style="" class="manage-column column-ssid" id="ssid" scope="col"><?php esc_attr_e( 'WETU ID', 'wetu-importer' ); ?></th>
1392
		</tr>
1393
		</thead>
1394
		<?php
1395
	}
1396
1397
	/**
1398
	 * The footer of the item list
@@ 1400-1415 (lines=16) @@
1397
	/**
1398
	 * The footer of the item list
1399
	 */
1400
	public function table_footer() {
1401
		?>
1402
		<tfoot>
1403
		<tr>
1404
			<th style="" class="manage-column column-cb check-column" id="cb" scope="col">
1405
				<label for="cb-select-all-1" class="screen-reader-text"><?php esc_attr_e( 'Select All', 'wetu-importer' ); ?></label>
1406
				<input type="checkbox" id="cb-select-all-1">
1407
			</th>
1408
			<th style="" class="manage-column column-title" scope="col"><?php esc_attr_e( 'Title', 'wetu-importer' ); ?></th>
1409
			<th style="" class="manage-column column-date" id="ref" style="width:10%;" scope="col"><?php esc_attr_e( 'Ref', 'wetu-importer' ); ?></th>			
1410
			<th style="" class="manage-column column-date" scope="col"><?php esc_attr_e( 'Date', 'wetu-importer' ); ?></th>
1411
			<th style="" class="manage-column column-ssid" scope="col"><?php esc_attr_e( 'WETU ID', 'wetu-importer' ); ?></th>
1412
		</tr>
1413
		</tfoot>
1414
		<?php
1415
	}	
1416
1417
}
1418