aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/add-alias.html4
-rw-r--r--template/add-list.html2
-rw-r--r--template/add-mailbox.html4
-rw-r--r--template/edit-alias.html4
-rw-r--r--template/edit-list.html2
-rw-r--r--template/edit-mailbox.html4
-rw-r--r--template/list-locals.html10
7 files changed, 18 insertions, 12 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.
diff --git a/template/add-list.html b/template/add-list.html
index 221d66a..59ca226 100644
--- a/template/add-list.html
+++ b/template/add-list.html
@@ -73,7 +73,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>
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.
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
diff --git a/template/edit-list.html b/template/edit-list.html
index 357390e..6eeae7c 100644
--- a/template/edit-list.html
+++ b/template/edit-list.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>
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
diff --git a/template/list-locals.html b/template/list-locals.html
index d87f4c9..afff04a 100644
--- a/template/list-locals.html
+++ b/template/list-locals.html
@@ -70,7 +70,10 @@
<TMPL_IF NAME=listAliases>
<h3>Alias<TMPL_IF NAME=canAddAlias
><span class="action">[<a href="./?a=add&amp;t=alias">add</a>]</span
- ></TMPL_IF></h3>
+ ></TMPL_IF><TMPL_IF NAME=listCanAddAlias><span class="permlist"
+ >They can also create new aliases:
+ <TMPL_LOOP NAME=listCanAddAlias><span class="email"><TMPL_VAR NAME=user></span><TMPL_UNLESS NAME=__last__>, </TMPL_UNLESS></TMPL_LOOP
+ >.</span></TMPL_IF></h3>
<table class="list" id="aliases">
<thead>
@@ -108,7 +111,10 @@
<TMPL_IF NAME=listLists>
<h3>Lists<TMPL_IF NAME=canAddList
><span class="action">[<a href="./?a=add&amp;t=list">add</a>]</span
- ></TMPL_IF></h3>
+ ></TMPL_IF><TMPL_IF NAME=listCanAddList><span class="permlist"
+ >They can also create new lists:
+ <TMPL_LOOP NAME=listCanAddList><span class="email"><TMPL_VAR NAME=user></span><TMPL_UNLESS NAME=__last__>, </TMPL_UNLESS></TMPL_LOOP
+ >.</span></TMPL_IF></h3>
<table class="list" id="lists">
<thead>