diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 03:09:12 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 03:09:12 +0100 |
commit | a11bde40a35dd261ffa35bf1b5d36ef638319295 (patch) | |
tree | 57df11adc469d679c2edd50b9b94bc5ec2103645 /templates/add-domain-1.html | |
parent | 2981b029975aab774406e3849cd37567033b5d7a (diff) |
Restructured the domain part of the interface.
Diffstat (limited to 'templates/add-domain-1.html')
-rw-r--r-- | templates/add-domain-1.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/add-domain-1.html b/templates/add-domain-1.html index df6ac65..9b7de76 100644 --- a/templates/add-domain-1.html +++ b/templates/add-domain-1.html @@ -35,7 +35,7 @@ <input type="hidden" name="a" value="add" /> <h4 class="label" id="domain">Domain name</h4> - <input type="text" name="domain" size="15" value="<TMPL_VAR NAME=domain>" /> + <input type="text" name="name" size="15" value="<TMPL_VAR NAME=name>" /> <div class="help"> The domain name to be added. @@ -50,9 +50,9 @@ <hr/> <h4 class="label" id="status">Status</h4> - <select name="isactive"> - <option value="1" <TMPL_IF NAME=isactive>selected="selected"</TMPL_IF>>Active</option> - <option value="0" <TMPL_UNLESS NAME=isactive>selected="selected"</TMPL_UNLESS>>Inactive</option> + <select name="isActive"> + <option value="1" <TMPL_IF NAME=isActive>selected="selected"</TMPL_IF>>Active</option> + <option value="0" <TMPL_UNLESS NAME=isActive>selected="selected"</TMPL_UNLESS>>Inactive</option> </select> <div class="help"> <b>Warning</b>: emails are <i>not</i> delivered to users, @@ -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="catchAlls" cols="50" rows="5" ><TMPL_VAR NAME=catchAlls></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. |