diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/add-alias.html | 2 | ||||
-rw-r--r-- | templates/add-domain-1.html | 2 | ||||
-rw-r--r-- | templates/add-list.html | 2 | ||||
-rw-r--r-- | templates/add-user.html | 2 | ||||
-rw-r--r-- | templates/edit-alias.html | 2 | ||||
-rw-r--r-- | templates/edit-domain.html | 2 | ||||
-rw-r--r-- | templates/edit-list.html | 2 | ||||
-rw-r--r-- | templates/edit-user.html | 2 | ||||
-rw-r--r-- | templates/new-domain.tt | 2 |
9 files changed, 8 insertions, 10 deletions
diff --git a/templates/add-alias.html b/templates/add-alias.html index 1a7d7dd..d6e303f 100644 --- a/templates/add-alias.html +++ b/templates/add-alias.html @@ -55,7 +55,7 @@ <h4 class="label">Description</h4> <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> - An optional description. (HTML tags are allowed.) + An optional description. </div> <hr/> diff --git a/templates/add-domain-1.html b/templates/add-domain-1.html index 28a70a6..7f1cf67 100644 --- a/templates/add-domain-1.html +++ b/templates/add-domain-1.html @@ -64,7 +64,7 @@ <h4 class="label" id="description">Description</h4> <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> - An optional description. (HTML tags are allowed.) + An optional description. </div> <hr/> diff --git a/templates/add-list.html b/templates/add-list.html index 6e9f8bd..fed5629 100644 --- a/templates/add-list.html +++ b/templates/add-list.html @@ -75,7 +75,7 @@ <h4 class="label">Description</h4> <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> - An optional description. (HTML tags are allowed.) + An optional description. </div> <hr/> diff --git a/templates/add-user.html b/templates/add-user.html index 67493a1..3309141 100644 --- a/templates/add-user.html +++ b/templates/add-user.html @@ -70,7 +70,7 @@ <h4 class="label">Description</h4> <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> - An optional description. (HTML tags are allowed.) + An optional description. </div> <hr/> diff --git a/templates/edit-alias.html b/templates/edit-alias.html index ba2f20d..c9a6750 100644 --- a/templates/edit-alias.html +++ b/templates/edit-alias.html @@ -56,7 +56,7 @@ <h4 class="label" id="description">Description</h4> <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> - An optional description. (HTML tags are allowed.) + An optional description. </div> <hr/> diff --git a/templates/edit-domain.html b/templates/edit-domain.html index c078740..9b259d8 100644 --- a/templates/edit-domain.html +++ b/templates/edit-domain.html @@ -54,7 +54,7 @@ <h4 class="label" id="description">Description</h4> <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> - An optional description. (HTML tags are allowed.) + An optional description. </div> <hr/> diff --git a/templates/edit-list.html b/templates/edit-list.html index 6930fd1..9da8fa2 100644 --- a/templates/edit-list.html +++ b/templates/edit-list.html @@ -56,7 +56,7 @@ <h4 class="label" id="description">Description</h4> <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> - An optional description. (HTML tags are allowed.) + An optional description. </div> <hr/> diff --git a/templates/edit-user.html b/templates/edit-user.html index d4b3c86..f3e3a64 100644 --- a/templates/edit-user.html +++ b/templates/edit-user.html @@ -83,7 +83,7 @@ <h4 class="label" id="description">Description</h4> <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> - An optional description. (HTML tags are allowed.) + An optional description. </div> <hr/> diff --git a/templates/new-domain.tt b/templates/new-domain.tt index fc482e3..e1491a3 100644 --- a/templates/new-domain.tt +++ b/templates/new-domain.tt @@ -28,5 +28,3 @@ current MX'es with the following command: Cheers, --- -The Fripost administration team. |