Show
Ignore:
Timestamp:
01/24/10 10:03:55 (2 years ago)
Author:
nick_ramsay
Message:

[Branch] Bars theme, plus tweaks to default templates (extra css ids/class names), and removed unnecessary table from submit step 1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/content/plugins/users/templates/users_permissions.php

    r847 r980  
    2525 */ 
    2626?> 
     27<div id="users_permissions"> 
     28 
    2729    <h2><?php echo $h->lang["users_permissions"]; ?>: <?php echo $h->vars['user']->name; ?></h2> 
    2830     
     
    4143    <div style='text-align: right'><input class='submit' type='submit' value='<?php echo  $h->lang['users_permissions_update']; ?>' /></div> 
    4244    </form> 
     45</div>