From 377e583d5754160efca028f80d69bfc04ea54db8 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 3 Oct 2011 00:45:22 +0200 Subject: Bug 615636: Labels are badly aligned when editing versions and milestones in admin pages r/a=LpSolit --- template/en/default/admin/components/edit-common.html.tmpl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'template/en/default/admin/components/edit-common.html.tmpl') diff --git a/template/en/default/admin/components/edit-common.html.tmpl b/template/en/default/admin/components/edit-common.html.tmpl index 6f65095af..9a65737db 100644 --- a/template/en/default/admin/components/edit-common.html.tmpl +++ b/template/en/default/admin/components/edit-common.html.tmpl @@ -27,15 +27,16 @@ [% DEFAULT desc_name = "description" %] - Component: - + - Component Description: + [% INCLUDE global/textarea.html.tmpl name = desc_name + id = desc_name minrows = 4 cols = 64 wrap = 'virtual' @@ -44,7 +45,7 @@ - + [% INCLUDE global/userselect.html.tmpl name => "initialowner" @@ -56,7 +57,7 @@ [% IF Param('useqacontact') %] - + [% INCLUDE global/userselect.html.tmpl name => "initialqacontact" @@ -69,7 +70,7 @@ [% END %] - + [% INCLUDE global/userselect.html.tmpl name => "initialcc" -- cgit v1.2.3-24-g4f1b