Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0e60202e

Von Kivitendo Admin vor fast 8 Jahren hinzugefügt

  • ID 0e60202e4d9de0e0377e63fccc3a2f93e68bd24f
  • Vorgänger 40cfb5ee
  • Nachfolger ffd06003

Debitorenbuchung - Abteilung nutzt immer L.select_tag als Dropdown

Unterschiede anzeigen:

templates/webpages/ar/search.html
32 32
    </tr>
33 33
     <tr>
34 34
      <th align=right nowrap>[% 'Department' | $T8 %]</th>
35
      <td>
36
            [%- INCLUDE 'generic/multibox.html'
37
                 name          = 'department',
38
                 select_name   = 'department_id',
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>
35
      <td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style="width: 200px") %]</td>
47 36
     </tr>
48 37
     <tr>
49 38
      <th align=right nowrap>[% 'Invoice Number' | $T8 %]</th>

Auch abrufbar als: Unified diff