mirror of
https://github.com/e107inc/e107.git
synced 2025-05-05 11:45:38 +02:00
Administration settings - social tab key/secret placeholders fix
This commit is contained in:
parent
247579c41e
commit
3eac0c794f
@ -1028,8 +1028,8 @@ $text .= "
|
|||||||
$text .= "<div class='e-expandit-container {$sty}' id='option-{$prov}' >";
|
$text .= "<div class='e-expandit-container {$sty}' id='option-{$prov}' >";
|
||||||
foreach($v as $tk=>$idk)
|
foreach($v as $tk=>$idk)
|
||||||
{
|
{
|
||||||
$opt['placeholder'] = $tk;
|
$eopt = array('placeholder'=> $tk);
|
||||||
$text .= "<br />".$frm->text('social_login['.$prov.'][keys]['.$tk.']', vartrue($pref['social_login'][$prov]['keys'][$tk]),100,$opt);
|
$text .= "<br />".$frm->text('social_login['.$prov.'][keys]['.$tk.']', vartrue($pref['social_login'][$prov]['keys'][$tk]), 100, $eopt);
|
||||||
}
|
}
|
||||||
$text .= "</div>";
|
$text .= "</div>";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user