diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_assign_user.tpl | 4 | ||||
| -rw-r--r-- | templates/admin_permission.tpl | 4 | ||||
| -rw-r--r-- | templates/register.tpl | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/admin_assign_user.tpl b/templates/admin_assign_user.tpl index 40a90aa..6159078 100644 --- a/templates/admin_assign_user.tpl +++ b/templates/admin_assign_user.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/admin_assign_user.tpl,v 1.2 2006/09/03 20:14:58 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/admin_assign_user.tpl,v 1.3 2007/01/14 13:10:04 squareing Exp $ *} {strip} <div class="floaticon">{bithelp}</div> <div class="floaticon"><a href="{$smarty.const.USERS_PKG_URL}admin/index.php">{biticon ipackage="icons" iname="go-previous" iexplain="back to users"}</a></div> @@ -6,7 +6,7 @@ <div class="admin users"> <div class="header"> <h1>{tr}Assign user to groups{/tr}</h1> - <h2>Assign and remove groups for user {$assignUser->mInfo.login}</h2> + <p>Assign and remove groups for user {$assignUser->mInfo.login}</p> </div> <div class="body"> diff --git a/templates/admin_permission.tpl b/templates/admin_permission.tpl index b2ccda9..0d402a0 100644 --- a/templates/admin_permission.tpl +++ b/templates/admin_permission.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/Attic/admin_permission.tpl,v 1.2 2005/08/07 17:46:48 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/Attic/admin_permission.tpl,v 1.3 2007/01/14 13:10:09 squareing Exp $ *} {strip} <div class="floaticon">{bithelp}</div> @@ -8,7 +8,7 @@ <h1>{tr}Assign permissions{/tr}</h1> </div> - <h2>{tr}{$group} permissions{/tr}</h2> + <p>{tr}{$group} permissions{/tr}</p> <div class="navbar"> <a href="{$smarty.const.USERS_PKG_URL}admin/admin_groups.php">{tr}Back to groups{/tr}</a> diff --git a/templates/register.tpl b/templates/register.tpl index 34a286b..0e43c66 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -3,7 +3,7 @@ <div class="display login"> <div class="header"> <h1>{tr}Register as a new user{/tr}</h1> - {if $showmsg eq 'y'}<h2>{$msg}</h2>{/if} + {if $showmsg eq 'y'}<p>{$msg}</p>{/if} </div> {if $showmsg ne 'y'} |
