summaryrefslogtreecommitdiff
path: root/templates/install_checks.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-06-30 14:13:57 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-06-30 14:13:57 +0000
commit23d023e1bfa414a30b038b2b5f4f4207e053af94 (patch)
treef350b52a9efd56383ff7571ed02830b9981558c1 /templates/install_checks.tpl
parenta058b91c43f658ad3e815c1eb2b0cdc4bc64d610 (diff)
downloadinstall-23d023e1bfa414a30b038b2b5f4f4207e053af94.tar.gz
install-23d023e1bfa414a30b038b2b5f4f4207e053af94.tar.bz2
install-23d023e1bfa414a30b038b2b5f4f4207e053af94.zip
add name to submit button
Diffstat (limited to 'templates/install_checks.tpl')
-rw-r--r--templates/install_checks.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_checks.tpl b/templates/install_checks.tpl
index 2c04b1e..db0ba9c 100644
--- a/templates/install_checks.tpl
+++ b/templates/install_checks.tpl
@@ -296,7 +296,7 @@
{if !$error}
<div class="row submit">
<input type="submit" name="reload" value="Reload Page" />
- <input type="submit" name="" value="Continue the Install process" />
+ <input type="submit" name="continue" value="Continue the Install process" />
</div>
{/if}
{/form}