mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Form Handler/Admin UI - more multilingual support
This commit is contained in:
@@ -859,9 +859,10 @@ class e_form
|
|||||||
if (!varset($fld['forced']) && !vartrue($fld['nolist']) && vartrue($fld['type'])!='upload')
|
if (!varset($fld['forced']) && !vartrue($fld['nolist']) && vartrue($fld['type'])!='upload')
|
||||||
{
|
{
|
||||||
$checked = (in_array($key,$columnsDefault)) ? TRUE : FALSE;
|
$checked = (in_array($key,$columnsDefault)) ? TRUE : FALSE;
|
||||||
|
$ttl = isset($fld['title']) ? defset($fld['title'], $fld['title']) : $key;
|
||||||
$text .= "
|
$text .= "
|
||||||
<div class='field-spacer'>
|
<div class='field-spacer'>
|
||||||
".$this->checkbox_label(varset($fld['title'], $key), 'e-columns[]', $key, $checked)."
|
".$this->checkbox_label($ttl, 'e-columns[]', $key, $checked)."
|
||||||
</div>
|
</div>
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user