Dotclear

Changeset 2071:04a2d46c1d46 for inc


Ignore:
Timestamp:
09/24/13 20:34:12 (12 years ago)
Author:
Dsls
Branch:
default
Message:

added checkboxes memory in comments lists, small fixes to comment actions

Location:
inc/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/actions/class.dcactioncomments.php

    r2069 r2071  
    1717          parent::__construct($core,$uri,$redirect_args); 
    1818          $this->redirect_fields = array('type','author','status', 
    19                'sortby','ip','order','page','nb'); 
     19               'sortby','ip','order','page','nb','section'); 
    2020          $this->field_entries = 'comments'; 
    2121          $this->title_cb = __('Comments'); 
  • inc/admin/lib.pager.php

    r2008 r2071  
    457457          $res .= 
    458458          '<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>'. 
    460460          '<td class="nowrap" abbr="'.__('Type and author').'" scope="row">'. 
    461461               '<a href="'.$comment_url.'" title="'.$comment_title.'">'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map