diff options
Diffstat (limited to 'template')
-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> |