Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/users.php

    r2314 r2566  
    7171          $order='asc'; 
    7272     } 
    73       
     73 
    7474     if ($sortby != 'user_id' || $order != 'asc') { 
    7575          $show_filters = true; 
     
    121121          dcPage::message(__('The permissions have been successfully updated.')); 
    122122     } 
    123       
     123 
    124124     echo 
    125125     '<p class="top-add"><strong><a class="button add" href="user.php">'.__('New user').'</a></strong></p>'. 
    126126     '<form action="users.php" method="get" id="filters-form">'. 
    127127     '<h3 class="out-of-screen-if-js">'.$form_filter_title.'</h3>'. 
    128       
     128 
    129129     '<div class="table">'. 
    130130     '<div class="cell">'. 
     
    140140     '<p><label for="order" class="ib">'.__('Sort:').'</label> '. 
    141141     form::combo('order',$order_combo,$order).'</p>'. 
    142      '<p><span class="label ib">'.__('Show').'</span> <label for="nb" class="classic">'.   
     142     '<p><span class="label ib">'.__('Show').'</span> <label for="nb" class="classic">'. 
    143143     form::field('nb',3,3,$nb_per_page).' '.__('users per page').'</label></p> '. 
    144144     '</div>'. 
    145145     '</div>'. 
    146146 
    147      '<p><input type="submit" value="'.__('Apply filters and display options').'" />'.     
     147     '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 
    148148     '<br class="clear" /></p>'. //Opera sucks 
    149149     '</form>'; 
    150       
     150 
    151151     # Show users 
    152152     $user_list->display($page,$nb_per_page, 
    153153     '<form action="users_actions.php" method="post" id="form-users">'. 
    154       
     154 
    155155     '%s'. 
    156       
     156 
    157157     '<div class="two-cols">'. 
    158158     '<p class="col checkboxes-helpers"></p>'. 
    159       
     159 
    160160     '<p class="col right"><label for="action" class="classic">'. 
    161161     __('Selected users action:').' '. 
     
    177177dcPage::helpBlock('core_users'); 
    178178dcPage::close(); 
    179 ?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map