Revision 082a833b
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/custom_variable_config/form.html | ||
---|---|---|
1 |
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]<h1>[% HTML.escape(title) %]</h1> |
|
1 |
[% USE HTML -%] |
|
2 |
[% USE LxERP -%] |
|
3 |
[% USE L -%] |
|
4 |
[% USE T8 -%] |
|
5 |
|
|
6 |
<h1>[% HTML.escape(title) %]</h1> |
|
2 | 7 |
|
3 | 8 |
<form action="controller.pl" method="post" id="form"> |
4 | 9 |
[%- L.hidden_tag("id", SELF.config.id) %] |
templates/webpages/custom_variable_config/list.html | ||
---|---|---|
1 |
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%][%- INCLUDE 'common/flash.html' %] |
|
1 |
[% USE HTML %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE L %] |
|
4 |
[% USE T8 %] |
|
2 | 5 |
|
3 | 6 |
<h1>[% title %]</h1> |
4 | 7 |
|
5 | 8 |
<p> |
9 |
[% INCLUDE 'common/flash.html' %] |
|
10 |
|
|
6 | 11 |
[% 'Custom variables for module' | $T8 %] |
7 | 12 |
[% L.select_tag('module', SELF.modules, value_key='module', title_key='description', default=SELF.module, onchange='show_module_list()') %] |
8 | 13 |
</p> |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/custom_variable_config/