Revision b65cc47a
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
templates/webpages/is/form_header_de.html | ||
---|---|---|
115 | 115 |
label_key = 'description' -%] |
116 | 116 |
</td> |
117 | 117 |
</tr> |
118 |
[%- IF ALL_DEPARTMENTS %]
|
|
118 |
[%- IF all_departments %]
|
|
119 | 119 |
<tr> |
120 | 120 |
<th align="right" nowrap>Abteilung</th> |
121 | 121 |
<td colspan="3"> |
122 | 122 |
[%- INCLUDE 'generic/multibox.html' |
123 | 123 |
name = 'department_id', |
124 | 124 |
style = 'width: 250px', |
125 |
DATA = ALL_DEPARTMENTS,
|
|
125 |
DATA = all_departments,
|
|
126 | 126 |
id_key = 'id', |
127 | 127 |
label_sub = 'department_labels', |
128 | 128 |
show_empty = 1 -%] |
templates/webpages/is/form_header_master.html | ||
---|---|---|
115 | 115 |
label_key = 'description' -%] |
116 | 116 |
</td> |
117 | 117 |
</tr> |
118 |
[%- IF ALL_DEPARTMENTS %]
|
|
118 |
[%- IF all_departments %]
|
|
119 | 119 |
<tr> |
120 | 120 |
<th align="right" nowrap><translate>Department</translate></th> |
121 | 121 |
<td colspan="3"> |
122 | 122 |
[%- INCLUDE 'generic/multibox.html' |
123 | 123 |
name = 'department_id', |
124 | 124 |
style = 'width: 250px', |
125 |
DATA = ALL_DEPARTMENTS,
|
|
125 |
DATA = all_departments,
|
|
126 | 126 |
id_key = 'id', |
127 | 127 |
label_sub = 'department_labels', |
128 | 128 |
show_empty = 1 -%] |
Auch abrufbar als: Unified diff
IS: Departments anzeigen.