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

    r1476 r1514  
    269269     echo 
    270270     '<form action="posts.php" method="get" id="filters-form">'. 
    271      '<h3>'.__('Filter posts list').'</h3>'. 
     271     '<h3 class="hidden">'.__('Filter posts list').'</h3>'. 
    272272 
    273273     '<div class="table">'. 
    274274     '<div class="cell">'. 
     275     '<h4>'.__('Filters').'</h4>'. 
    275276     '<p><label for="user_id" class="ib">'.__('Author:').'</label> '. 
    276277     form::combo('user_id',$users_combo,$user_id).'</p>'. 
     
    281282     '</div>'. 
    282283      
    283      '<div class="cell">'. 
     284     '<div class="cell filters-sibling-cell">'. 
    284285     '<p><label for="selected" class="ib">'.__('Selected:').'</label> '. 
    285286     form::combo('selected',$selected_combo,$selected).'</p>'. 
     
    291292      
    292293     '<div class="cell filters-options">'. 
     294     '<h4>'.__('Display options').'</h4>'. 
    293295     '<p><label for="sortby" class="ib">'.__('Order by:').'</label> '. 
    294296     form::combo('sortby',$sortby_combo,$sortby).'</p>'. 
     
    301303     '</div>'. 
    302304 
    303      '<p><input type="submit" value="'.__('Apply filters').'" />'. 
     305     '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 
    304306     '<br class="clear" /></p>'. //Opera sucks 
    305307     '</form>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map