aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-04-14 21:25:49 +0000
committerplegall <plg@piwigo.org>2006-04-14 21:25:49 +0000
commitafa5ab27a5e81ba32e797d7025fbb25a862bcfbe (patch)
treee6ebc20c0abe32a54e82cf1d62287df0c97797fa /template/yoga
parent4e8f0f583fc7254500e9d765853e30db4f9e5b01 (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 'template/yoga')
-rw-r--r--template/yoga/upgrade.tpl19
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>