Dotclear

Changeset 2071:04a2d46c1d46 for admin


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r2067 r2071  
    147147     $anchor = 'comments'; 
    148148}     
    149 $comments_actions_page = new dcCommentsActionsPage($core,'post.php',array('id' => $post_id, '_ANCHOR'=>$anchor)); 
     149 
     150$comments_actions_page = new dcCommentsActionsPage($core,'post.php',array('id' => $post_id, '_ANCHOR'=>$anchor,'section' => $anchor)); 
    150151 
    151152if ($comments_actions_page->process()) { 
     
    658659          '<p class="col right"><label for="action" class="classic">'.__('Selected comments action:').'</label> '. 
    659660          form::combo('action',$combo_action). 
    660           form::hidden('section','comments'). 
     661          form::hidden(array('section'),'comments'). 
    661662          form::hidden(array('id'),$post_id). 
    662663          $core->formNonce(). 
     
    743744          form::combo('action', $combo_action). 
    744745          form::hidden('id',$post_id). 
    745           form::hidden('section','trackbacks'). 
     746          form::hidden(array('section'),'trackbacks'). 
    746747          $core->formNonce(). 
    747748          '<input type="submit" value="'.__('ok').'" /></p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map