Revision cc81bb00
Von Kivitendo Admin vor etwa 2 Jahren hinzugefügt
templates/design40_webpages/employee/edit.html | ||
---|---|---|
<form action="controller.pl" method="POST" id="form">
|
||
|
||
<table class="tbl-horizontal">
|
||
<colgroup> <col class="wi-verysmall"><col class="wi-normal"> </colgroup>
|
||
<tr>
|
||
<th align="right" class="">[% "Login of User" | $T8 %]:</th>
|
||
<th>[% "Login of User" | $T8 %]</th>
|
||
<td>[% SELF.employee.login | html %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% "Name" | $T8 %]:</th>
|
||
<th>[% "Name" | $T8 %]</th>
|
||
<td>[% SELF.employee.name | html %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% "Deleted" | $T8 %]:</th>
|
||
<th>[% "Deleted" | $T8 %]</th>
|
||
<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")) %]
|
||
</td>
|
||
</tr>
|
Auch abrufbar als: Unified diff
design40: System -> Benutzer angepasst 2