Changeset 2071:04a2d46c1d46 for inc/admin/lib.pager.php
- Timestamp:
- 09/24/13 20:34:12 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.pager.php
r2008 r2071 457 457 $res .= 458 458 '<td class="nowrap">'. 459 form::checkbox(array('comments[]'),$this->rs->comment_id, '','','',0).'</td>'.459 form::checkbox(array('comments[]'),$this->rs->comment_id,$checked,'','',0).'</td>'. 460 460 '<td class="nowrap" abbr="'.__('Type and author').'" scope="row">'. 461 461 '<a href="'.$comment_url.'" title="'.$comment_title.'">'.
Note: See TracChangeset
for help on using the changeset viewer.