Revision 3b74b14d
Von Andreas Rudin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/admin/edit_user.html | ||
---|---|---|
81 | 81 |
</tr> |
82 | 82 |
<tr> |
83 | 83 |
<th>[% LxERP.t8("Mandatory Departments") %]</th> |
84 |
<td> |
|
85 |
[% L.radio_button_tag('user.config_values.mandatory_departments', value='0', id='user.config_values.mandatory_departments_0', label=LxERP.t8('No'), checked=!props.mandatory_departments) %] <br>
|
|
86 |
[% L.radio_button_tag('user.config_values.mandatory_departments', value='1', id='user.config_values.mandatory_departments_1', label=LxERP.t8('Yes'), checked= props.mandatory_departments) %] </td>
|
|
84 |
<td class="clear">
|
|
85 |
[% L.radio_button_tag('user.config_values.mandatory_departments', value='0', id='user.config_values.mandatory_departments_0', label=LxERP.t8('No'), checked=!props.mandatory_departments) %] |
|
86 |
[% L.radio_button_tag('user.config_values.mandatory_departments', value='1', id='user.config_values.mandatory_departments_1', label=LxERP.t8('Yes'), checked= props.mandatory_departments)%] </td> |
|
87 | 87 |
</tr> |
88 | 88 |
</tbody> |
89 | 89 |
</table> |
Auch abrufbar als: Unified diff
design40: Radio-Buttons ja/nein nebeneinander setzen