Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 30091a79

Von Werner Hahn vor fast 2 Jahren hinzugefügt

  • ID 30091a7964f3252cc651dc1336306a81190049a8
  • Vorgänger b81d7d95
  • Nachfolger 1d4ac567

Design 4.0 Shopkonfiguration angepasst

Unterschiede anzeigen:

templates/design40_webpages/shops/form.html
16 16

  
17 17
<div class="wrapper">
18 18
<table class="tbl-horizontal">
19
  <caption>[% 'Shopconfiguration' %]</caption>
20
  <colgroup><col class="wi-wide"></colgroup>
19 21
  <tbody>
20 22
    <tr>
21 23
      <th>[% 'Description' | $T8 %]</th>
......
49 51
          <th>[% 'Port' | $T8 %]</th>
50 52
          <td>[% L.input_tag("shop.port", SELF.shop.port, class='wi-small') %]</td>
51 53
        </tr>
54
        <tr>
55
          <th>[% 'Proxy' | $T8 %]</th>
56
          <td>[% L.input_tag("shop.proxy", SELF.shop.proxy, class='wi-wide') %]</td>
57
        </tr>
58
        <tr>
52 59
        <tr>
53 60
          <th>[% 'Path' | $T8 %]</th>
54 61
          <td>[% L.input_tag("shop.path", SELF.shop.path, class='wi-wide') %]</td>
......
77 84
          <th>[% 'Transaction description' | $T8 %]</th>
78 85
          <td>[% L.input_tag("shop.transaction_description", SELF.shop.transaction_description, class='wi-wide') %]</td>
79 86
        </tr>
87
        <tr>
88
          <th>[% 'Default part for shipping costs' | $T8 %]</th>
89
          <td>[%- P.part.picker('shop.shipping_costs_parts_id', SELF.shop.shipping_costs_parts_id,
90
            class='wi-wide') %]</td>
91
        </tr>
92
        <tr>
93
          <th>[% 'Use Long Description from Parts for Shop Long Description' | $T8 %]</th>
94
          <td>[% L.yes_no_tag('shop.use_part_longdescription', SELF.shop.use_part_longdescription,
95
            class='wi-small') %]</td>
96
        </tr>
97

  
80 98
        <tr>
81 99
          <th>[% 'Obsolete' | $T8 %]</th>
82 100
          <td>[% L.checkbox_tag('shop.obsolete', checked = SELF.shop.obsolete, for_submit=1) %]</td>

Auch abrufbar als: Unified diff