diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-25 02:49:26 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-25 03:59:00 +0100 |
commit | 99b3ecbaf20b4e47ee6a403fd30268939e6e1244 (patch) | |
tree | e4f66d319dffabaade462115c3e8995cce6a726f /templates | |
parent | 93713bfe4b48e2335826f1886fa7e684787ece01 (diff) |
Updated and redocumented Fripost::Schema::Domain.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/edit-domain.html | 8 | ||||
-rw-r--r-- | templates/list-domains.html | 2 | ||||
-rw-r--r-- | templates/new-domain.tt | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/templates/edit-domain.html b/templates/edit-domain.html index 39a1148..f3b6581 100644 --- a/templates/edit-domain.html +++ b/templates/edit-domain.html @@ -40,9 +40,9 @@ <input type="hidden" name="a" value="edit" /> <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, @@ -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="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. diff --git a/templates/list-domains.html b/templates/list-domains.html index e31915f..13b8941 100644 --- a/templates/list-domains.html +++ b/templates/list-domains.html @@ -20,7 +20,7 @@ <hr/> <div id="content"> - <h1>Manage domains<span class="action">[<a href="./?a=add">add</a>]</span></h1> + <h1>Manage domains<TMPL_IF NAME=canIAddDomain><span class="action">[<a href="./?a=add">add</a>]</span></TMPL_IF></h1> <table class="list" id="domains"> <thead> diff --git a/templates/new-domain.tt b/templates/new-domain.tt index e1491a3..fc482e3 100644 --- a/templates/new-domain.tt +++ b/templates/new-domain.tt @@ -28,3 +28,5 @@ current MX'es with the following command: Cheers, +-- +The Fripost administration team. |