fix maxlength of textbox in admin:edit, fixes #559
This commit is contained in:
@@ -124,7 +124,7 @@ $header
|
|||||||
<if $settings['system']['mail_quota_enabled'] == 1>
|
<if $settings['system']['mail_quota_enabled'] == 1>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="main_field_name">{$lng['customer']['email_quota']}: *</td>
|
<td class="main_field_name">{$lng['customer']['email_quota']}: *</td>
|
||||||
<td class="main_field_display" nowrap="nowrap"><input type="text" class="textul" name="email_quota" value="{$result['email_quota']}" maxlength="3" /> {$email_quota_ul}</td>
|
<td class="main_field_display" nowrap="nowrap"><input type="text" class="textul" name="email_quota" value="{$result['email_quota']}" maxlength="9" /> {$email_quota_ul}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</if>
|
</if>
|
||||||
<if $settings['autoresponder']['autoresponder_active'] == 1>
|
<if $settings['autoresponder']['autoresponder_active'] == 1>
|
||||||
|
|||||||
Reference in New Issue
Block a user