From f94e5e55116d408bf67b3f346da2a216d18e4124 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 12:25:34 +0000 Subject: roma tpl were missing. git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/site_update.tpl | 115 ++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 admin/template/goto/site_update.tpl (limited to 'admin/template/goto/site_update.tpl') diff --git a/admin/template/goto/site_update.tpl b/admin/template/goto/site_update.tpl new file mode 100644 index 000000000..ad4f99e0f --- /dev/null +++ b/admin/template/goto/site_update.tpl @@ -0,0 +1,115 @@ +{* $Id$ *} + +
+

{'title_update'|@translate}: {$SITE_URL}

+
+ +{if isset($update_result)} +

{$L_RESULT_UPDATE}

+ +{/if} + +{if isset($metadata_result)} +

{$L_RESULT_METADATA}

+ +{/if} + + +{if not empty($sync_errors)} +

{'update_error_list_title'|@translate}

+
+ +
+

{'update_errors_caption'|@translate}

+ +{/if} + +{if not empty($sync_infos)} +

{'update_infos_title'|@translate}

+
+ +
+{/if} + +{if isset($introduction)} +

{'update_default_title'|@translate}

+
+ +
+ {'update_sync_files'|@translate} +
    +
  • +
  • + +
  • +
      +
    • +
    • +
    • +
    +
  • +
+
+ +
+ {'update_sync_metadata'|@translate} + +
    +
  • + +
  • +
  • + +
  • +
+
+ +
+ +
+
+ +
+ {'update_cats_subset'|@translate} +
    +
  • + +
  • + +
  • +
+
+ +

+ + +

+
+{/if}{*isset $introduction*} + +

{'Site manager'|@translate}

-- cgit v1.2.3