Changeset 1514:fe93bb38a591
- Timestamp:
- 08/21/13 10:45:32 (12 years ago)
- Branch:
- default
- Files:
-
- 6 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>'; -
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>'; -
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>'; -
admin/style/default.css
r1512 r1514 883 883 option.avail10n { 884 884 background: transparent url(../images/check-on.png) no-repeat 0 50%; 885 } 886 /* ---------------------------------------------------------- Antispam extensions */ 887 .antispam { 888 height: 200px; 889 overflow: auto; 890 margin-bottom: 1em; 891 } 892 .antispam p { 893 margin: 1px 0 0 0; 894 padding: 0.2em 0.5em; 895 } 896 .antispam p.global { 897 background: #ccff99; 885 898 } 886 899 /* ------------------------------------------------------------------ contextual help */ … … 1586 1599 padding: 0; 1587 1600 margin-bottom: 1em; 1588 margin-top: 1.5em;1601 margin-top: .5em; 1589 1602 } 1590 1603 #filters-form .cell { … … 1593 1606 vertical-align: top; 1594 1607 } 1608 #filters-form .filters-sibling-cell { 1609 padding-top: 3.8em; 1610 } 1595 1611 #filters-form .filters-options { 1596 1612 padding-left: 2em; … … 1607 1623 #filters-form select { 1608 1624 width: 14em; 1625 } 1626 #filters-form h4 { 1627 margin-top: 0; 1628 margin-bottom: 2em; 1609 1629 } 1610 1630 -
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>'; -
locales/fr/main.po
r1508 r1514 3141 3141 msgid "Edit" 3142 3142 msgstr "Modifier" 3143 3144 msgid "Display options" 3145 msgstr "Options d\'affichage" 3146 3147 msgid "Apply filters and display options" 3148 msgstr "Appliquer les filtres et options d\'affichage"
Note: See TracChangeset
for help on using the changeset viewer.