Revision 233ccef3
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
templates/webpages/simple_system_setting/_bank_account_form.html | ||
---|---|---|
1 |
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%] |
|
1 |
[% USE HTML %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE L %] |
|
4 |
[% USE P %] |
|
2 | 5 |
|
3 | 6 |
[% SET style="width: 400px" %] |
4 | 7 |
|
templates/webpages/simple_system_setting/_part_classification_form.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%] |
|
2 | 1 |
<table> |
3 | 2 |
<tr> |
4 | 3 |
<th align="right">[% LxERP.t8('Description') %]</th> |
... | ... | |
21 | 20 |
<td>[% L.checkbox_tag("object.report_separate", checked=(SELF.object.report_separate ? 1:''), for_submit=1) %]</td> |
22 | 21 |
</tr> |
23 | 22 |
</table> |
23 |
[%- USE LxERP -%] |
|
24 |
[%- USE L -%] |
templates/webpages/simple_system_setting/_price_factor_form.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%] |
|
1 |
[%- USE LxERP -%] |
|
2 |
[%- USE L -%] |
|
3 |
[%- USE HTML -%] |
|
2 | 4 |
[%- SET orphaned = SELF.object.orphaned %] |
3 | 5 |
<table> |
4 | 6 |
<tr> |
templates/webpages/simple_system_setting/_pricegroup_form.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%] |
|
2 | 1 |
<table> |
3 | 2 |
<tr> |
4 | 3 |
<th align="right">[% LxERP.t8("Description") %]</th> |
... | ... | |
10 | 9 |
<th align="right">[% LxERP.t8("Obsolete") %]</th> |
11 | 10 |
<td>[% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %]</td> |
12 | 11 |
</tr> |
12 |
[%- USE LxERP -%] |
|
13 |
[%- USE L -%] |
|
13 | 14 |
</table> |
templates/webpages/simple_system_setting/_requirement_spec_acceptance_status_form.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%] |
|
2 |
[% SET style="width: 250px" %] |
|
3 | 1 |
<table> |
4 | 2 |
<tr> |
5 | 3 |
<td>[% LxERP.t8("Name") %]</td> |
6 | 4 |
<td>[% L.select_tag("object.name", SELF.valid_names, default=SELF.object.name, style=style) %]</td> |
7 | 5 |
</tr> |
6 |
[% USE LxERP %] |
|
7 |
[% USE L %] |
|
8 | 8 |
|
9 | 9 |
<tr> |
10 | 10 |
<td>[% LxERP.t8("Description") %]</td> |
templates/webpages/simple_system_setting/_requirement_spec_predefined_text_form.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%]<table> |
|
2 | 1 |
<tr> |
3 | 2 |
<th align="right">[% LxERP.t8("Description") %]</th> |
4 | 3 |
<td>[% L.input_tag("object.description", SELF.object.description, size=60, class="initial_focus", "data-validate"="required", "data-title"=LxERP.t8("Description")) %]</td> |
... | ... | |
21 | 20 |
[% L.checkbox_tag("object.useable_for_sections", label=LxERP.t8("Sections"), for_submit=1, value=1, checked=SELF.object.useable_for_sections) %] |
22 | 21 |
</td> |
23 | 22 |
</tr> |
23 |
[%- USE LxERP -%] |
|
24 |
[%- USE L -%] |
|
24 | 25 |
</table> |
templates/webpages/simple_system_setting/_requirement_spec_status_form.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%] |
|
2 |
[% SET style="width: 250px" %] |
|
3 | 1 |
<table> |
4 | 2 |
<tr> |
5 | 3 |
<td>[% LxERP.t8("Name") %]</td> |
6 | 4 |
<td>[% L.select_tag("object.name", SELF.valid_names, default=SELF.object.name, style=style) %]</td> |
7 | 5 |
</tr> |
6 |
[%- USE LxERP -%] |
|
7 |
[%- USE L -%] |
|
8 | 8 |
|
9 | 9 |
<tr> |
10 | 10 |
<td>[% LxERP.t8("Description") %]</td> |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/simple_system_setting/