diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 21:47:51 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 23:08:37 +0100 |
commit | 0dbcef539b19bd4d50d4bbc904b32f53ebdcf102 (patch) | |
tree | a3aafafcc282e4bab6377602f0379be719d89f25 /templates | |
parent | 465f8ed1b317afb1c7aefde04e53118a19be1a18 (diff) |
HTML tags are not longer allowed in descriptions.
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. |