mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
bootstrap $frm->radio fixes. $frm->label() and $frm-radio_multi() should not be used.
This commit is contained in:
@@ -188,7 +188,7 @@ $text = "
|
||||
<td>";
|
||||
$array = array(NFLAN_13,NFLAN_14,NFLAN_20,NFLAN_21);
|
||||
$text .=
|
||||
$frm->radio_multi('newsfeed_active', $array, ($newsfeeed_active ? $newsfeeed_active : 0), true, NFLAN_22)."
|
||||
$frm->radio('newsfeed_active', $array, ($newsfeeed_active ? $newsfeeed_active : 0), true, NFLAN_22)."
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user