diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-06-30 14:13:57 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-06-30 14:13:57 +0000 |
| commit | 23d023e1bfa414a30b038b2b5f4f4207e053af94 (patch) | |
| tree | f350b52a9efd56383ff7571ed02830b9981558c1 /templates/install_checks.tpl | |
| parent | a058b91c43f658ad3e815c1eb2b0cdc4bc64d610 (diff) | |
| download | install-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.tpl | 2 |
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} |
