summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-04-10 22:57:33 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-04-10 22:57:33 +0200
commit28452a3f403a2f7a8dde0dff8c60492fdbbb31f3 (patch)
treea7d1b62723f593ac0f757d1c2c844b5cd497801a /template
parent6a728fa390cd865d45cfc48025fad727fb0d58a7 (diff)
downloadbugzilla-28452a3f403a2f7a8dde0dff8c60492fdbbb31f3.tar.gz
bugzilla-28452a3f403a2f7a8dde0dff8c60492fdbbb31f3.tar.xz
Bug 860140: Remove the obsolete <blink> HTML element
r=sgreen a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/components/confirm-delete.html.tmpl2
-rw-r--r--template/en/default/admin/milestones/confirm-delete.html.tmpl2
-rw-r--r--template/en/default/admin/params/common.html.tmpl2
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl2
4 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index d85e17c12..82bf018b3 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -122,7 +122,7 @@ from '[% product.name FILTER html %]' product
is 1 [% terms.bug %]
[% END %]
entered for this component! When you delete this
- component, <b><blink>ALL</blink></b> stored [% terms.bugs %] and
+ component, <b>ALL</b> stored [% terms.bugs %] and
their history will be deleted too.
</td></tr></table>
diff --git a/template/en/default/admin/milestones/confirm-delete.html.tmpl b/template/en/default/admin/milestones/confirm-delete.html.tmpl
index d0b69b8ac..cc30f164f 100644
--- a/template/en/default/admin/milestones/confirm-delete.html.tmpl
+++ b/template/en/default/admin/milestones/confirm-delete.html.tmpl
@@ -62,7 +62,7 @@
is 1 [% terms.bug %]
[% END %]
entered for this milestone! When you delete this milestone,
- <b><blink>ALL</blink></b> of these [% terms.bugs %] will be retargeted
+ <b>ALL</b> of these [% terms.bugs %] will be retargeted
to [% product.default_milestone FILTER html %], the default milestone for
the [% product.name FILTER html %] product.
</p>
diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl
index c9744f45c..bf2675b16 100644
--- a/template/en/default/admin/params/common.html.tmpl
+++ b/template/en/default/admin/params/common.html.tmpl
@@ -108,7 +108,7 @@
</select>
[% ELSE %]
<font color="red">
- <blink>Unknown param type [% param.type FILTER html %]!!!</blink>
+ Unknown param type [% param.type FILTER html %]!!!
</font>
[% END %]
</p>
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 324d21308..2198066b8 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -224,7 +224,7 @@
is 1 [% terms.bug %]
[% END %]
entered for this product! When you delete this
- product, <b><blink>ALL</blink></b> stored [% terms.bugs %] and
+ product, <b>ALL</b> stored [% terms.bugs %] and
their history will be deleted, too.
</td>
</tr>