X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fpart%2F_basic_data.html;h=06a70418093d876d1c3f7e86050683030d44206f;hb=e713c3142d8c603b31d25fff371da47f56976aae;hp=c9a2d69d4828b454ae3a5973a538175b9e9667a1;hpb=e2ef75e554021d66214ad31b7c135243cc50765c;p=kivitendo-erp.git diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index c9a2d69d4..06a704180 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.part.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) %]

-