Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4a903d6d

Von Moritz Bunkus vor fast 8 Jahren hinzugefügt

  • ID 4a903d6db69a0d5d2083c743af64e2b733bcdc0d
  • Vorgänger 44d38b2b
  • Nachfolger 641d6d24

do/form_header.html: Element »department_id« nicht doppelt ausgeben

Unterschiede anzeigen:

templates/webpages/do/form_header.html
201 201
        <td colspan="3">
202 202
          [% IF ( delivered ) %]
203 203
            [% L.hidden_tag('department_id', department_id) %]
204
          [% ELSE %]
205
            [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width: 250px', disabled = delivered )%]
204 206
          [% END %]
205
          [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width: 250px', disabled = delivered )%]
206 207
       </td>
207 208
       </tr>
208 209
       [%- END %]

Auch abrufbar als: Unified diff