From: Raphaël Barrois Date: Thu, 8 Jul 2010 09:58:16 +0000 (+0200) Subject: Fix networking display on profiles X-Git-Tag: xorg/1.0.1~15^2~45 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=28c20b86be8b40cecba0d83080879f81c49e07ad;p=platal.git Fix networking display on profiles Signed-off-by: Raphaël Barrois --- diff --git a/templates/profile/profile.tpl b/templates/profile/profile.tpl index df3cf2c..759bff1 100644 --- a/templates/profile/profile.tpl +++ b/templates/profile/profile.tpl @@ -62,7 +62,8 @@ function chgMainWinLoc(strPage) {/if} - {assign var=networking value=$profile->getNetworking(0)} + {* 458752 stands for 0x70000 = Profile::NETWORKING_ALL *} + {assign var=networking value=$profile->getNetworking(458752)} {if count($networking) > 0}

Sur le web...

{foreach from=$networking item=network}