aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-04 22:40:17 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-04 22:40:17 +0200
commitd455b5b2f060ce97d5f59161bcf3e2344f1fd110 (patch)
treee0e10f248c206c8f0ee0ba51cd68d37965150c1b
parent88ede2ea026377c7a9ca59ad74cd822545f3cbc9 (diff)
Internal anchors.
-rw-r--r--template/edit-alias.html3
-rw-r--r--template/edit-domain.html3
-rw-r--r--template/edit-list.html2
-rw-r--r--template/edit-mailbox.html4
-rw-r--r--template/list-domains.html1
-rw-r--r--template/list-locals.html5
6 files changed, 17 insertions, 1 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">
diff --git a/template/edit-domain.html b/template/edit-domain.html
index cac44be..3b66087 100644
--- a/template/edit-domain.html
+++ b/template/edit-domain.html
@@ -39,6 +39,7 @@
<input type="hidden" name="a" value="edit" />
<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>
@@ -53,6 +54,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">
@@ -63,6 +65,7 @@
<hr/>
<p>
+ <a name="catch-all"></a>
<h4 class="label">Catch-All aliases</h4>
<textarea type="text" name="maildrop" cols="50" rows="10" wrap="hard" ><TMPL_VAR NAME=MAILDROP></textarea>
<div class="help">
diff --git a/template/edit-list.html b/template/edit-list.html
index bca900f..6118dd0 100644
--- a/template/edit-list.html
+++ b/template/edit-list.html
@@ -41,6 +41,7 @@
<input type="hidden" name="t" value="list" />
<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">
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">
diff --git a/template/list-domains.html b/template/list-domains.html
index baaa705..4069ba0 100644
--- a/template/list-domains.html
+++ b/template/list-domains.html
@@ -21,6 +21,7 @@
<h1>Manage domains<span class="add">[<a href="<TMPL_VAR NAME=URL>/?a=AddDomain">add</a>]<span></h1>
+ <a name="domains"></a>
<table class="list">
<thead>
<tr class="odd">
diff --git a/template/list-locals.html b/template/list-locals.html
index cddfb84..aa42bfd 100644
--- a/template/list-locals.html
+++ b/template/list-locals.html
@@ -32,6 +32,7 @@
><span class="add">[<a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=DOMAIN>/?a=AddUser">add</a>]</span
></TMPL_IF></h3>
+ <a name="mailboxes"></a>
<table class="list">
<thead>
<tr class="odd">
@@ -66,6 +67,7 @@
><span class="add">[<a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=DOMAIN>/?a=AddAlias">add</a>]</span
></TMPL_IF></h3>
+ <a name="aliases"></a>
<table class="list">
<thead>
<tr class="odd">
@@ -90,7 +92,7 @@
</TMPL_LOOP>
<TMPL_IF NAME=CATCHALLS>
<TMPL_IF NAME=CAODD><tr class="odd"><TMPL_ELSE><tr></TMPL_IF>
- <td>*</td>
+ <td><a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=DOMAIN>/?a=edit#catch-all">*</a></td>
<td>Catch-all alias(es) for domain <tt><TMPL_VAR NAME=DOMAIN></tt>.</td>
<td><span class="dunno">&#x2014;</span></td>
<td><TMPL_UNLESS NAME=OWNERS><span class="none">(none)</span></TMPL_UNLESS>
@@ -110,6 +112,7 @@
><span class="add">[<a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=DOMAIN>/?a=AddList">add</a>]</span
></TMPL_IF></h3>
+ <a name="lists"></a>
<table class="list">
<thead>
<tr class="odd">