Changeset 2002:a0de6679a058 for inc/admin/lib.pager.php
- Timestamp:
- 09/22/13 12:09:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.pager.php
r1999 r2002 167 167 } 168 168 $html_block = 169 '<table class="clear"><caption class="hidden">'.__('Entries list').'</caption><tr>'. 169 '<div class="table-outer">'. 170 '<table><caption class="hidden">'.__('Entries list').'</caption><tr>'. 170 171 '<th colspan="2" class="first">'.__('Title').'</th>'. 171 172 '<th scope="col">'.__('Date').'</th>'. … … 175 176 '<th scope="col">'.__('Trackbacks').'</th>'. 176 177 '<th scope="col">'.__('Status').'</th>'. 177 '</tr>%s</table> ';178 '</tr>%s</table></div>'; 178 179 179 180 if ($enclose_block) { … … 279 280 280 281 $html_block = 281 '<table class="clear"><caption class="hidden">'.__('Entries list').'</caption><tr>'. 282 '<div class="table-outer clear">'. 283 '<table><caption class="hidden">'.__('Entries list').'</caption><tr>'. 282 284 '<th scope="col">'.__('Title').'</th>'. 283 285 '<th scope="col">'.__('Date').'</th>'. 284 286 '<th scope="col">'.__('Author').'</th>'. 285 287 '<th scope="col">'.__('Status').'</th>'. 286 '</tr>%s</table> ';288 '</tr>%s</table></div>'; 287 289 288 290 if ($enclose_block) { … … 377 379 } 378 380 $html_block = 381 '<div class="table-outer">'. 379 382 '<table><caption class="hidden">'.__('Comments and trackbacks list').'</caption><tr>'. 380 383 '<th colspan="2" scope="col" abbr="comm" class="first">'.__('Type').'</th>'. … … 383 386 '<th scope="col" class="txt-center">'.__('Status').'</th>'. 384 387 '<th scope="col" abbr="entry">'.__('Entry title').'</th>'. 385 '</tr>%s</table> ';388 '</tr>%s</table></div>'; 386 389 387 390 if ($enclose_block) { … … 485 488 486 489 $html_block = 487 '<table class="clear"><caption class="hidden">'.__('Users list').'</caption><tr>'. 490 '<div class="table-outer clear">'. 491 '<table><caption class="hidden">'.__('Users list').'</caption><tr>'. 488 492 '<th colspan="2" scope="col" class="first">'.__('Username').'</th>'. 489 493 '<th scope="col">'.__('First Name').'</th>'. … … 491 495 '<th scope="col">'.__('Display name').'</th>'. 492 496 '<th scope="col" class="nowrap">'.__('Entries (all types)').'</th>'. 493 '</tr>%s</table> ';497 '</tr>%s</table></div>'; 494 498 495 499 if ($enclose_block) {
Note: See TracChangeset
for help on using the changeset viewer.