- Timestamp:
- 01/24/10 10:03:55 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/content/plugins/users/templates/users_permissions.php
r847 r980 25 25 */ 26 26 ?> 27 <div id="users_permissions"> 28 27 29 <h2><?php echo $h->lang["users_permissions"]; ?>: <?php echo $h->vars['user']->name; ?></h2> 28 30 … … 41 43 <div style='text-align: right'><input class='submit' type='submit' value='<?php echo $h->lang['users_permissions_update']; ?>' /></div> 42 44 </form> 45 </div>