diff options
Diffstat (limited to 'template/add-alias.html')
-rw-r--r-- | template/add-alias.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/add-alias.html b/template/add-alias.html index 43ad960..3283a59 100644 --- a/template/add-alias.html +++ b/template/add-alias.html @@ -53,7 +53,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> @@ -61,7 +61,7 @@ <hr/> <h4 class="label">Destination(s)</h4> - <textarea name="maildrop" cols="50" rows="10" ><TMPL_VAR NAME=maildrop></textarea> + <textarea name="maildrop" cols="50" rows="5" ><TMPL_VAR NAME=maildrop></textarea> <div class="help"> The list of destinations (one e-mail address per line) that will receive mail for this alias. |