Revision deee473a
Von Cem Aydin vor fast 4 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
30 | 30 |
[% UNLESS ALL_BUSINESS_TYPES.size == 0 %] |
31 | 31 |
<tr> |
32 | 32 |
<th>[% vctypelabel %]</th> |
33 |
<td> [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class="wi-normal") %]</td>
|
|
33 |
<td>[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class="wi-normal") %]</td> |
|
34 | 34 |
</tr> |
35 | 35 |
[% END %] |
36 | 36 |
</tbody> |
37 | 37 |
</table> |
38 | 38 |
|
39 | 39 |
<table class="tbl-horizontal"> |
40 |
<caption>[% 'Request Quotation' | $T8 %]</caption>
|
|
40 |
<caption>[% IF is_order %][% 'Order' | $T8 %][% ELSE %][% 'Quotation' | $T8 %][% END %]</caption>
|
|
41 | 41 |
<colgroup> <col class="wi-mediumsmall"><col class="wi-wide"> </colgroup> |
42 | 42 |
<tbody> |
43 | 43 |
<tr> |
Auch abrufbar als: Unified diff
Neues Design Bugfix: #384 Teil: Angebots/Auftragssuche: Überschrift Übersetzung korrigiert
(gemäss Warnungen von locale script)
- locale Dateien via scripts/locales.pl automatisch geupdated (de und en)