Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 62bcf2c0

Von Werner Hahn vor fast 2 Jahren hinzugefügt

  • ID 62bcf2c0e34993e58835c72a1eb0b95f34c87a1f
  • Vorgänger fc744a42
  • Nachfolger a34622f7

Design 4.0 Parts Spaltenbreite gleichmäßiger

Unterschiede anzeigen:

templates/design40_webpages/part/_basic_data.html
90 90
<div class="col">
91 91
  <table id="ic5" class="tbl-horizontal">
92 92
    <caption>[% 'Prices' | $T8 %]</caption>
93
    <colgroup> <col class="wi-small"><col class="wi-mediumsmall"> </colgroup>
93
    <colgroup> <col class="wi-mediumsmall"><col class="wi-mediumsmall"> </colgroup>
94 94
    <tbody>
95 95
      <tr>
96 96
        <th>[% 'Price updated' | $T8 %]</th>
......
126 126
    [% PROCESS 'part/_pricegroup_prices.html' %]
127 127
  </div>
128 128
  <table id="ic5" class="tbl-horizontal">
129
    <colgroup> <col class="wi-small"><col class="wi-mediumsmall"> </colgroup>
129
    <colgroup> <col class="wi-mediumsmall"><col class="wi-small"> </colgroup>
130 130
    <tbody>
131 131
      [% IF SELF.all_price_factors.size %]
132 132
      <tr>
templates/design40_webpages/part/_pricegroup_prices.html
7 7
<table class="tbl-horizontal">
8 8
  <caption>[% 'Pricegroups' | $T8 %]</caption>
9 9
  <colgroup>
10
    <col class="wi-small">
11
    <col class="wi-lightwide">
10
    <col class="wi-mediumsmall">
11
    <col class="wi-mediumsmall">
12 12
  </colgroup>
13 13
  <thead>
14 14
    <tr>
......
26 26
        [% L.hidden_tag('prices[].price_id', price.id) # id not used? %]
27 27
        [% L.hidden_tag('prices[].pricegroup', pricegroup.pricegroup) %][% HTML.escape(pricegroup.pricegroup) %]
28 28
      </th>
29
      <td> [% L.input_tag('prices[].price', price.price_as_number, size=11, class='wi-small numeric reformat_number') %] </td>
29
      <td> [% L.input_tag('prices[].price', price.price_as_number, size=11, class='wi-mediumsmall numeric reformat_number') %] </td>
30 30
    </tr>
31 31
  [% END %]
32 32
  [% # followed by Storage-Table %]

Auch abrufbar als: Unified diff