Changeset 1514:fe93bb38a591 for admin/comments.php
- Timestamp:
- 08/21/13 10:45:32 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r1480 r1514 219 219 echo 220 220 '<form action="comments.php" method="get" id="filters-form">'. 221 '<h3 >'.__('Filter comments and trackbacks list').'</h3>'.221 '<h3 class="hidden">'.__('Filter comments and trackbacks list').'</h3>'. 222 222 '<div class="table">'. 223 223 224 224 '<div class="cell">'. 225 '<h4>'.__('Filters').'</h4>'. 225 226 '<p><label for="type" class="ib">'.__('Type:').'</label> '. 226 227 form::combo('type',$type_combo,$type).'</p> '. … … 229 230 '</div>'. 230 231 231 '<div class="cell ">'.232 '<div class="cell filters-sibling-cell">'. 232 233 '<p><label for="author" class="ib">'.__('Author:').'</label> '. 233 234 form::field('author',20,255,html::escapeHTML($author)).'</p>'. … … 237 238 238 239 '<div class="cell filters-options">'. 240 '<h4>'.__('Display options').'</h4>'. 239 241 '<p><label for="sortby" class="ib">'.__('Order by:').'</label> '. 240 242 form::combo('sortby',$sortby_combo,$sortby).'</p>'. … … 247 249 248 250 '</div>'. 249 '<p><input type="submit" value="'.__('Apply filters ').'" />'.251 '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 250 252 '<br class="clear" /></p>'. //Opera sucks 251 253 '</form>';
Note: See TracChangeset
for help on using the changeset viewer.