Changeset 3126:19af5f62e940 for admin
- Timestamp:
- 10/25/15 10:09:44 (10 years ago)
- 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. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r3091 r3126 271 271 form::hidden(array('sortby'),$sortby). 272 272 form::hidden(array('order'),$order). 273 form::hidden(array('author'), preg_replace('/%/','%%',$author)).273 form::hidden(array('author'),html::escapeHTML(preg_replace('/%/','%%',$author))). 274 274 form::hidden(array('status'),$status). 275 275 form::hidden(array('ip'),preg_replace('/%/','%%',$ip)). -
admin/comments.php
r3121 r3126 245 245 '<p><label for="order" class="ib">'.__('Sort:').'</label> '. 246 246 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">'. 248 248 form::field('nb',3,3,$nb_per_page).' '. 249 249 __('comments per page').'</label></p>'.
Note: See TracChangeset
for help on using the changeset viewer.