diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-08 17:46:12 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-08 17:46:12 +0000 |
| commit | 05fbf70e2b9c84f9d177b609c2068a5e52c1bbfd (patch) | |
| tree | 7f8b29f793aec8b0dcc8cbf5c60006632b5b87bb /templates | |
| parent | 224f541a5f9996c204963feaa5e980f2d2951077 (diff) | |
| download | install-05fbf70e2b9c84f9d177b609c2068a5e52c1bbfd.tar.gz install-05fbf70e2b9c84f9d177b609c2068a5e52c1bbfd.tar.bz2 install-05fbf70e2b9c84f9d177b609c2068a5e52c1bbfd.zip | |
make sure db version update happens even if nothing else is done
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/install_version.tpl | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/install_version.tpl b/templates/install_version.tpl index 1178bfa..5d3828d 100644 --- a/templates/install_version.tpl +++ b/templates/install_version.tpl @@ -82,9 +82,15 @@ {/forminput} </div> {else} - <div class="row submit"> - <input type="submit" name="skip" value="Continue install process" /> - </div> + {if $upToDate} + <div class="row submit"> + <input type="submit" name="skip" value="Continue install process" /> + </div> + {else} + <div class="row submit"> + <input type="submit" name="update_version" value="Update version and continue" /> + </div> + {/if} {/if} {/legend} {/form} |
