Revision f6ca1632
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
2972 | 2972 |
'RFQ' => 'Anfrage', |
2973 | 2973 |
'RFQ Date' => 'Anfragedatum', |
2974 | 2974 |
'RFQ Number' => 'Anfragenummer', |
2975 |
'RFQ/Order Status' => 'Angebots-/Auftrags-Status', |
|
2975 | 2976 |
'RFQ/Order Statuses' => 'Angebots-/Auftrags-Status', |
2976 | 2977 |
'RFQs' => 'Preisanfragen', |
2977 | 2978 |
'RMA Delivery Order' => 'Retouren-Lieferschein', |
locale/en/all | ||
---|---|---|
2971 | 2971 |
'RFQ' => '', |
2972 | 2972 |
'RFQ Date' => '', |
2973 | 2973 |
'RFQ Number' => '', |
2974 |
'RFQ/Order Status' => '', |
|
2974 | 2975 |
'RFQ/Order Statuses' => '', |
2975 | 2976 |
'RFQs' => '', |
2976 | 2977 |
'RMA Delivery Order' => '', |
templates/design40_webpages/simple_system_setting/_order_status_form.html | ||
---|---|---|
1 |
[% USE LxERP %] |
|
2 |
[% USE L %] |
|
3 |
[% USE HTML %] |
|
4 |
|
|
5 |
<div class="wrapper"> |
|
6 |
<table class="tbl-horizontal"> |
|
7 |
<caption>[% 'RFQ/Order Status' | $T8 %]</caption> |
|
8 |
<colgroup><col class="wi-mediumsmall"><col class="wi-wide"></colgroup> |
|
9 |
<tbody> |
|
10 |
<tr> |
|
11 |
<th>[% LxERP.t8("Name") %]</th> |
|
12 |
<td> |
|
13 |
[%- L.input_tag("object.name", SELF.object.name, "data-validate"="required", "data-title"=LxERP.t8("Name"), class='wi-wider') %] |
|
14 |
</td> |
|
15 |
</tr> |
|
16 |
<tr> |
|
17 |
<th>[% LxERP.t8("Description") %]</th> |
|
18 |
<td> |
|
19 |
[%- L.input_tag("object.description", SELF.object.description, "data-title"=LxERP.t8("Description"), class='wi-wider') %] |
|
20 |
</td> |
|
21 |
</tr> |
|
22 |
<tr> |
|
23 |
<th>[% LxERP.t8("Obsolete") %]</th> |
|
24 |
<td>[% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %]</td> |
|
25 |
</tr> |
|
26 |
</tbody> |
|
27 |
</table> |
|
28 |
</div> |
Auch abrufbar als: Unified diff
Design 4.0: SimpleSystemSetting _order_status_form hinzugefügt