Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 40cfb5ee

Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt

  • ID 40cfb5eee3162b7e25b20f7e0f52c3def98313bc
  • Vorgänger f0747a2f
  • Nachfolger 0e60202e

Kreditorenbuchung - Abteilung nutzt immer L.select_tag als Dropdown

Unterschiede anzeigen:

templates/webpages/ap/search.html
33 33
    </tr>
34 34
     <tr>
35 35
      <th align=right nowrap>[% 'Department' | $T8 %]</th>
36
      <td>
37
            [%- INCLUDE 'generic/multibox.html'
38
                 name          = 'department',
39
                 style         = 'width: 250px',
40
                 DATA          = ALL_DEPARTMENTS,
41
                 id_key        = 'id',
42
                 label_key     = 'description',
43
                 show_empty    = 1,
44
                 allow_textbox = 0,
45
            -%]
46
      </td>
36
      <td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style="width: 200px") %]</td>
47 37
     </tr>
48 38
     <tr>
49 39
      <th align=right nowrap>[% 'Invoice Number' | $T8 %]</th>

Auch abrufbar als: Unified diff