X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5067d7bd31514962af9730b33323b831d87164f8..bf980f4c:/templates/webpages/part/_basic_data.html?ds=sidebyside diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 1131c2059..38b15d2e5 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -19,9 +19,7 @@ - [% SET readonly = 1 %] - [% UNLESS SELF.part.id %][% readonly = 0 %][% END %] - + @@ -43,7 +41,7 @@ [%- IF SELF.all_partsgroups.size %] - + [% END %] @@ -239,4 +237,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 %]
[% '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') %]

-