summaryrefslogtreecommitdiff
path: root/templates/admin_login.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_login.tpl')
-rw-r--r--templates/admin_login.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_login.tpl b/templates/admin_login.tpl
index 28403d9..4756674 100644
--- a/templates/admin_login.tpl
+++ b/templates/admin_login.tpl
@@ -89,7 +89,7 @@
{forminput}
{foreach from=$hybridProviders key=providerKey item=providerHash}
{assign var=providerActive value="users_ha_`$providerKey`_enabled"}
- <fieldset><legend class="checkbox"><label><input id="{$providerActive}_checkbox" type="checkbox" name="hybridauth[{$providerActive}]" {if $gBitSystem->getConfig($providerActive)}checked{/if}> {booticon iname="fa-`$providerHash.icon`"} {$providerHash.provider}</label></legend>
+ <fieldset><legend class="checkbox"><label><input id="{$providerActive}_checkbox" type="checkbox" name="hybridauth[{$providerActive}]" {if $gBitSystem->getConfig($providerActive)}checked{/if}> {biticon ipackage="icons" iname="fa-`$providerHash.icon`"} {$providerHash.provider}</label></legend>
<script>
$('#{$providerActive}_checkbox').change(function(){
if($(this).prop("checked")) $('#{$providerActive}').show(); else $('#{$providerActive}').hide();