Changeset 3:cf375f1e7b0f for admin/users.php
- Timestamp:
- 04/27/11 09:06:30 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/users.php
r0 r3 117 117 } 118 118 119 echo '<h2>'.__('Users').'</h2>';120 121 echo '<p><strong><a href="user.php">'.__('Create a new user').'</a></strong></p>';119 echo 120 '<h2>'.__('Users').'</h2>'. 121 '<p class="top-add"><strong><a class="button add" href="user.php"><img src="images/add.png" alt="" />'.__('Create a new user').'</a></strong></p>'; 122 122 123 123 if (!$show_filters) { … … 144 144 '<p><label class="classic">'. form::field('nb',3,3,$nb_per_page).' '. 145 145 __('Users per page').'</label> '. 146 '<input type="submit" value="'.__(' filter').'" /></p>'.146 '<input type="submit" value="'.__('Apply filters').'" /></p>'. 147 147 '</div>'. 148 148
Note: See TracChangeset
for help on using the changeset viewer.