Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 39595432

Von Werner Hahn vor fast 8 Jahren hinzugefügt

  • ID 395954326fe9fff5b1015acbcc9f09f59d7c9b5c
  • Vorgänger 40698de4
  • Nachfolger 101a56c0

Shopmodul: Kundentemplate Checkbox für Shopauftragssperre verschoben

Unterschiede anzeigen:

templates/webpages/customer_vendor/tabs/billing.html
<table width="100%">
<tr height="5"></tr>
<tr>
<th align="right" valign="top" nowrap>[% 'Orderlock' | $T8 %]</th>
<td>
[% L.checkbox_tag('cv.order_lock', checked = SELF.cv.order_lock, for_submit=1) %]
</td>
</tr>
[% IF ( INSTANCE_CONF.get_vertreter ) %]
<tr>
......
<tr>
<th align="right">[%- LxERP.t8("Hourly rate") %]</th>
<td>[% L.input_tag("cv.hourly_rate_as_number", SELF.cv.hourly_rate_as_number) %]</td>
<th align="right" valign="top" nowrap>[% 'Shoporderlock' | $T8 %]</th>
<td>
[% L.checkbox_tag('cv.order_lock', checked = SELF.cv.order_lock, for_submit=1) %]
</td>
</tr>
[% END %]
</table>

Auch abrufbar als: Unified diff