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/blogs.php

    r1426 r1514  
    9797     echo 
    9898     '<form action="blogs.php" method="get" id="filters-form">'. 
    99      '<h3>'.__('Filter blogs list').'</h3>'. 
     99     '<h3 class="hidden">'.__('Filter blogs list').'</h3>'. 
    100100      
    101101     '<div class="table">'. 
    102102     '<div class="cell">'. 
     103     '<h4>'.__('Filters').'</h4>'. 
    103104     '<p><label for="q" class="ib">'.__('Search:').'</label> '. 
    104105     form::field('q',20,255,html::escapeHTML($q)).'</p>'. 
     
    106107      
    107108     '<div class="cell filters-options">'. 
     109     '<h4>'.__('Display options').'</h4>'. 
    108110     '<p><label for="sortby" class="ib">'.__('Order by:').'</label> '. 
    109111     form::combo('sortby',$sortby_combo,html::escapeHTML($sortby)).'</p>'. 
     
    115117     '</div>'. 
    116118 
    117      '<p><input type="submit" value="'.__('Apply filters').'" />'. 
     119     '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 
    118120     '<br class="clear" /></p>'. //Opera sucks 
    119121     '</form>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map