diff options
Diffstat (limited to 'template/add-mailbox.html')
-rw-r--r-- | template/add-mailbox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/add-mailbox.html b/template/add-mailbox.html index 64d116f..7fc2239 100644 --- a/template/add-mailbox.html +++ b/template/add-mailbox.html @@ -68,7 +68,7 @@ <hr/> <h4 class="label">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> @@ -76,7 +76,7 @@ <hr/> <h4 class="label">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 <i>also</i> receive mail delivered to this mailbox. |