X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fadmin%2Fuser.tpl;h=665b3beccbdd875ff9e0bb6ea5ba027473fb08de;hb=d53c12097f4e82ad4657de86f199699973dee29f;hp=6a27fd478706d29b21a6e03f3ea571df61aca451;hpb=34c0246248ed6e3c6a372c89b359ce038bb95bc8;p=platal.git diff --git a/templates/admin/user.tpl b/templates/admin/user.tpl index 6a27fd4..665b3be 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,7 +93,7 @@ function ban_read() document.forms.bans.read_perm.value = "!xorg.*"; } -$(document).ready(function() { +$(function() { $('#tabs').tabs(); $('.ui-tabs-nav li').width('24%') .click(function() { $(this).children('a').click() }); @@ -110,7 +110,6 @@ $(document).ready(function() {
  • OpenID
  • Forums
  • -
    @@ -140,7 +139,7 @@ $(document).ready(function() { Nom complet
    Prénom NOM -
    + {if $hasProfile}{$user->fullName()}{else}{/if} @@ -360,7 +359,7 @@ $(document).ready(function() { {/iterate} - + @@ -440,7 +439,7 @@ $(document).ready(function() { Ajouter une adresse - + @@ -572,6 +571,7 @@ $(document).ready(function() {
    + {/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}