X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fgeneral.networking.tpl;h=74b4b8ab725caa52e2d089e6b387106ba4375e8f;hb=5b48ebf46ef939d701852d2117bbcf308036027c;hp=e7f7f28b2c8117ba502b7cff2a79d2993a317658;hpb=d1a2252ae9275f499f3a1d843f540ae5aeea63a9;p=platal.git diff --git a/templates/profile/general.networking.tpl b/templates/profile/general.networking.tpl index e7f7f28..74b4b8a 100644 --- a/templates/profile/general.networking.tpl +++ b/templates/profile/general.networking.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,26 +20,40 @@ {* *} {**************************************************************************} +{if !hasPerm('directory_private') && ($nw.pub eq 'private') && !empty($nw.address|smarty:nodefaults)} +{assign var=hiddennw value=true} +{else} +{assign var=hiddennw value=false} +{/if} + - - - - {icon name="flag_green" title="site public"} -   - - - {nw.name} - {$nw.name} - - - - - {icon name=cross title="Supprimer cet élément"} - + +
+ + +   + + + {$nw.name} + {$nw.name} +
+
+ {if $hiddennw} + + (masqué) + {else} + + {/if} + + {icon name=cross title="Supprimer cet élément"} + +