Changeset 1514:fe93bb38a591 for admin/users.php
- Timestamp:
- 08/21/13 10:45:32 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/users.php
r1474 r1514 120 120 echo 121 121 '<form action="users.php" method="get" id="filters-form">'. 122 '<h3 >'.__('Filter users list').'</h3>'.122 '<h3 class="hidden">'.__('Filter users list').'</h3>'. 123 123 124 124 '<div class="table">'. 125 125 '<div class="cell">'. 126 '<h4>'.__('Filters').'</h4>'. 126 127 '<p><label for="q" class="ib">'.__('Search:').'</label> '. 127 128 form::field('q',20,255,html::escapeHTML($q)).'</p>'. … … 129 130 130 131 '<div class="cell filters-options">'. 132 '<h4>'.__('Display options').'</h4>'. 131 133 '<p><label for="sortby" class="ib">'.__('Order by:').'</label> '. 132 134 form::combo('sortby',$sortby_combo,$sortby).'</p> '. … … 138 140 '</div>'. 139 141 140 '<p><input type="submit" value="'.__('Apply filters ').'" />'.142 '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 141 143 '<br class="clear" /></p>'. //Opera sucks 142 144 '</form>';
Note: See TracChangeset
for help on using the changeset viewer.