From 4b1eaf48627db9d03e862609ea428f6a4e6f111f Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Mon, 29 Mar 2010 14:40:38 +0200 Subject: Bug 554552: Refactor classifications and components templates to use edit-common.html.tmpl and add the 'rows' hook r/a=mkanat --- .../en/default/admin/components/edit.html.tmpl | 64 +--------------------- 1 file changed, 2 insertions(+), 62 deletions(-) (limited to 'template/en/default/admin/components/edit.html.tmpl') diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 267bfc5c3..30b7303e7 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -40,68 +40,8 @@
- - - - - - - - - - - - -[% IF Param('useqacontact') %] - - - - -[% END %] - - - - - - + [% PROCESS "admin/components/edit-common.html.tmpl" %] +
Component:
Component Description: - [% INCLUDE global/textarea.html.tmpl - name = 'description' - minrows = 4 - cols = 64 - wrap = 'virtual' - defaultcontent = comp.description - %] -
- [% INCLUDE global/userselect.html.tmpl - name => "initialowner" - id => "initialowner" - value => comp.default_assignee.login - size => 64 - %] -
- [% INCLUDE global/userselect.html.tmpl - name => "initialqacontact" - id => "initialqacontact" - value => comp.default_qa_contact.login - size => 64 - emptyok => 1 - %] -
- - - [% INCLUDE global/userselect.html.tmpl - name => "initialcc" - id => "initialcc" - value => initial_cc_names - size => 64 - multiple => 5 - %] -
- [% IF !Param("usemenuforusers") %] - Enter user names for the CC list as a comma-separated list. - [% END %] -
[% terms.Bugs %]: -- cgit v1.2.3-24-g4f1b