diff options
Diffstat (limited to 'template/edit-mailbox.html')
-rw-r--r-- | template/edit-mailbox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html index 98bd2ea..41fcf45 100644 --- a/template/edit-mailbox.html +++ b/template/edit-mailbox.html @@ -81,7 +81,7 @@ <hr/> <h4 class="label" id="description">Description</h4> - <textarea name="description" cols="50" rows="3" ><TMPL_VAR NAME=description></textarea> + <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> An optional description. (HTML tags are allowed.) </div> @@ -89,7 +89,7 @@ <hr/> <h4 class="label" id="forward">Mail forwarding</h4> - <textarea name="forwards" cols="50" rows="10" ><TMPL_VAR NAME=forwards></textarea> + <textarea name="forwards" cols="50" rows="5" ><TMPL_VAR NAME=forwards></textarea> <div class="help"> An optional list of destinations (one e-mail address per line) that will receive mail for |