Project

General

Profile

Feature proposal #3280 » 3280-pt2.patch

krileon, 10 April 2012 17:51

View differences:

administrator/components/com_comprofiler/admin.comprofiler.html.php
<td align="left" valign="top"><?php echo _UE_ALLOW_PROFILEVIEWBY_DESC ?></td>
</tr>
<tr align="center" valign="middle">
<td align="left" valign="top"><?php echo CBTxt::Th("Maximum emails per hour") ?></td>
<td align="left" valign="top"><input type="text" name="cfg_maxEmailsPerHr" value="<?php echo htmlspecialchars( ( isset( $ueConfig['maxEmailsPerHr'] ) ? $ueConfig['maxEmailsPerHr'] : 10 ) );?>" /></td>
<td align="left" valign="top"><?php echo CBTxt::Th("Set maximum emails per hour a user can send to another user using built in email form. Default is 10 emails per hour.") ?></td>
</tr>
<tr align="center" valign="middle">
<td align="left" valign="top"><?php echo _UE_MINHITSINTV ?></td>
<td align="left" valign="top"><input type="text" name="cfg_minHitsInterval" value="<?php echo htmlspecialchars($ueConfig['minHitsInterval']);?>" /></td>
<td align="left" valign="top"><?php echo _UE_MINHITSINTV_DESC ?></td>
(2-2/2)