diff options
author | plegall <plg@piwigo.org> | 2010-05-25 22:29:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-25 22:29:31 +0000 |
commit | 5488e86ada315f6f646796a0efa043e6744098b0 (patch) | |
tree | 8f97335fbb2751f26bd7eb1464d4b5a9f1cad045 /admin/themes/default/template/intro.tpl | |
parent | 4dd9061a17d265c653087c50303915ca3c2ea9b5 (diff) |
feature 1697: ability to deactivate the synchronization method to add photos.
git-svn-id: http://piwigo.org/svn/branches/2.1@6361 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/intro.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/template/intro.tpl b/admin/themes/default/template/intro.tpl index efebaebdb..0762c011f 100644 --- a/admin/themes/default/template/intro.tpl +++ b/admin/themes/default/template/intro.tpl @@ -59,7 +59,7 @@ jQuery().ready(function(){ldelim} </dd> </dl> - +{if $ENABLE_SYNCHRONIZATION} <form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="QuickSynchro" style="display: block; text-align:right;"> <div> <input type="hidden" name="sync" value="files" checked="checked"> @@ -75,3 +75,4 @@ jQuery().ready(function(){ldelim} <input type="submit" value="" name="submit"> </div> </form> +{/if}
\ No newline at end of file |