Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dabb630b

Von Cem Aydin vor etwa 2 Jahren hinzugefügt

  • ID dabb630b920b6d08d35b85e3a1fc3f3acf9a8c3f
  • Vorgänger 6cbd3aaf
  • Nachfolger 1a83013a

design40: Auftrag, Lieferantenauftrag, Reklamations Templates CSS vereinheitlicht

- Button Individuelle Lieferadresse neutral
- Breite Datumsfelder

Unterschiede anzeigen:

templates/design40_webpages/delivery_order/tabs/basic_data.html
with_empty=0,
style='wi-lightwide') %]
</span>
[% L.button_tag("kivi.DeliveryOrder.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
[% L.button_tag("kivi.DeliveryOrder.edit_custom_shipto()",
LxERP.t8("Custom shipto"),
class='button neutral below wi-lightwide') %]
</td>
</tr>
templates/design40_webpages/order/tabs/basic_data.html
with_empty=0,
class='wi-lightwide') %]
</span>
[% L.button_tag("kivi.Order.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
[% L.button_tag("kivi.Order.edit_custom_shipto()",
LxERP.t8("Custom shipto"),
class='button neutral below wi-lightwide') %]
</td>
</tr>
[%- IF SELF.cv == "customer" %]
......
</tr>
<tr>
<th>[% 'Expected billing date' | $T8 %]</th>
<td>[% L.date_tag('order.expected_billing_date_as_date', SELF.order.expected_billing_date_as_date) %]</td>
<td>[% L.date_tag('order.expected_billing_date_as_date', SELF.order.expected_billing_date_as_date, class='wi-date') %]</td>
</tr>
[% END %]
<tr>
<th>[% 'Insert Date' | $T8 %]</th>
<td><span class="data wi-small">[% SELF.order.itime_as_date %]</span></td>
<td><span class="data wi-normal">[% SELF.order.itime_as_date %]</span></td>
</tr>
</tbody>
</table>
templates/design40_webpages/reclamation/tabs/basic_data.html
with_empty=0,
class='wi-lightwide') %]
</span>
[% L.button_tag("kivi.Reclamation.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
[% L.button_tag("kivi.Reclamation.edit_custom_shipto()",
LxERP.t8("Custom shipto"),
class='button neutral below wi-lightwide') %]
</td>
</tr>

Auch abrufbar als: Unified diff