diff options
author | patdenice <patdenice@piwigo.org> | 2007-10-01 15:56:42 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2007-10-01 15:56:42 +0000 |
commit | f8e8bdf05bee2444f003bc5dbb001343e1459e73 (patch) | |
tree | 24456658bcfea6de2ee315492569f6571f2475e4 /template/yoga/admin | |
parent | eebf7735864153d47bd6ce59470e0815e74e9b51 (diff) |
0000749: Add an option to add new elements to caddie when synchronize database.
Add a redirection on index.php after "add to caddie action" (like on picture.php)
git-svn-id: http://piwigo.org/svn/trunk@2114 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/site_update.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index 31152ef35..471f98e4e 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -67,6 +67,7 @@ <li><label><input type="radio" name="sync" value="dirs" {SYNC_DIRS_CHECKED} /> {lang:update_sync_dirs}</label></li> <li><label><input type="radio" name="sync" value="files" {SYNC_ALL_CHECKED} /> {lang:update_sync_all}</label></li> <li><label><input type="checkbox" name="display_info" value="1" {DISPLAY_INFO_CHECKED} /> {lang:update_display_info}</label></li> + <li><label><input type="checkbox" name="add_to_caddie" value="1" {ADD_TO_CADDIE_CHECKED} /> {lang:add new elements to caddie}</label></li> </ul> </fieldset> |