diff options
author | plegall <plg@piwigo.org> | 2014-06-13 19:56:53 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-06-13 19:56:53 +0000 |
commit | cc010093ba6f064ee6336a6e275b46da2a967368 (patch) | |
tree | a7f803ce92e214e1c9d76d83361d4ad71016232f | |
parent | aa3d38b43134ce632cb26f205858db62c532c5c0 (diff) |
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
-rw-r--r-- | admin/themes/default/template/help.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
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} + <h2>{'Help'|@translate} » {$HELP_SECTION_TITLE}</h2> <div id="helpContent"> |