Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c252ad94

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID c252ad94953d149b641699160b3059e3b77759cd
  • Vorgänger 817dfe17
  • Nachfolger 8c9ae204

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>
......
162 162
    </tr>
163 163
    [% END %]
164 164
  </tbody>
165
</table>  
165
</table>
166 166
</div><!-- /.wrapper -->
167 167

  
168 168

  

Auch abrufbar als: Unified diff