Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 92304c5c

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 92304c5cbc825a2c9adea30d5476f639a8646cc2
  • Vorgänger 68ef9fdb
  • Nachfolger 9a0cf7e9

Neues Design: Kunde-/Lieferant erfassen, position der checkboxen vereinheitlicht

Unterschiede anzeigen:

templates/webpages/customer_vendor/tabs/billing.html
20 20
  <tbody>
21 21
    <tr>
22 22
      <th>[% IF SELF.is_vendor() %] [% 'Vendor Name' | $T8 %] [% ELSE %] [% 'Customer Name' | $T8 %] [% END %]</th>
23
      <td>[% L.input_tag('cv.name', SELF.cv.name, type='text', class='wi-lightwide') %]
24
      <label for="cv_natural_person">[% 'natural person' | $T8 %]</label>
25
      [% L.checkbox_tag('cv.natural_person', checked = SELF.cv.natural_person, for_submit=1) %]</td>
23
      <td>[% L.input_tag('cv.name', SELF.cv.name, type='text', class='wi-lightwide') %]</td>
24
    </tr>
25
    <tr>
26
      <th><label for="cv_natural_person">[% 'natural person' | $T8 %]</label></th>
27
      <td>[% L.checkbox_tag('cv.natural_person', checked = SELF.cv.natural_person, for_submit=1) %]</td>
26 28
    </tr>
27 29
    <tr>
28 30
      <th>[% 'Department' | $T8 %]</th>
templates/webpages/customer_vendor/tabs/vcnotes.html
86 86
    </tr>
87 87
    <tr>
88 88
      <th><label for="note_followup_done" title="[% 'Follow-Up done' | $T8 %]">[% 'Done' | $T8 %]</label></th>
89
      <td><span>[% L.checkbox_tag('note_followup.done', checked = SELF.note_followup.done) %]</span></td>
89
      <td>[% L.checkbox_tag('note_followup.done', checked = SELF.note_followup.done) %]</td>
90 90
    </tr>
91 91
    <tr>
92 92
      <th>[% 'Body' | $T8 %]</th>

Auch abrufbar als: Unified diff