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/order/tabs/basic_data.html
370 370
    <tr>
371 371
      <th class="center">
372 372
        [% IF MYCONFIG.show_form_details %]
373
          [% 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") %]
373
          [% 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") %]
374 374
        [% ELSE %]
375
          [% L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %]
375
          [% 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') %]
376 376
        [% END %]
377 377
      </th>
378 378
      <th>[% 'position'     | $T8 %] </th>
......
384 384
                      alt=LxERP.t8('Update from master data'),
385 385
                      title= LxERP.t8('Update from master data'),
386 386
                      onclick="if (!confirm('" _ LxERP.t8("Are you sure to update all positions from master data?") _ "')) return false; kivi.Order.update_all_rows_from_master_data();",
387
                      id='update_from_master') %]
387
                      id='update_from_master', class='row-icon') %]
388 388
      </th>
389 389
      [%- END %]
390 390
      <th id="partnumber_header_id"><a href='#' onClick='javascript:kivi.Order.reorder_items("partnumber")'> [% 'Partnumber'  | $T8 %]</a></th>

Auch abrufbar als: Unified diff