X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fadmin%2Fuser.tpl;h=c4d880d9e176d5f7f698e429c9fd1c0b789205b3;hb=82af3fc3b6e003b0cbbcf4faf4ed4f0ea5c07570;hp=ece9ad6fc3941e16861265521d428519d21aa814;hpb=1d889ac45069d56f9ef4bcbf94b444d087004c7c;p=platal.git diff --git a/templates/admin/user.tpl b/templates/admin/user.tpl index ece9ad6..c4d880d 100644 --- a/templates/admin/user.tpl +++ b/templates/admin/user.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2010 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -93,8 +93,8 @@ function ban_read() document.forms.bans.read_perm.value = "!xorg.*"; } -$(document).ready(function() { - $('#tabs > ul').tabs(); +$(function() { + $('#tabs').tabs(); $('.ui-tabs-nav li').width('24%') .click(function() { $(this).children('a').click() }); }); @@ -105,12 +105,11 @@ $(document).ready(function() {
-
@@ -160,6 +159,10 @@ $(document).ready(function() { + + Email + {if $user->checkPerms('mail')}{$user->forlifeEmail()}{else}{/if} + Mot de passe @@ -356,7 +359,7 @@ $(document).ready(function() { {/iterate} - + @@ -436,7 +439,7 @@ $(document).ready(function() { Ajouter une adresse - + @@ -460,7 +463,6 @@ $(document).ready(function() {
-{javascript name="ajax"} {test_email hruid=$user->login()}

Autres adresses de l'utilisateur

@@ -569,6 +571,7 @@ $(document).ready(function() {
+ {/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}