diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 22:40:17 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 22:40:17 +0200 |
commit | d455b5b2f060ce97d5f59161bcf3e2344f1fd110 (patch) | |
tree | e0e10f248c206c8f0ee0ba51cd68d37965150c1b /template/edit-alias.html | |
parent | 88ede2ea026377c7a9ca59ad74cd822545f3cbc9 (diff) |
Internal anchors.
Diffstat (limited to 'template/edit-alias.html')
-rw-r--r-- | template/edit-alias.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/edit-alias.html b/template/edit-alias.html index dc046cd..7ff19c8 100644 --- a/template/edit-alias.html +++ b/template/edit-alias.html @@ -41,6 +41,7 @@ <input type="hidden" name="t" value="alias" /> <p> + <a name="status"></a> <h4 class="label">Status</h4> <select name="status"> <option value="active" <TMPL_IF NAME=ISACTIVE>selected</TMPL_IF>>Active</option> @@ -54,6 +55,7 @@ <hr/> <p> + <a name="description"></a> <h4 class="label">Description</h4> <textarea type="text" name="description" cols="50" rows="3" wrap="soft"><TMPL_VAR NAME=DESCRIPTION></textarea> <div class="help"> @@ -64,6 +66,7 @@ <hr/> <p> + <a name="destination"></a> <h4 class="label">Destination(s)</h4> <textarea type="text" name="maildrop" cols="50" rows="10" wrap="hard" ><TMPL_VAR NAME=MAILDROP></textarea> <div class="help"> |