Revision 3b7e0b26
Von Cem Aydin vor etwa 2 Jahren hinzugefügt
templates/design40_webpages/dunning/set_email.html | ||
---|---|---|
|
||
<h1>[% title %]</h1>
|
||
|
||
<script type="text/javascript"><!--
|
||
<script type="text/javascript">
|
||
function email_updated() {
|
||
window.opener.document.getElementsByName(document.Form.input_subject.value)[0].value = document.getElementsByName("email_subject")[0].value;
|
||
window.opener.document.getElementsByName(document.Form.input_body.value)[0].value = $("#email_body").val();
|
||
window.opener.document.getElementsByName(document.Form.input_attachment.value)[0].value = document.getElementsByName("email_attachment")[0].value;
|
||
self.close();
|
||
}
|
||
--></script>
|
||
</script>
|
||
|
||
<div class="wrapper">
|
||
|
templates/design40_webpages/dunning/status.html | ||
---|---|---|
[% USE HTML %]
|
||
[% USE LxERP -%]
|
||
[% USE P -%]
|
||
[% USE T8 -%]
|
||
[% USE Base64 -%]
|
||
[% USE LxERP %]
|
||
[% USE P %]
|
||
[% USE T8 %]
|
||
[% USE Base64 %]
|
||
|
||
<h1>[% title | html %]</h1>
|
||
|
||
[%- INCLUDE 'common/flash.html' -%]
|
||
[% INCLUDE 'common/flash.html' %]
|
||
|
||
<div class="wrapper">
|
||
<table class="tbl-list">
|
||
... | ... | |
<td>[% s.send_email ? LxERP.t8('Yes') : LxERP.t8('No') %]</td>
|
||
<td>[% s.error ? s.error : LxERP.t8('Ok') %]</td>
|
||
</tr>
|
||
[%- END %]
|
||
[% END %]
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
[%- IF pdf_filename && pdf_content -%]
|
||
[% IF pdf_filename && pdf_content %]
|
||
<script type="text/javascript">
|
||
<!--
|
||
$(function() {kivi.save_file('[% pdf_content.encode_base64 %]', 'application/pdf', 0, '[% pdf_filename %]');});
|
||
-->
|
||
$(function() {kivi.save_file('[% pdf_content.encode_base64 %]', 'application/pdf', 0, '[% pdf_filename %]');});
|
||
</script>
|
||
[%- END %]
|
||
[% END %]
|
Auch abrufbar als: Unified diff
design40: Templates dunning vereinheitlicht/bereinigt
- Template tags bereinigt
- HTML Kommentare aus script tags entfernt, einrückung angepasst