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

    r1480 r1514  
    219219     echo 
    220220     '<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>'. 
    222222     '<div class="table">'. 
    223223 
    224224     '<div class="cell">'. 
     225     '<h4>'.__('Filters').'</h4>'. 
    225226     '<p><label for="type" class="ib">'.__('Type:').'</label> '. 
    226227     form::combo('type',$type_combo,$type).'</p> '. 
     
    229230     '</div>'. 
    230231      
    231      '<div class="cell">'. 
     232     '<div class="cell filters-sibling-cell">'. 
    232233     '<p><label for="author" class="ib">'.__('Author:').'</label> '. 
    233234     form::field('author',20,255,html::escapeHTML($author)).'</p>'. 
     
    237238      
    238239     '<div class="cell filters-options">'. 
     240     '<h4>'.__('Display options').'</h4>'. 
    239241     '<p><label for="sortby" class="ib">'.__('Order by:').'</label> '. 
    240242     form::combo('sortby',$sortby_combo,$sortby).'</p>'. 
     
    247249      
    248250     '</div>'. 
    249      '<p><input type="submit" value="'.__('Apply filters').'" />'. 
     251     '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 
    250252     '<br class="clear" /></p>'. //Opera sucks 
    251253     '</form>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map