diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-14 12:25:34 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-14 12:25:34 +0000 |
commit | f94e5e55116d408bf67b3f346da2a216d18e4124 (patch) | |
tree | bfaa6d82850c47c136d866269dff650841f7cc1e /admin/template/goto/intro.tpl | |
parent | fecb04f2eccd3e496a91f7996579243366a3a5ab (diff) |
roma tpl were missing.
git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/intro.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl index 457e50644..973436855 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -45,3 +45,15 @@ </ul> </dd> </dl> + + +<form action="{$U_CAT_UPDATE}" method="post" id="update" style="display: block; text-align:right;"> +<input type="hidden" name="sync" value="files" checked="checked" /> +<input type="hidden" name="display_info" value="1" checked="checked" /> +<input type="hidden" name="add_to_caddie" value="1" checked="checked" /> +<input type="hidden" name="privacy_level" value="0" checked="checked" /> +<input type="hidden" name="sync_meta" checked="checked"/> +<input type="hidden" name="simulate" value="0" /> +<input type="hidden" name="subcats-included" value="1" checked="checked"/> +<input class="bigbutton" type="submit" value="{'Rapid local synchronization'|@translate}" name="submit" /> +</form> |