X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e2ef75e554021d66214ad31b7c135243cc50765c..2be3ec7cd2f7aeefb78b126cf8fd8b4e2e2fb767:/templates/webpages/part/_basic_data.html diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index c9a2d69d4..00ee4adf7 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -19,22 +19,16 @@ - [% SET readonly = 1 %] - [%- IF !SELF.part.id or SELF.part.orphaned %][% readonly = 0 %][% END %] - + - + - [%- END %] + [% L.areainput_tag("part.description", SELF.part.description, size=40) %] @@ -239,4 +233,3 @@
[% 'Part Number' | $T8 %][% 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) %][% P.select_classification('part.classification_id', default => SELF.part.classification_id, type => SELF.parts_classification_filter ) %]
[% 'Part Description' | $T8 %] - [%- IF description_area %] - - [%- ELSE %] - [% L.input_tag("part.description", SELF.part.description, size=40) %]

-