diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-30 17:27:56 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-30 17:27:56 +0200 |
commit | 4091fbbb0b280120407e0625dd49e741e481a528 (patch) | |
tree | be459f6f5d1590776a7bee4ce4b0110ba774d819 /template/edit-alias.html | |
parent | a4fb637c441cad75350edcbbb2520f7a303b33c2 (diff) |
wibble
Diffstat (limited to 'template/edit-alias.html')
-rw-r--r-- | template/edit-alias.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/edit-alias.html b/template/edit-alias.html index ec8e10c..60a7d2b 100644 --- a/template/edit-alias.html +++ b/template/edit-alias.html @@ -54,7 +54,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> @@ -62,7 +62,7 @@ <hr/> <h4 class="label" id="destination">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 sent to |