X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c364e43efab3ac6f0f0c20cd6f8f89a85ab45280..4d261fb7ccec8e5db782c73623dfd7beba6d7e83:/templates/webpages/part/_basic_data.html diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 0fb2b3bf6..47202069c 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -19,9 +19,11 @@
| [% 'Part Number' | $T8 %] | - [% SET readonly = 1 %] - [% UNLESS SELF.part.id %][% readonly = 0 %][% END %] -[% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, readonly=readonly class="initial_focus") %] | +[% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, class="initial_focus") %] | +
|---|---|---|
| [% 'Part Classification' | $T8 %] | +[% P.select_classification('part.classification_id', default => SELF.part.classification_id, type => SELF.parts_classification_filter ) %] | |
| [% 'Part Description' | $T8 %] | @@ -39,7 +41,7 @@||
| [% 'Group' | $T8 %] | +[% 'Partsgroup' | $T8 %] | [%- L.select_tag('part.partsgroup_id', SELF.all_partsgroups, default=SELF.part.partsgroup_id, title_key='partsgroup', value_key='id', with_empty=1 style='width: 200px') %] | [% END %]