From a8e875973a29772c28b149baa754cbaf4d2aaee7 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 3 Oct 2011 00:57:07 +0200 Subject: [PATCH] Bug 615636: Labels are badly aligned when editing versions and milestones in admin pages r/a=LpSolit --- .../admin/components/edit-common.html.tmpl | 15 +++++++-------- .../en/default/admin/components/edit.html.tmpl | 4 ++-- .../en/default/admin/milestones/edit.html.tmpl | 6 +++--- template/en/default/admin/versions/edit.html.tmpl | 4 ++-- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/template/en/default/admin/components/edit-common.html.tmpl b/template/en/default/admin/components/edit-common.html.tmpl index 069b56cfdc..3e489af748 100644 --- a/template/en/default/admin/components/edit-common.html.tmpl +++ b/template/en/default/admin/components/edit-common.html.tmpl @@ -23,15 +23,16 @@ #%] - Component: - + - Component Description: + [% INCLUDE global/textarea.html.tmpl name = 'description' + id = 'description' minrows = 4 cols = 64 wrap = 'virtual' @@ -40,7 +41,7 @@ - + [% INCLUDE global/userselect.html.tmpl name => "initialowner" @@ -52,7 +53,7 @@ [% IF Param('useqacontact') %] - + [% INCLUDE global/userselect.html.tmpl name => "initialqacontact" @@ -65,9 +66,7 @@ [% END %] - - - + [% INCLUDE global/userselect.html.tmpl name => "initialcc" diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index b5fc3c321c..5236186ccd 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -43,12 +43,12 @@ [% PROCESS "admin/components/edit-common.html.tmpl" %] - + - [% terms.Bugs %]: + [% terms.Bugs %]: [% IF comp.bug_count > 0 %] - + - + - + diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl index 1de2335673..497d67e2e0 100644 --- a/template/en/default/admin/versions/edit.html.tmpl +++ b/template/en/default/admin/versions/edit.html.tmpl @@ -37,12 +37,12 @@ - + - + -- 2.47.2