Dotclear

Changeset 3126:19af5f62e940 for admin


Ignore:
Timestamp:
10/25/15 10:09:44 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Children:
3128:3863cfaaae8d, 3130:dc667b6545bf
Parents:
3118:5c671c6fae8a (diff), 3125:3491c455735d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge 2.8.2 into 2.9 (default)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/comments.php

    r3091 r3126  
    271271     form::hidden(array('sortby'),$sortby). 
    272272     form::hidden(array('order'),$order). 
    273      form::hidden(array('author'),preg_replace('/%/','%%',$author)). 
     273     form::hidden(array('author'),html::escapeHTML(preg_replace('/%/','%%',$author))). 
    274274     form::hidden(array('status'),$status). 
    275275     form::hidden(array('ip'),preg_replace('/%/','%%',$ip)). 
  • admin/comments.php

    r3121 r3126  
    245245     '<p><label for="order" class="ib">'.__('Sort:').'</label> '. 
    246246     form::combo('order',$order_combo,$order).'</p>'. 
    247      '<p><span class="label ib">Afficher</span> <label for="nb" class="classic">'. 
     247     '<p><span class="label ib">'.__('Show').'</span> <label for="nb" class="classic">'. 
    248248     form::field('nb',3,3,$nb_per_page).' '. 
    249249     __('comments per page').'</label></p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map