Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a80efdd8

Von Cem Aydin vor fast 2 Jahren hinzugefügt

  • ID a80efdd870acb24c8d51510c878757c073a0572d
  • Vorgänger efddcbca
  • Nachfolger d7aaa5f9

design40: Lieferschein/Reklamations Templates inline CSS durch Klassen ersetzt

Unterschiede anzeigen:

templates/design40_webpages/delivery_order/tabs/_item_input.html
1 1
[%- USE T8 %][%- USE HTML %][%- USE LxERP %][%- USE L %][%- USE P %]
2 2

  
3
<div class="wrapper" style="display:flex">
3
<div class="wrapper panel-wrapper">
4 4
  <div class="input-panel control-panel">
5 5
    <table id="input_row_table_id" class="tbl-plain condensed">
6 6
      <caption>[% 'Add Parts here!' | $T8 %]</caption>
......
42 42
    <div style="clear:both">[% L.button_tag('kivi.DeliveryOrder.open_multi_items_dialog()', LxERP.t8('Add multiple items'), class='neutral') %]</div>
43 43
  </div><!-- /.entry-panel -->
44 44

  
45
  <div class="input-panel control-panel" style="min-width:10%">
45
  <div class="input-panel control-panel short">
46 46
    <table id="create_part_table_id" class="tbl-plain condensed">
47 47
      <caption>[% 'Create a new part' | $T8 %]!</caption>
48 48
      <tbody>
templates/design40_webpages/reclamation/tabs/basic_data/_item_input.html
1 1
[%- USE T8 %][%- USE HTML %][%- USE LxERP %][%- USE L %][%- USE P %]
2 2

  
3 3

  
4
<div class="wrapper" style="display:flex">
4
<div class="wrapper panel-wrapper">
5 5
  <div class="input-panel control-panel">
6 6
    <table id="input_row_table_id" class="tbl-plain condensed">
7 7
      <caption>[% 'Add Parts here!' | $T8 %]</caption>
......
43 43
    <div style="clear:both">[% L.button_tag('kivi.Reclamation.open_multi_items_dialog()', LxERP.t8('Add multiple items'), class="neutral") %]</div>
44 44
  </div><!-- /.entry-panel -->
45 45

  
46
  <div class="input-panel control-panel" style="min-width:10%">
46
  <div class="input-panel control-panel short">
47 47
    <table id="create_part_table_id" class="tbl-plain condensed">
48 48
      <caption>[% 'Create a new part' | $T8 %]!</caption>
49 49
      <tbody>

Auch abrufbar als: Unified diff