Changeset 2566:9bf417837888 for admin/users.php
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/users.php
r2314 r2566 71 71 $order='asc'; 72 72 } 73 73 74 74 if ($sortby != 'user_id' || $order != 'asc') { 75 75 $show_filters = true; … … 121 121 dcPage::message(__('The permissions have been successfully updated.')); 122 122 } 123 123 124 124 echo 125 125 '<p class="top-add"><strong><a class="button add" href="user.php">'.__('New user').'</a></strong></p>'. 126 126 '<form action="users.php" method="get" id="filters-form">'. 127 127 '<h3 class="out-of-screen-if-js">'.$form_filter_title.'</h3>'. 128 128 129 129 '<div class="table">'. 130 130 '<div class="cell">'. … … 140 140 '<p><label for="order" class="ib">'.__('Sort:').'</label> '. 141 141 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">'. 143 143 form::field('nb',3,3,$nb_per_page).' '.__('users per page').'</label></p> '. 144 144 '</div>'. 145 145 '</div>'. 146 146 147 '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 147 '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 148 148 '<br class="clear" /></p>'. //Opera sucks 149 149 '</form>'; 150 150 151 151 # Show users 152 152 $user_list->display($page,$nb_per_page, 153 153 '<form action="users_actions.php" method="post" id="form-users">'. 154 154 155 155 '%s'. 156 156 157 157 '<div class="two-cols">'. 158 158 '<p class="col checkboxes-helpers"></p>'. 159 159 160 160 '<p class="col right"><label for="action" class="classic">'. 161 161 __('Selected users action:').' '. … … 177 177 dcPage::helpBlock('core_users'); 178 178 dcPage::close(); 179 ?>
Note: See TracChangeset
for help on using the changeset viewer.