summaryrefslogtreecommitdiff
path: root/templates/login_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login_inc.tpl')
-rw-r--r--templates/login_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/login_inc.tpl b/templates/login_inc.tpl
index cbfdf71..56ac28d 100644
--- a/templates/login_inc.tpl
+++ b/templates/login_inc.tpl
@@ -5,7 +5,7 @@
<div class="form-group">
{formlabel label="Sign in with" for="user"}
{forminput}
- {foreach from=$hybridProviders key=providerKey item=providerHash}<a {if !$providerHash.image}class="btn btn-default"{/if} href="{$smarty.const.USERS_PKG_URL}validate?provider={$providerHash.provider}">{if $providerHash.image}<img src="{$providerHash.image}" alt="{tr}Sign in with {$providerHash.provider}{/tr}" style="max-height:40px">{else}{booticon iname=$providerHash.icon} {$providerHash.provider}{/if}</a> {/foreach}
+ {foreach from=$hybridProviders key=providerKey item=providerHash}<a {if !$providerHash.image}class="btn btn-default"{/if} href="{$smarty.const.USERS_PKG_URL}validate?provider={$providerHash.provider}">{if $providerHash.image}<img src="{$providerHash.image}" alt="{tr}Sign in with {$providerHash.provider}{/tr}" style="max-height:40px">{else}{biticon ipackage="icons" iname=$providerHash.icon} {$providerHash.provider}{/if}</a> {/foreach}
{formhelp note="Use one of the sites above to login. If you have previously logged in, we will connect your existing account."}
{/forminput}
</div>
@@ -57,7 +57,7 @@
{formlabel label="" for=""}
{forminput class="submit"}
<input type="submit" class="btn btn-primary" name="login" value="{tr}Sign In{/tr}" />
- {if !$gBitSystem->isFeatureActive('site_https_login_required') && empty($smarty.server.HTTPS)} {booticon iname="fa-unlock" iexplain="Insecure" class="fa-large"}{/if}
+ {if !$gBitSystem->isFeatureActive('site_https_login_required') && empty($smarty.server.HTTPS)} {biticon ipackage="icons" iname="lock" iexplain="Insecure" class="fa-large"}{/if}
{/forminput}
</div>
{/form}