summaryrefslogtreecommitdiff
path: root/templates/install_login.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_login.tpl')
-rw-r--r--templates/install_login.tpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/install_login.tpl b/templates/install_login.tpl
index 544c0a1..c6558e2 100644
--- a/templates/install_login.tpl
+++ b/templates/install_login.tpl
@@ -19,8 +19,10 @@
{/forminput}
</div>
- <div class="control-group submit">
- <input type="submit" class="btn" name="login" value="{tr}Log in to {$gBitSystem->getConfig('site_title')|default:"this site"}{/tr}" />
+ <div class="control-group">
+ {forminput}
+ <input type="submit" class="btn" name="login" value="{tr}Log in to {$gBitSystem->getConfig('site_title')|default:"this site"}{/tr}" />
+ {/forminput}
{if $gBitSystem->isFeatureActive('site_https_login_required') || $smarty.server.HTTPS=='on'}
{biticon iname="emblem-readonly" ipackage="icons" iexplain="Secure Login"}
{/if}