Revision cc81bb00
Von Kivitendo Admin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/employee/edit.html | ||
---|---|---|
6 | 6 |
<form action="controller.pl" method="POST" id="form"> |
7 | 7 |
|
8 | 8 |
<table class="tbl-horizontal"> |
9 |
<colgroup> <col class="wi-verysmall"><col class="wi-normal"> </colgroup> |
|
9 | 10 |
<tr> |
10 |
<th align="right" class="">[% "Login of User" | $T8 %]:</th>
|
|
11 |
<th>[% "Login of User" | $T8 %]</th>
|
|
11 | 12 |
<td>[% SELF.employee.login | html %]</td> |
12 | 13 |
</tr> |
13 | 14 |
<tr> |
14 |
<th align="right">[% "Name" | $T8 %]:</th>
|
|
15 |
<th>[% "Name" | $T8 %]</th>
|
|
15 | 16 |
<td>[% SELF.employee.name | html %]</td> |
16 | 17 |
</tr> |
17 | 18 |
<tr> |
18 |
<th align="right">[% "Deleted" | $T8 %]:</th>
|
|
19 |
<th>[% "Deleted" | $T8 %]</th>
|
|
19 | 20 |
<td> [% L.radio_button_tag("employee.deleted", value=1, checked=SELF.employee.deleted, label=LxERP.t8("Yes")) %] [% L.radio_button_tag("employee.deleted", value=0, checked=!SELF.employee.deleted, label=LxERP.t8("No")) %] |
20 | 21 |
</td> |
21 | 22 |
</tr> |
Auch abrufbar als: Unified diff
design40: System -> Benutzer angepasst 2