Revision daba1a8b
Von Bernd Bleßmann vor 10 Monaten hinzugefügt
locale/de/all | ||
---|---|---|
1272 | 1272 |
'Do not leave booking form?' => 'Buchungsmaske nicht verlassen?', |
1273 | 1273 |
'Do not link to a project.' => 'Nicht mit einem Projekt verknüpfen.', |
1274 | 1274 |
'Do not modify this position' => 'Diese Position nicht verändern', |
1275 |
'Do not order anymore' => 'Nicht mehr bestellen', |
|
1275 | 1276 |
'Do not run the task server for this client' => 'Task-Server nicht für diesen Mandanten ausführen', |
1276 | 1277 |
'Do not save any datasets on errors' => 'Bei Fehlern überhaupt keine Datensätze speichern', |
1277 | 1278 |
'Do not set default booking group' => 'Nie Standardbuchungsgruppe setzen', |
locale/en/all | ||
---|---|---|
1272 | 1272 |
'Do not leave booking form?' => '', |
1273 | 1273 |
'Do not link to a project.' => '', |
1274 | 1274 |
'Do not modify this position' => '', |
1275 |
'Do not order anymore' => '', |
|
1275 | 1276 |
'Do not run the task server for this client' => '', |
1276 | 1277 |
'Do not save any datasets on errors' => '', |
1277 | 1278 |
'Do not set default booking group' => '', |
templates/design40_webpages/part/_basic_data.html | ||
---|---|---|
67 | 67 |
<th>[% 'Payment Terms' | $T8 %]</th> |
68 | 68 |
<td>[% L.select_tag('part.payment_id', SELF.all_payment_terms, default=SELF.part.payment_id, title_key='description', value_key='id', with_empty=1, class='wi-wide') %]</td> |
69 | 69 |
</tr> |
70 |
[% END %] [% IF SELF.part.id %] |
|
70 |
[% END %] |
|
71 |
<tr> |
|
72 |
<th> <label for="order_locked">[% 'Do not order anymore' | $T8 %]</label> </th> |
|
73 |
<td>[% L.checkbox_tag('part.order_locked', checked = SELF.part.order_locked, for_submit=1) %]</td> |
|
74 |
</tr> |
|
75 |
[% IF SELF.part.id %] |
|
71 | 76 |
<tr> |
72 | 77 |
<th> <label for="part_obsolete">[% 'Obsolete' | $T8 %]</label> </th> |
73 | 78 |
<td>[% L.checkbox_tag('part.obsolete', checked = SELF.part.obsolete, for_submit=1) %]</td> |
templates/webpages/part/_basic_data.html | ||
---|---|---|
199 | 199 |
<th align="right" nowrap><label for="not_discountable">[% 'Not Discountable' | $T8 %]</label></th> |
200 | 200 |
<td>[% L.checkbox_tag('part.not_discountable', checked = SELF.part.not_discountable, for_submit=1) %]</td> |
201 | 201 |
</tr> |
202 |
<tr> |
|
203 |
<th align="right" nowrap="true"><label for="order_locked">[% 'Do not order anymore' | $T8 %]</label></th> |
|
204 |
<td>[% L.checkbox_tag('part.order_locked', checked = SELF.part.order_locked, for_submit=1) %]</td> |
|
205 |
</tr> |
|
202 | 206 |
[%- IF SELF.part.id %] |
203 | 207 |
<tr> |
204 | 208 |
<th align="right" nowrap="true"><label for="obsolete">[% 'Obsolete' | $T8 %]</label></th> |
Auch abrufbar als: Unified diff
Auslaufende Artikel: Feld in Artikelmaske