Dotclear


Ignore:
Timestamp:
08/21/13 10:45:32 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Filters box. Add h4 and replace "Apply filters" by "Apply filters and display options".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/users.php

    r1474 r1514  
    120120     echo 
    121121     '<form action="users.php" method="get" id="filters-form">'. 
    122      '<h3>'.__('Filter users list').'</h3>'. 
     122     '<h3 class="hidden">'.__('Filter users list').'</h3>'. 
    123123      
    124124     '<div class="table">'. 
    125125     '<div class="cell">'. 
     126     '<h4>'.__('Filters').'</h4>'. 
    126127     '<p><label for="q" class="ib">'.__('Search:').'</label> '. 
    127128     form::field('q',20,255,html::escapeHTML($q)).'</p>'. 
     
    129130 
    130131     '<div class="cell filters-options">'. 
     132     '<h4>'.__('Display options').'</h4>'. 
    131133     '<p><label for="sortby" class="ib">'.__('Order by:').'</label> '. 
    132134     form::combo('sortby',$sortby_combo,$sortby).'</p> '. 
     
    138140     '</div>'. 
    139141 
    140      '<p><input type="submit" value="'.__('Apply filters').'" />'.     
     142     '<p><input type="submit" value="'.__('Apply filters and display options').'" />'.     
    141143     '<br class="clear" /></p>'. //Opera sucks 
    142144     '</form>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map