Revision 6fc38568
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/simple_system_setting/_language_form.html | ||
---|---|---|
<table>
|
||
<tr>
|
||
<th align="right">[% LxERP.t8("Language") %]</th>
|
||
<td>[% L.input_tag("object.description", SELF.object.description, style=style, "data-validate"="required", "data-title"=LxERP.t8("Language")) %]</td>
|
||
<tr>
|
||
<tr>
|
||
<th align="right">[% LxERP.t8("Template Code") %]</th>
|
||
<td>[% L.input_tag("object.template_code", SELF.object.template_code, style=style) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% LxERP.t8("Article Code") %]</th>
|
||
<td>[% L.input_tag("object.article_code", SELF.object.article_code, style=style) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% LxERP.t8("Number Format") %]</th>
|
||
<td>[% L.select_tag("object.output_numberformat", SELF.numberformats, default=SELF.object.output_numberformat, with_empty=1, empty_title=LxERP.t8("use program settings"), style=style) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% LxERP.t8("Date Format") %]</th>
|
||
<td>[% L.select_tag("object.output_dateformat", SELF.dateformats, default=SELF.object.output_dateformat, with_empty=1, empty_title=LxERP.t8("use program settings"), style=style) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="right">[% LxERP.t8("Long Dates") %]</th>
|
||
<td>[% L.yes_no_tag("object.output_longdates", SELF.object.output_longdates, style=style) %]</td>
|
||
</tr>
|
||
</table>
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
|
||
<div class="wrapper">
|
||
<table class="tbl-horizontal">
|
||
<tbody>
|
||
<tr>
|
||
<th> [% LxERP.t8("Language") %] </th>
|
||
<td> [% L.input_tag("object.description", SELF.object.description, class='wi-wider', "data-validate"="required", "data-title"=LxERP.t8("Language")) %] </td>
|
||
</tr>
|
||
<tr>
|
||
<th> [% LxERP.t8("Template Code") %] </th>
|
||
<td> [% L.input_tag("object.template_code", SELF.object.template_code, class='wi-wider') %] </td>
|
||
</tr>
|
||
<tr>
|
||
<th> [% LxERP.t8("Article Code") %] </th>
|
||
<td> [% L.input_tag("object.article_code", SELF.object.article_code, class='wi-wider') %] </td>
|
||
</tr>
|
||
<tr>
|
||
<th> [% LxERP.t8("Number Format") %] </th>
|
||
<td> [% L.select_tag("object.output_numberformat", SELF.numberformats, default=SELF.object.output_numberformat, with_empty=1, empty_title=LxERP.t8("use program settings"), class='wi-wider') %] </td>
|
||
</tr>
|
||
<tr>
|
||
<th> [% LxERP.t8("Date Format") %] </th>
|
||
<td> [% L.select_tag("object.output_dateformat", SELF.dateformats, default=SELF.object.output_dateformat, with_empty=1, empty_title=LxERP.t8("use program settings"), class='wi-wider') %] </td>
|
||
</tr>
|
||
<tr>
|
||
<th> [% LxERP.t8("Long Dates") %] </th>
|
||
<td> [% L.yes_no_tag("object.output_longdates", SELF.object.output_longdates, class='wi-wider') %] </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/simple_system_setting/_language_form.html