1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

More comments clean-up. Approve all comments has been added as an option.

This commit is contained in:
CaMer0n
2012-06-15 12:50:18 +00:00
parent 8da6fd2ed2
commit afa2adcd2b
7 changed files with 378 additions and 198 deletions

View File

@@ -1312,6 +1312,13 @@ $text .= "
</td>
</tr>
<tr>
<td class='label'>Moderate Comments: </td>
<td class='control'>
".$frm->radio_switch('comments_moderate', $pref['comments_moderate'], LAN_YES, LAN_NO)."
</td>
</tr>
</tbody>
</table>