Revision ba41e5d0
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
templates/webpages/file/import_dialog.html | ||
---|---|---|
1 |
[%- USE L -%][%- USE LxERP -%][%- USE JavaScript -%]
|
|
1 |
[%- USE L -%][%- USE LxERP -%] |
|
2 | 2 |
|
3 | 3 |
<form method="post" id="file_import_form" action="controller.pl"> |
4 | 4 |
<table> |
... | ... | |
21 | 21 |
</table> |
22 | 22 |
|
23 | 23 |
<p> |
24 |
[%- L.button_tag("kivi.File.importaction(" _ SELF.object_id _ ",'" _ SELF.object_type _ "','" _ SELF.file_type _ "','" _ source.name _ "','" _ source.path _ "','"_ source.chk_action _ "');", LxERP.t8('Continue'), id => "import_cont_btn") %]</td>
|
|
25 |
[%- L.button_tag("kivi.File.importclose();" , LxERP.t8('Cancel') , class => "submit") %]</td></tr>
|
|
24 |
[%- L.button_tag("kivi.File.importaction(" _ SELF.object_id _ ",'" _ SELF.object_type _ "','" _ SELF.file_type _ "','" _ source.name _ "','" _ source.path _ "','"_ source.chk_action _ "');", LxERP.t8('Continue'), id => "import_cont_btn") %] |
|
25 |
[%- L.button_tag("kivi.File.importclose();" , LxERP.t8('Cancel') , class => "submit") %] |
|
26 | 26 |
</p> |
27 | 27 |
|
28 | 28 |
</form> |
Auch abrufbar als: Unified diff
Filemanagement: Web-Templates import: kleinere Fixes …
- nicht benutztes JavaScript-Plugin raus
- keine Tabellen-Tags ausserhalb einer Tabelle