diff options
Diffstat (limited to 'template/en/default/admin/fieldvalues')
| -rw-r--r-- | template/en/default/admin/fieldvalues/edit.html.tmpl | 2 | ||||
| -rw-r--r-- | template/en/default/admin/fieldvalues/list.html.tmpl | 2 | ||||
| -rw-r--r-- | template/en/default/admin/fieldvalues/select-field.html.tmpl | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl index 9c42ce639..65f5bf728 100644 --- a/template/en/default/admin/fieldvalues/edit.html.tmpl +++ b/template/en/default/admin/fieldvalues/edit.html.tmpl @@ -18,8 +18,6 @@ # field: Bugzilla::Field; The field this value belongs to. #%] -[% PROCESS global/variables.none.tmpl %] - [% title = BLOCK %] Edit Value '[% value.name FILTER html %]' for the '[% field.description FILTER html %]' ([% field.name FILTER html %]) field diff --git a/template/en/default/admin/fieldvalues/list.html.tmpl b/template/en/default/admin/fieldvalues/list.html.tmpl index 2b6aedb6f..660f9182c 100644 --- a/template/en/default/admin/fieldvalues/list.html.tmpl +++ b/template/en/default/admin/fieldvalues/list.html.tmpl @@ -26,8 +26,6 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] -[% PROCESS global/variables.none.tmpl %] - [% title = BLOCK %]Select value for the '[% field.description FILTER html %]' ([% field.name FILTER html %]) field[% END %] [% PROCESS global/header.html.tmpl diff --git a/template/en/default/admin/fieldvalues/select-field.html.tmpl b/template/en/default/admin/fieldvalues/select-field.html.tmpl index 3704d42aa..ed2ff01d9 100644 --- a/template/en/default/admin/fieldvalues/select-field.html.tmpl +++ b/template/en/default/admin/fieldvalues/select-field.html.tmpl @@ -23,8 +23,6 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "Edit values for which field?" %] |
