summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/install_version.tpl12
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}