Dotclear


Ignore:
Timestamp:
12/06/11 10:53:56 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
formfilters
Message:

Handled after-actions redirections, columns selection now works, author filter autocompletion ok.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/comments.php

    r764 r780  
    8686     $authorFilter->setValue($_GET['author']); 
    8787} 
     88$with_spam=true; 
    8889/* Get comments 
    8990-------------------------------------------------------- */ 
     
    145146     $core->formNonce(). 
    146147     '<input type="submit" value="'.__('ok').'" /></p>'. 
    147      form::hidden(array('type'),$type). 
    148      form::hidden(array('author'),preg_replace('/%/','%%',$author)). 
    149      form::hidden(array('status'),$status). 
    150      form::hidden(array('ip'),preg_replace('/%/','%%',$ip)). 
     148     str_replace('%','%%',$filterSet->getFormFieldsAsHidden()). 
    151149     '</div>'. 
    152150      
Note: See TracChangeset for help on using the changeset viewer.

Sites map