Revision a609123f
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
templates/webpages/department/form.html | ||
---|---|---|
31 | 31 |
<p> |
32 | 32 |
[% L.hidden_tag("id", SELF.department.id) %] |
33 | 33 |
[% L.hidden_tag("action", "Department/dispatch") %] |
34 |
<input type="submit" class="submit" name="action_[% IF SELF.department.id %]update[% ELSE %]create[% END %]" value="[% 'Save' | $T8 %]">
|
|
34 |
[% L.submit_tag("action_" _ (SELF.department.id ? "update" : "create"), LxERP.t8('Save')) %]
|
|
35 | 35 |
[%- IF SELF.department.id && !is_used %] |
36 | 36 |
[% L.submit_tag("action_destroy", LxERP.t8("Delete"), "confirm", LxERP.t8("Are you sure you want to delete this department?")) %] |
37 | 37 |
[%- END %] |
Auch abrufbar als: Unified diff
Kosmetik