diff options
author | plegall <plg@piwigo.org> | 2006-04-14 21:25:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-04-14 21:25:49 +0000 |
commit | afa5ab27a5e81ba32e797d7025fbb25a862bcfbe (patch) | |
tree | e6ebc20c0abe32a54e82cf1d62287df0c97797fa /template/yoga/upgrade.tpl | |
parent | 4e8f0f583fc7254500e9d765853e30db4f9e5b01 (diff) |
new: upgrade script from release 1.5.0
improvement: ability to turn off dying on SQL queries failure. Could be
useful for upgrades.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1174 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/upgrade.tpl | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/template/yoga/upgrade.tpl b/template/yoga/upgrade.tpl index 40b2ede4c..2d2b06505 100644 --- a/template/yoga/upgrade.tpl +++ b/template/yoga/upgrade.tpl @@ -7,18 +7,17 @@ </head> <body> - <!-- BEGIN choices --> + <!-- BEGIN introduction --> <h1>Welcome to PhpWebGallery upgrade page.</h1> - <p>This page proposes to upgrade your database corresponding to your old version - of PhpWebGallery to the current version. Select the version you wish to upgrade - :</p> - <ul> - <!-- BEGIN choice --> - <li><a href="{choices.choice.URL}">{choices.choice.VERSION}</a></li> - <!-- END choice --> - </ul> - <!-- END choices --> + <p>This page proposes to upgrade your database corresponding to your old +version of PhpWebGallery to the current version. The upgrade assistant +thinks you are currently running a +<strong>release {introduction.CURRENT_RELEASE}</strong> (or equivalent).</p> + + <p><a href="{introduction.RUN_UPGRADE_URL}">Upgrade from release +{introduction.CURRENT_RELEASE} to {RELEASE}</a></p> + <!-- END introduction --> <!-- BEGIN upgrade --> <h1>Upgrade from version {upgrade.VERSION} to {RELEASE}</h1> |