mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fixes #2913 Applied the same visual appearance as in admin/comment.php
This commit is contained in:
@@ -1541,7 +1541,7 @@ $text .= "
|
|||||||
<tr>
|
<tr>
|
||||||
<td>".PRFLAN_161.":</td>
|
<td>".PRFLAN_161.":</td>
|
||||||
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user