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/create.html.tmpl | 62 ++-------------------- 1 file changed, 3 insertions(+), 59 deletions(-) (limited to 'template/en/default/admin/components/create.html.tmpl') diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 0b1fd6f57..96c80226c 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -33,65 +33,9 @@
- - - - - - - - - - - - -[% IF Param('useqacontact') %] - - - - -[% END %] - - - - + + [% PROCESS "admin/components/edit-common.html.tmpl" %] +
Component:
Description: - [% INCLUDE global/textarea.html.tmpl - name = 'description' - minrows = 4 - cols = 64 - wrap = 'virtual' - %] -
- [% INCLUDE global/userselect.html.tmpl - name => "initialowner" - id => "initialowner" - value => "" - size => 64 - %] -
- - [% INCLUDE global/userselect.html.tmpl - name => "initialqacontact" - id => "initialqacontact" - value => "" - size => 64 - emptyok => 1 - %] -
- - - [% INCLUDE global/userselect.html.tmpl - name => "initialcc" - id => "initialcc" - value => "" - size => 64 - multiple => 5 - %] -
- [% IF !Param("usemenuforusers") %] - Enter user names for the CC list as a comma-separated list. - [% END %] -

-- cgit v1.2.3-24-g4f1b