diff options
Diffstat (limited to 'template/edit-mailbox.html')
-rw-r--r-- | template/edit-mailbox.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html index 2a122bd..69b91ab 100644 --- a/template/edit-mailbox.html +++ b/template/edit-mailbox.html @@ -41,6 +41,7 @@ <input type="hidden" name="t" value="mailbox" /> <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="password"></a> <h4 class="label">Change password</h4> <table class="loginform"> @@ -82,6 +84,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"> @@ -92,6 +95,7 @@ <hr/> <p> + <a name="forward"></a> <h4 class="label">Mail forwarding</h4> <textarea type="text" name="maildrop" cols="50" rows="10" wrap="hard" ><TMPL_VAR NAME=MAILDROP></textarea> <div class="help"> |