Changeset 1514:fe93bb38a591 for admin/blogs.php
- Timestamp:
- 08/21/13 10:45:32 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blogs.php
r1426 r1514 97 97 echo 98 98 '<form action="blogs.php" method="get" id="filters-form">'. 99 '<h3 >'.__('Filter blogs list').'</h3>'.99 '<h3 class="hidden">'.__('Filter blogs list').'</h3>'. 100 100 101 101 '<div class="table">'. 102 102 '<div class="cell">'. 103 '<h4>'.__('Filters').'</h4>'. 103 104 '<p><label for="q" class="ib">'.__('Search:').'</label> '. 104 105 form::field('q',20,255,html::escapeHTML($q)).'</p>'. … … 106 107 107 108 '<div class="cell filters-options">'. 109 '<h4>'.__('Display options').'</h4>'. 108 110 '<p><label for="sortby" class="ib">'.__('Order by:').'</label> '. 109 111 form::combo('sortby',$sortby_combo,html::escapeHTML($sortby)).'</p>'. … … 115 117 '</div>'. 116 118 117 '<p><input type="submit" value="'.__('Apply filters ').'" />'.119 '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 118 120 '<br class="clear" /></p>'. //Opera sucks 119 121 '</form>';
Note: See TracChangeset
for help on using the changeset viewer.