summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-19 03:29:25 +0100
committertravis%sedsystems.ca <>2005-01-19 03:29:25 +0100
commit61a49f228204e2991aea7970c44efdd433f8c71b (patch)
tree02f413c6b6600b62231883fa4b5baf121c5d96ac /template
parent00aa5409017d6e0f6607e09502c8d0d470077473 (diff)
downloadbugzilla-61a49f228204e2991aea7970c44efdd433f8c71b.tar.gz
bugzilla-61a49f228204e2991aea7970c44efdd433f8c71b.tar.xz
Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow prevent hyphens from breaking flag names
Patch by LpSolit@gmail.com r=wurblzap a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/flag-type/list.html.tmpl2
-rw-r--r--template/en/default/attachment/list.html.tmpl2
-rw-r--r--template/en/default/flag/list.html.tmpl6
3 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl
index 44cbf36c2..9638df891 100644
--- a/template/en/default/admin/flag-type/list.html.tmpl
+++ b/template/en/default/admin/flag-type/list.html.tmpl
@@ -93,7 +93,7 @@
[% FOREACH type = types %]
<tr class="[% IF type.is_active %]active[% ELSE %]inactive[% END %]">
- <td><a href="editflagtypes.cgi?action=edit&amp;id=[% type.id %]">[% type.name FILTER html %]</a></td>
+ <td><a href="editflagtypes.cgi?action=edit&amp;id=[% type.id %]">[% type.name FILTER html FILTER no_break %]</a></td>
<td>[% type.description FILTER html %]</td>
<td>
<a href="editflagtypes.cgi?action=copy&amp;id=[% type.id %]">Copy</a>
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
index d5741d6a2..41115ab9c 100644
--- a/template/en/default/attachment/list.html.tmpl
+++ b/template/en/default/attachment/list.html.tmpl
@@ -59,7 +59,7 @@
[% IF flag.setter %]
[% flag.setter.nick FILTER html %]:
[% END %]
- [%+ flag.type.name FILTER html %][% flag.status %]
+ [%+ flag.type.name FILTER html FILTER no_break %][% flag.status %]
[%+ IF flag.status == "?" && flag.requestee %]
([% flag.requestee.nick FILTER html %])
[% END %]<br>
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl
index 08f8c5547..f660b15ca 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -98,7 +98,7 @@
[% flag.setter.nick FILTER html %]:
</td>
<td>
- [% type.name FILTER html %]
+ [% type.name FILTER html FILTER no_break %]
</td>
<td>
<select id="flag-[% flag.id %]" name="flag-[% flag.id %]"
@@ -137,7 +137,7 @@
[% IF (!type.flags || type.flags.size == 0) && type.is_active %]
<tr>
<td>&nbsp;</td>
- <td>[% type.name FILTER html %]</td>
+ <td>[% type.name FILTER html FILTER no_break %]</td>
<td>
<select id="flag_type-[% type.id %]" name="flag_type-[% type.id %]"
onchange="toggleRequesteeField(this);">
@@ -172,7 +172,7 @@
[% separator_displayed = 1 %]
[% END %]
<tr>
- <td colspan="2">addl. [% type.name FILTER html %]</td>
+ <td colspan="2">addl. [% type.name FILTER html FILTER no_break %]</td>
<td>
<select id="flag_type-[% type.id %]" name="flag_type-[% type.id %]"
onchange="toggleRequesteeField(this);">