Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision deee473a

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID deee473a81c5fcdb295ebb23ed8d722b54501e5d
  • Vorgänger 9e1cbdda
  • Nachfolger 994c35e3

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)

Unterschiede anzeigen:

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