X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b3c4ebb024676ff19c6a7780c1625f69f028c502..46bc75c8:/templates/webpages/is/form_header.html
diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html
index 78d5ef27b..80dd758e1 100644
--- a/templates/webpages/is/form_header.html
+++ b/templates/webpages/is/form_header.html
@@ -45,11 +45,11 @@
allow_textbox = 1,
onChange = "document.getElementById('update_button').click();" -%]
-
+
[%- IF ALL_CONTACTS.size %]
@@ -63,7 +63,7 @@
| [% 'Shipping Address' | $T8 %] |
- [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title_sub=\shipto_labels, with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %]
+ [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title='displayable_id', with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %]
|
[%- END %]
@@ -90,8 +90,10 @@
[%- END %]
| [% 'Record in' | $T8 %] |
- |
-
+
+
+
+ |
| [% 'Steuersatz' | $T8 %] |
@@ -100,6 +102,7 @@
[%- IF id %]
[%- END %]
+
[%- IF all_departments %]
@@ -115,8 +118,12 @@
| [% currencies %] |
[%- END %]
-
-
+
+ |
+
+
+ |
+
[%- IF show_exchangerate %]
| [% 'Exchangerate' | $T8 %] |
@@ -148,14 +155,14 @@
| [% 'Employee' | $T8 %] |
- [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title_sub=\sales_employee_labels)) %]
+ [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title='safe_name')) %]
|
[%- IF ALL_SALESMEN.size %]
| [% 'Salesman' | $T8 %] |
- [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_sub=\sales_employee_labels)) %]
+ [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title='safe_name')) %]
|
[%- END %]
@@ -225,13 +232,13 @@
-
-
-
-
+
|
+
|
+
+
@@ -265,5 +272,4 @@
}
//-->
-
-
+