Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9b0c4fd5

Von Cem Aydin vor 2 Monaten hinzugefügt

  • ID 9b0c4fd521d4143d5272ea321cfcbab2f6a25c3e
  • Vorgänger d25a805a
  • Nachfolger cd424304

design40: Update-Button/Symbol neue Controller bereinigt

Klasse 'expand' aus CSS entfernt und durch neue Klasse 'row-icon'
ersetzt.

- Templates entsprechend angepasst
- less/css neu generiert

Unterschiede anzeigen:

templates/design40_webpages/delivery_order/tabs/basic_data.html
268 268
    <tr>
269 269
      <th class="center" style='text-align:center' nowrap width="1">
270 270
        [%- IF MYCONFIG.show_form_details %]
271
          [%- L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all', "data-expanded"="1") %]
271
          [%- L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all', class='row-icon', "data-expanded"="1") %]
272 272
        [%- ELSE %]
273
          [%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %]
273
          [%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all', class='row-icon') %]
274 274
        [%- END %]
275 275
      </th>
276 276
      <th nowrap width="3">[%- 'position' | $T8 %] </th>
......
282 282
                      alt=LxERP.t8('Update from master data'),
283 283
                      title= LxERP.t8('Update from master data'),
284 284
                      onclick="if (!confirm('" _ LxERP.t8("Are you sure to update all positions from master data?") _ "')) return false; kivi.DeliveryOrder.update_all_rows_from_master_data();",
285
                      id='update_from_master') %]
285
                      id='update_from_master', class='row-icon') %]
286 286
      </th>
287 287
      [%- END %]
288 288
      <th id="partnumber_header_id"><a href='#' onClick='javascript:kivi.DeliveryOrder.reorder_items("partnumber")'> [%- 'Partnumber'  | $T8 %]</a></th>

Auch abrufbar als: Unified diff