mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Merge pull request #3274 from SimSync/fix_2913
Fixes #2913 Applied the same visual appearance as in admin/comment.php
This commit is contained in:
@@ -1541,7 +1541,7 @@ $text .= "
|
||||
<tr>
|
||||
<td>".PRFLAN_161.":</td>
|
||||
<td>
|
||||
".$frm->radio_switch('comments_disabled', $pref['comments_disabled'], LAN_NO, LAN_YES,array('reverse'=>1))."
|
||||
".$frm->radio_switch('comments_disabled', $pref['comments_disabled'], LAN_YES, LAN_NO, array('inverse'=>1))."
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user