X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3a75595770104d5884cab26c57f00e33535ba050..101b9705bda052abb1237c92d3920f6ddbf12d04:/templates/webpages/project/_basic_data.html diff --git a/templates/webpages/project/_basic_data.html b/templates/webpages/project/_basic_data.html index a0982f171..ab8ebd57b 100644 --- a/templates/webpages/project/_basic_data.html +++ b/templates/webpages/project/_basic_data.html @@ -6,34 +6,31 @@ - + - + - + - +
[% 'Number' | $T8 %][% L.input_tag("project.projectnumber", SELF.project.projectnumber, size=60, class="initial_focus") %][% L.input_tag("project.projectnumber", SELF.project.projectnumber, size=60, style='width: 300px', class="initial_focus") %]
[% 'Description' | $T8 %] - [%- SET rows = LxERP.numtextrows(SELF.project.description, 60) %] - [%- IF rows > 1 %] - [%- L.textarea_tag("project.description", SELF.project.description, rows=row, size=60, style="width: 100%", wrap="soft") %] - [%- ELSE %] - [%- L.input_tag("project.description", SELF.project.description, size=60) %] - [%- END %] + [%- L.areainput_tag("project.description", SELF.project.description, size=60, style="width: 300px", wrap="soft") %]
[% 'Project Type' | $T8 %][% L.select_tag('project.project_type_id', SELF.ALL_PROJECT_TYPES, default=SELF.project.project_type_id, title_key='description', style='width: 300px') %][% L.select_tag('project.project_type_id', SELF.project_types, default=SELF.project.project_type_id, title_key='description', style='width: 300px') %]
[% 'Project Status' | $T8 %][% L.select_tag('project.project_status_id', SELF.ALL_PROJECT_STATUS, default=SELF.project.project_status_id, title_key='description', style='width: 300px') %][% L.select_tag('project.project_status_id', SELF.project_statuses, default=SELF.project.project_status_id, title_key='description', style='width: 300px') %]
[% 'Customer' | $T8 %][% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=SELF.project.customer_id, title_key='name', with_empty=1, style='width: 300px') %][% L.customer_vendor_picker('project.customer_id', SELF.project.customer_id, type='customer', fat_set_item=1, style='width: 300px', default=SELF.project.customer_id)%] [%- IF SELF.project.customer_id %] +[%- END %] +