diff options
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. |