Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 865dda05

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID 865dda0591e312ee2e36fe2dd44468162f13d75a
  • Vorgänger 60a0462f
  • Nachfolger 42776ad0

Shopmodul: Kundentemplate Checkbox für Shopauftragssperre verschoben

Unterschiede anzeigen:

templates/webpages/customer_vendor/tabs/billing.html
8 8
  <table width="100%">
9 9

  
10 10
    <tr height="5"></tr>
11
    <tr>
12
      <th align="right" valign="top" nowrap>[% 'Orderlock' | $T8 %]</th>
13
      <td>
14
        [% L.checkbox_tag('cv.order_lock', checked = SELF.cv.order_lock, for_submit=1) %]
15
      </td>
16
    </tr>
17

  
18 11

  
19 12
    [% IF ( INSTANCE_CONF.get_vertreter ) %]
20 13
      <tr>
......
360 353
     <tr>
361 354
      <th align="right">[%- LxERP.t8("Hourly rate") %]</th>
362 355
      <td>[% L.input_tag("cv.hourly_rate_as_number", SELF.cv.hourly_rate_as_number) %]</td>
356
      <th align="right" valign="top" nowrap>[% 'Shoporderlock' | $T8 %]</th>
357
      <td>
358
        [% L.checkbox_tag('cv.order_lock', checked = SELF.cv.order_lock, for_submit=1) %]
359
      </td>
363 360
     </tr>
364 361
    [% END %]
365 362
  </table>

Auch abrufbar als: Unified diff