Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 41baeaa3

Von Sven Schöling vor mehr als 16 Jahren hinzugefügt

  • ID 41baeaa37319398f78a7a74ed09c3972cff6e67e
  • Vorgänger 04e9a474
  • Nachfolger 2740f3f0

Bugfix: Preisgruppen wurden nicht angezeigt seit r3110

Unterschiede anzeigen:

templates/webpages/ic/form_header_de.html
178 178
                  show_empty = 1,
179 179
                  id_key     = 'id',
180 180
                  label_key  = 'description',
181
                  style      = 'width:100px'
181 182
            -%]
182 183
           </td>
183 184
          </tr>
......
195 196
                  DATA       = ALL_UNITS,
196 197
                  id_key     = 'name',
197 198
                  label_key  = 'name',
199
                  style      = 'width:100px'
198 200
            -%]
199 201
            [%- END %]
200 202
           </td>
templates/webpages/ic/form_header_master.html
178 178
                  show_empty = 1,
179 179
                  id_key     = 'id',
180 180
                  label_key  = 'description',
181
                  style      = 'width:100px'
181 182
            -%]
182 183
           </td>
183 184
          </tr>
......
195 196
                  DATA       = ALL_UNITS,
196 197
                  id_key     = 'name',
197 198
                  label_key  = 'name',
199
                  style      = 'width:100px'
198 200
            -%]
199 201
            [%- END %]
200 202
           </td>
templates/webpages/ic/price_row_de.html
1 1
[%- USE HTML %]
2
[%- IF PRICES.count %]
2
[%- IF PRICES.size %]
3 3
  <tr>
4 4
    <td>
5 5
      <table width=100%>
templates/webpages/ic/price_row_master.html
1 1
[%- USE HTML %]
2
[%- IF PRICES.count %]
2
[%- IF PRICES.size %]
3 3
  <tr>
4 4
    <td>
5 5
      <table width=100%>

Auch abrufbar als: Unified diff