Changeset 2071:04a2d46c1d46 for inc
- Timestamp:
- 09/24/13 20:34:12 (12 years ago)
- Branch:
- default
- Location:
- inc/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcactioncomments.php
r2069 r2071 17 17 parent::__construct($core,$uri,$redirect_args); 18 18 $this->redirect_fields = array('type','author','status', 19 'sortby','ip','order','page','nb' );19 'sortby','ip','order','page','nb','section'); 20 20 $this->field_entries = 'comments'; 21 21 $this->title_cb = __('Comments'); -
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.