Changeset 1514:fe93bb38a591 for admin/posts.php
- Timestamp:
- 08/21/13 10:45:32 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r1476 r1514 269 269 echo 270 270 '<form action="posts.php" method="get" id="filters-form">'. 271 '<h3 >'.__('Filter posts list').'</h3>'.271 '<h3 class="hidden">'.__('Filter posts list').'</h3>'. 272 272 273 273 '<div class="table">'. 274 274 '<div class="cell">'. 275 '<h4>'.__('Filters').'</h4>'. 275 276 '<p><label for="user_id" class="ib">'.__('Author:').'</label> '. 276 277 form::combo('user_id',$users_combo,$user_id).'</p>'. … … 281 282 '</div>'. 282 283 283 '<div class="cell ">'.284 '<div class="cell filters-sibling-cell">'. 284 285 '<p><label for="selected" class="ib">'.__('Selected:').'</label> '. 285 286 form::combo('selected',$selected_combo,$selected).'</p>'. … … 291 292 292 293 '<div class="cell filters-options">'. 294 '<h4>'.__('Display options').'</h4>'. 293 295 '<p><label for="sortby" class="ib">'.__('Order by:').'</label> '. 294 296 form::combo('sortby',$sortby_combo,$sortby).'</p>'. … … 301 303 '</div>'. 302 304 303 '<p><input type="submit" value="'.__('Apply filters ').'" />'.305 '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 304 306 '<br class="clear" /></p>'. //Opera sucks 305 307 '</form>';
Note: See TracChangeset
for help on using the changeset viewer.