Revision ed160a2a
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/dunning/add.html | ||
---|---|---|
[%- USE T8 %][%- USE L %]
|
||
[% USE HTML %]<script type="text/javascript" src="js/common.js"></script>
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
|
||
<script type="text/javascript" src="js/common.js"></script>
|
||
|
||
<h1>[% title %]</h1>
|
||
|
||
<form method="post" name="search" action="dn.pl" id="form">
|
templates/webpages/dunning/edit_config.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP -%][%- USE L -%]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
<h1>[% title %]</h1>
|
||
|
||
<script type="text/javascript" src="js/common.js"></script>
|
templates/webpages/dunning/search.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE L %][%- USE P -%]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
<h1>[% title %]</h1>
|
||
|
||
[% INCLUDE 'common/flash.html' %]
|
templates/webpages/dunning/set_email.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
|
||
<h1>[% title %]</h1>
|
||
|
||
<script type="text/javascript">
|
templates/webpages/dunning/show_dunning_top.html | ||
---|---|---|
[% USE HTML %][%- USE LxERP -%][%- USE L -%]
|
||
<form method="post" action="dn.pl" id="form">
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
|
||
<h2>[% LxERP.t8("Print options") %]</h2>
|
||
|
templates/webpages/dunning/show_invoices.html | ||
---|---|---|
[%- USE T8 %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE L %][%- USE LxERP -%]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
|
||
<h1>[% title %]</h1>
|
||
|
||
[% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %]
|
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/dunning/