[% END %]
[% IF last_action == "copy" %]
- [% title = "Create Flag Type Based on $type.name" %]
+ [% title = BLOCK %]Create Flag Type Based on [% type.name FILTER html %][% END %]
[% ELSIF last_action == "edit" %]
- [% title = "Edit Flag Type $type.name" %]
+ [% title = BLOCK %]Edit Flag Type [% type.name FILTER html %][% END %]
[% END %]
[% PROCESS global/header.html.tmpl
# be aware of the group being edited and its members.
#%]
+[% title = BLOCK %]Change Group: [% name FILTER html %][% END %]
[% PROCESS global/header.html.tmpl
- title = "Change Group: $name"
+ title = title
style = "tr.odd_row {
background: #e9e9e9;
}
[% IF remove_all %]
- [% title = "Removing All Explicit Group Memberships from '"
- _ name _ "'" %]
+ [% title = BLOCK %]
+ Removing All Explicit Group Memberships from '[% name FILTER html %]'
+ [% END %]
[% ELSE %]
- [% title = "Removing All Explicit Group Memberships Matching "
- _ "Group RegExp from '" _ name _ "'" %]
+ [% title = BLOCK %]
+ Removing All Explicit Group Memberships Matching Group RegExp from '[% name FILTER html %]'
+ [% END %]
[% END %]
[% PROCESS global/header.html.tmpl %]
# created
#%]
+[% title = BLOCK %]Confirm deletion of user [% otheruser.login FILTER html %][% END %]
+
[% PROCESS global/header.html.tmpl
- title = "Confirm deletion of user $otheruser.login"
+ title = title
style_urls = ['skins/standard/admin.css',
'skins/standard/editusers.css']
%]
# canbless) for viewed user.
#%]
+[% title = BLOCK %]Edit user [% otheruser.login FILTER html %][% END %]
+
[% PROCESS global/header.html.tmpl
- title = "Edit user $login"
+ title = title
message = message
style_urls = ['skins/standard/editusers.css']
%]
[% PROCESS "global/field-descs.none.tmpl" %]
+[% title = BLOCK %]Enter [% terms.Bug %]: [% product.name FILTER html %][% END %]
+
[% PROCESS global/header.html.tmpl
- title = "Enter $terms.Bug: $product.name"
+ title = title
style_urls = [ 'skins/standard/create_attachment.css' ]
javascript_urls = [ "js/attachment.js" ]
%]
[% filtered_desc = bug.short_desc FILTER html %]
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% PROCESS global/header.html.tmpl
- title = "$terms.Bug $bug.bug_id - $bug.short_desc"
+ title = "$terms.Bug $bug.bug_id - $filtered_desc"
h1 = "$terms.Bug $bug.bug_id"
h2 = filtered_desc
h3 = "Last modified: $filtered_timestamp"
'javascript',
'style',
'onload',
+ 'title',
'h1',
'h2',
'h3',
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <title>[% title FILTER html %]</title>
+ <title>[% title %]</title>
[%# Migration note: contents of the old Param 'headerhtml' would go here %]
[% PROCESS global/variables.none.tmpl %]
[% IF query_products.size %]
- [% title = "Most Frequently Reported $terms.Bugs for ${query_products.join(', ')}" %]
+ [% title = BLOCK %]
+ Most Frequently Reported [% terms.Bugs %] for [% query_products.join(', ') FILTER html %]
+ [% END %]
[% ELSE %]
[% title = "Most Frequently Reported $terms.Bugs" %]
[% END%]
[% PROCESS global/header.html.tmpl
+ title = title
style = ".resolved { background-color: #d9d9d9; color: #000000; }"
%]