diff options
author | plegall <plg@piwigo.org> | 2010-05-03 20:13:03 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-03 20:13:03 +0000 |
commit | 322d34507796654caf9e691f5a972b63be5434f2 (patch) | |
tree | b646da266aa949e2eb0791a8d44ec396702ba98b /admin/themes/default/template/photos_add_ftp.tpl | |
parent | 3be918de4da10a6a92507604d7c0063dddc6e8b5 (diff) |
bug 1641 fixed: Admin>Categories>Synchronize moved to Admin>Tools>Synchronize
(the same for the Site Manager). The big "Quick Synchro" button is kept on
administration homepage. A link to the Synchronize screen was added into
Admin>Photos>Add>FTP+Synchro screen.
git-svn-id: http://piwigo.org/svn/trunk@6056 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/photos_add_ftp.tpl')
-rw-r--r-- | admin/themes/default/template/photos_add_ftp.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/template/photos_add_ftp.tpl b/admin/themes/default/template/photos_add_ftp.tpl index 81ce87629..52b2cd4d4 100644 --- a/admin/themes/default/template/photos_add_ftp.tpl +++ b/admin/themes/default/template/photos_add_ftp.tpl @@ -2,6 +2,8 @@ <h2>{'FTP + Synchronization'|@translate}</h2> </div> +<a href="{$U_CAT_UPDATE}">{'Administration'|@translate} » {'Tools'|@translate} » {'Synchronize'|@translate}</a> + <div id="ftpPage"> {$FTP_HELP_CONTENT} </div>
\ No newline at end of file |