From cc010093ba6f064ee6336a6e275b46da2a967368 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 13 Jun 2014 19:56:53 +0000 Subject: hide helpSynchro if sync is disabled (made with CSS instead of javascript) git-svn-id: http://piwigo.org/svn/trunk@28696 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/help.tpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'admin/themes/default/template/help.tpl') diff --git a/admin/themes/default/template/help.tpl b/admin/themes/default/template/help.tpl index 399c7466f..5ad531f20 100644 --- a/admin/themes/default/template/help.tpl +++ b/admin/themes/default/template/help.tpl @@ -1,3 +1,9 @@ +{if not $ENABLE_SYNCHRONIZATION} +{html_style}{literal} +#helpSynchro {display:none;} +{/literal}{/html_style} +{/if} +

{'Help'|@translate} » {$HELP_SECTION_TITLE}

-- cgit v1.2.3