From 33322d4bd0f5e957a866926ff891c662ca825475 Mon Sep 17 00:00:00 2001 From: patdenice Date: Tue, 21 Oct 2008 23:46:13 +0000 Subject: - Move upgrade.tpl to admin template. - Deactivate all active plugins during upgrade.php. - Update Editarea for LocalFiles Editor to version 0.7.2.3 (bonEcho compatibility) git-svn-id: http://piwigo.org/svn/trunk@2787 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/upgrade.tpl | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 admin/template/goto/upgrade.tpl (limited to 'admin/template/goto/upgrade.tpl') diff --git a/admin/template/goto/upgrade.tpl b/admin/template/goto/upgrade.tpl new file mode 100644 index 000000000..2af91c70e --- /dev/null +++ b/admin/template/goto/upgrade.tpl @@ -0,0 +1,44 @@ +{* $Id$ *} + + + + + + Piwigo : Upgrade to {$RELEASE} + + + + {if isset($introduction)} +

Welcome to Piwigo upgrade page.

+ +

This page proposes to upgrade your database corresponding to your old +version of Piwigo to the current version. The upgrade assistant +thinks you are currently running a +release {$introduction.CURRENT_RELEASE} (or equivalent).

+ +

Upgrade from release +{$introduction.CURRENT_RELEASE} to {$RELEASE}

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

Upgrade from version {$upgrade.VERSION} to {$RELEASE}

+ +

Statistics

+ + +

Upgrade informations

+ + + + {/if} + + + -- cgit v1.2.3