aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 20:32:10 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 20:39:50 +0100
commit5002c89470b511dea3bb8eb64c81a71b7788fa0f (patch)
treeabdda09ec1f429fb6ae3d72b9f5182ca48efaf8f /templates
parent28efba729bbd2687016cf122c1b01c2e8b09c202 (diff)
wibble
Diffstat (limited to 'templates')
-rw-r--r--templates/add-domain-1.html2
-rw-r--r--templates/add-domain-2.html2
-rw-r--r--templates/edit-domain.html2
-rw-r--r--templates/list-domains.html4
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/add-domain-1.html b/templates/add-domain-1.html
index 9b7de76..a7afc6f 100644
--- a/templates/add-domain-1.html
+++ b/templates/add-domain-1.html
@@ -70,7 +70,7 @@
<hr/>
<h4 class="label" id="catch-all">Catch-All aliases</h4>
- <textarea name="catchAlls" cols="50" rows="5" ><TMPL_VAR NAME=catchAlls></textarea>
+ <textarea name="catchAll" cols="50" rows="5" ><TMPL_VAR NAME=catchAll></textarea>
<div class="help">
An optional list of destinations (one e-mail address per line) that
will receive mail sent to <i>non existing</i> recipients.
diff --git a/templates/add-domain-2.html b/templates/add-domain-2.html
index 72bc0d8..9565d8a 100644
--- a/templates/add-domain-2.html
+++ b/templates/add-domain-2.html
@@ -25,7 +25,7 @@
<input type="hidden" name="name" value="<TMPL_VAR NAME=name>" />
<input type="hidden" name="isActive" value="<TMPL_VAR NAME=isActive>" />
<input type="hidden" name="description" value="<TMPL_VAR NAME=description>" />
- <input type="hidden" name="catchAlls" value="<TMPL_VAR NAME=catchAlls>" />
+ <input type="hidden" name="catchAll" value="<TMPL_VAR NAME=catchAll>" />
<TMPL_IF NAME=owners>
<div class="message">
diff --git a/templates/edit-domain.html b/templates/edit-domain.html
index 9acd52f..d95c8fb 100644
--- a/templates/edit-domain.html
+++ b/templates/edit-domain.html
@@ -60,7 +60,7 @@
<hr/>
<h4 class="label" id="catch-all">Catch-All aliases</h4>
- <textarea name="catchAlls" cols="50" rows="5" ><TMPL_VAR NAME=catchAlls></textarea>
+ <textarea name="catchAll" cols="50" rows="5" ><TMPL_VAR NAME=catchAll></textarea>
<div class="help">
An optional list of destinations (one e-mail address per line) that
will receive mail sent to <i>non existing</i> recipients.
diff --git a/templates/list-domains.html b/templates/list-domains.html
index c5c662b..e0fe52e 100644
--- a/templates/list-domains.html
+++ b/templates/list-domains.html
@@ -36,9 +36,9 @@
<td><span class="domain"><TMPL_UNLESS NAME=isPending><a
href="<TMPL_VAR NAME=URI>/"></TMPL_UNLESS><TMPL_VAR NAME=name><TMPL_UNLESS NAME=isPending></a></TMPL_UNLESS></span></td>
<td><TMPL_IF NAME=isPending
- ><form class="unlock" method="post" action="<TMPL_VAR NAME=domain>/?"
+ ><form class="unlock" method="post" action="<TMPL_VAR NAME=name>/?"
><input type="text" name="unlock" size="32"
- ><input type="hidden" name="domain" value="<TMPL_VAR NAME=domain>"
+ ><input type="hidden" name="domain" value="<TMPL_VAR NAME=name>"
/><input type="submit" name="submit" value="Unlock domain"
/></form
><TMPL_ELSE><TMPL_IF NAME=description><TMPL_VAR NAME=description><TMPL_ELSE><span class="none">(none)</span></TMPL_IF