From 880bfcebabf4e079e30f8cb1c9ddb03e2ab366e0 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 19 Nov 2002 08:16:24 +0000 Subject: [PATCH] Bug 175579 - make templates html compliant r=gerv, a=justdave --- .../admin/flag-type/confirm-delete.html.tmpl | 6 ++--- .../en/default/admin/flag-type/edit.html.tmpl | 6 ++--- .../en/default/admin/flag-type/list.html.tmpl | 12 ++++----- template/en/default/bug/comments.html.tmpl | 6 ++--- .../bug/create/create-guided.html.tmpl | 4 +-- .../en/default/bug/create/create.html.tmpl | 4 +-- .../en/default/bug/dependency-tree.html.tmpl | 2 +- template/en/default/bug/edit.html.tmpl | 18 ++++++------- template/en/default/flag/list.html.tmpl | 2 +- .../global/confirm-user-match.html.tmpl | 14 +++++------ template/en/default/list/list.html.tmpl | 2 +- .../en/default/reports/report-table.html.tmpl | 2 +- template/en/default/reports/report.html.tmpl | 25 +++++++++++-------- template/en/default/request/queue.html.tmpl | 4 +-- .../search/search-report-graph.html.tmpl | 2 +- .../search/search-report-table.html.tmpl | 4 +-- 16 files changed, 58 insertions(+), 55 deletions(-) diff --git a/template/en/default/admin/flag-type/confirm-delete.html.tmpl b/template/en/default/admin/flag-type/confirm-delete.html.tmpl index b022e621eb..46522000b5 100644 --- a/template/en/default/admin/flag-type/confirm-delete.html.tmpl +++ b/template/en/default/admin/flag-type/confirm-delete.html.tmpl @@ -30,20 +30,20 @@ There are [% flag_count %] flags of type [% name %]. If you delete this type, those flags will also be deleted. Note that instead of deleting the type you can - deactivate it, + deactivate it, in which case the type and its flags will remain in the database but will not appear in the Bugzilla UI.
| + | Do you really want to delete this type? | ||
| - + Yes, delete | diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 846bec4090..157ad3592a 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -95,7 +95,7 @@|||
|
Product/Component: - |
Inclusions: - [% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple=1 size=4 options=type.inclusions %] + [% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple="1" size="4" options=type.inclusions %] |
Exclusions: - [% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple=1 size=4 options=type.exclusions %] + [% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple="1" size="4" options=type.exclusions %] |
|