Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 12404859

Von Max Wessendorf vor fast 2 Jahren hinzugefügt

  • ID 12404859bc7ee6d7caea2d2f9ba623033c0b734a
  • Vorgänger 652a0825
  • Nachfolger bd09b68c

deisgn4.0: Hauptbuch: Vorgangsbezeichnung aufgenommen

Unterschiede anzeigen:

templates/design40_webpages/gl/form_header.html
104 104
      <th [%- departments_style -%]>[% 'Department' | $T8 %]</th>
105 105
      <td [%- departments_style -%]>[% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_key='description', with_empty=1, class='wi-wide') %]</td>
106 106
    </tr>
107
    <tr>
108
      <th>[% 'Transaction description' | $T8 %]</th>
109
      <td>[% L.input_tag("transaction_description", transaction_description, class='wi-wide') %]</td>
110
    </tr>
107 111
    <tr>
108 112
      <th>[% 'Description' | $T8 %]</th>
109 113
      <td class="wi-wide">[% L.areainput_tag('description', description, readonly=readonly, cols=10, class='wi-wide') %]</td>
templates/design40_webpages/gl/search.html
14 14
  <tbody>
15 15
    <tr>
16 16
      <th>[% 'Reference / Invoice Number' | $T8 %]</th>
17
      <td><input name="reference" class="wi-normal initial_focus" type="text"></td>
17
      <td>[% L.input_tag('reference', '', class='wi-normal initial_focus', name='reference') %]</td>
18 18
    </tr>
19 19
    <tr>
20 20
      <th>[% 'Source' | $T8 %]</th>
21
      <td><input name="source" class="wi-normal" type="text"></td>
21
      <td>[% L.input_tag('source', '', class='wi-normal', name='source') %]</td>
22

  
22 23
    </tr>
23 24
    [% IF ALL_DEPARTMENTS %]
24 25
    <tr>
......
28 29
    [% END %]
29 30
    <tr>
30 31
      <th>[% 'Description' | $T8 %]</th>
31
      <td><input name="description" class="wi-normal" type="text"></td>
32
      <td>[% L.input_tag('description', '', class='wi-normal', name='description') %]</td>
32 33
    </tr>
33 34
    <tr>
34 35
      <th>[% 'Account Number' | $T8 %]</th>
35
      <td><input name="accno" class="wi-normal" type="text"></td>
36
      <td>[% L.input_tag('accno', '', class='wi-normal', name='accno') %]</td>
36 37
    </tr>
37 38
    <tr>
38 39
      <th>[% 'Notes' | $T8 %]</th>
39
      <td><input name="notes" class="wi-normal" type="text"></td>
40
      <td>[% L.input_tag('notes', '', class='wi-normal', name='notes') %]</td>
40 41
    </tr>
42
    <tr>
43
          <th>[% 'Transaction description' | $T8 %]</th>
44
          <td>[% L.input_tag('transaction_description', '', class='wi-normal') %]</td>
45
        </tr>
41 46
    <tr>
42 47
      <th>[% 'Project Number' | $T8 %]</th>
43 48
      <td>[% L.select_tag('project_id', ALL_PROJECTS, title_key='projectnumber', with_empty=1, class='wi-normal') %]</td>

Auch abrufbar als: Unified diff