1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +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:
Cameron
2018-07-12 13:50:54 -07:00
committed by GitHub

View File

@@ -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>