From 5f1fe1d4f9b67b44b7166444de6034a4e6dadfdf Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 6 Nov 2008 14:46:41 +0000 Subject: merge -c2836 from trunk to branch 2.0 - Webmaster or administrator can login to run upgrade. - Inserting upgrade line in mysql.inc.php still work. - Convert espagnol upgrade file to utf8. - Minor changes in upgrade processus. - Remove all comments in pclzip.lib.php. git-svn-id: http://piwigo.org/svn/branches/2.0@2837 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/upgrade.tpl | 66 ++++++++++++++++++++++++++++++++--------- 1 file changed, 52 insertions(+), 14 deletions(-) (limited to 'admin/template') diff --git a/admin/template/goto/upgrade.tpl b/admin/template/goto/upgrade.tpl index c36d25b5a..222805d1b 100644 --- a/admin/template/goto/upgrade.tpl +++ b/admin/template/goto/upgrade.tpl @@ -12,17 +12,16 @@ {literal} {/literal} Piwigo {$RELEASE} - {'Upgrade'|@translate} @@ -36,17 +35,56 @@ h2 { width: 770px !important; } {if isset($introduction)}

Piwigo {$RELEASE} - {'Upgrade'|@translate}

-

{'language'|@translate}   - -

+{if isset($errors)} +
+ +
+{/if} + + + + + + +
{'language'|@translate} + +

{'introduction message'|@translate|@sprintf:$introduction.CURRENT_RELEASE}

+{if isset($login)} +

{'upgrade login message'|@translate}

+{/if} + +
+{if isset($login)} + + + + + + + + + +
{'Username'|@translate}
{'Password'|@translate}
+{/if}

-{'Upgrade from %s to %s'|@translate|@sprintf:$introduction.CURRENT_RELEASE:$RELEASE} +

+ + + {/if} {if isset($upgrade)} -- cgit v1.2.3