Revision 706d20f4
Von Moritz Bunkus vor mehr als 12 Jahren hinzugefügt
templates/webpages/background_job/form.html | ||
---|---|---|
[% USE HTML %][% USE L %][% USE LxERP %]
|
||
<body>
|
||
|
||
<form method="post" action="controller.pl">
|
||
<div class="listtop">[% FORM.title %]</div>
|
||
<h1>[% FORM.title %]</h1>
|
||
|
||
[%- INCLUDE 'common/flash.html' %]
|
||
|
||
<form method="post" action="controller.pl">
|
||
<table>
|
||
<tr>
|
||
<th align="right">[%- LxERP.t8('Active') %]</th>
|
templates/webpages/background_job/list.html | ||
---|---|---|
[% USE HTML %][% USE L %][% USE LxERP %]
|
||
|
||
<body>
|
||
<div class="listtop">[% FORM.title %]</div>
|
||
<h1>[% FORM.title %]</h1>
|
||
|
||
[%- INCLUDE 'common/flash.html' %]
|
||
|
templates/webpages/background_job_history/list.html | ||
---|---|---|
[% USE HTML %][% USE L %][% USE LxERP %]
|
||
|
||
<body>
|
||
<div class="listtop">[% FORM.title %]</div>
|
||
<h1>[% FORM.title %]</h1>
|
||
|
||
[%- INCLUDE 'common/flash.html' %]
|
||
|
templates/webpages/background_job_history/show.html | ||
---|---|---|
[% USE HTML %][% USE L %][% USE LxERP %]
|
||
<body>
|
||
|
||
<div class="listtop">[% FORM.title %]</div>
|
||
<h1>[% FORM.title %]</h1>
|
||
|
||
[%- INCLUDE 'common/flash.html' %]
|
||
|
Auch abrufbar als: Unified diff
Überschriften in <h1> anstelle von <div class="listtop"> packen