Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 07707949

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID 0770794982785f2a06a7314235f68c4421beef54
  • Vorgänger 96674a7e
  • Nachfolger 2896ddde

Design 4.0: Lieferscheinmasken aufgehübscht

Unterschiede anzeigen:

templates/design40_webpages/delivery_order/tabs/_item_input.html
59 59
        </tr>
60 60
      </tbody>
61 61
    </table>
62
    <!-- same space as 'Add multiple items' button -->
63
    <div style="clear:both;height:15.6pt">
64
      &nbsp;
65
    </div>
62 66
  </div><!-- /.entry-panel -->
63 67
</div><!-- /.wrapper -->
templates/design40_webpages/delivery_order/tabs/basic_data.html
127 127
          default = SELF.order.delivery_term_id,
128 128
          with_empty = 1,
129 129
          title_key = 'description',
130
          style = 'width: 250px') %]
130
          class = 'wi-mediumsmall-lightwide') %]
131 131
        </td>
132 132
      </tr>
133 133
    </tbody>
......
155 155

  
156 156
<table class="tbl-horizontal col">
157 157
  <caption>[% 'Handling, Numbers & Dates' | $T8 %]</caption>
158
  <colgroup> <col class="wi-mediumsmall"><col class="wi-lightwide"> </colgroup>
158
  <colgroup> <col class="wi-mediumsmall"><col class="wi-small"> </colgroup>
159 159
  <tbody>
160 160
    <tr>
161
      <td colspan="2" align="center" id="data-status-line">[% SELF.order.presenter.status_line %]</td>
161
      <th>[% 'Status' | $T8 %]</th>
162
      <td id="data-status-line"><span class="data wi-small" style="height:auto;overflow:visible;">[% SELF.order.presenter.status_line %]</span></td>
162 163
    </tr>
163 164

  
164 165
    <tr>
......
166 167
      <td>[% L.select_tag('order.employee_id',
167 168
        SELF.all_employees,
168 169
        default=(SELF.order.employee_id ? SELF.order.employee_id : SELF.current_employee_id),
169
        title_key='safe_name') %]</td>
170
        title_key='safe_name',
171
        class="wi-small",
172
        ) %]</td>
170 173
    </tr>
171 174

  
172 175
    [% IF SELF.cv == 'customer' %]
......
175 178
      <td>[% L.select_tag('order.salesman_id',
176 179
        SELF.all_salesmen,
177 180
        default=(SELF.order.salesman_id ? SELF.order.salesman_id : SELF.current_employee_id),
178
        title_key='safe_name') %]</td>
181
        title_key='safe_name',
182
        class="wi-small",
183
        ) %]</td>
179 184
    </tr>
180 185
    [% END %]
181 186

  

Auch abrufbar als: Unified diff