Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ba41e5d0

Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt

  • ID ba41e5d00ca0c02e266218e2a575021d02d0a20a
  • Vorgänger ce9d008c
  • Nachfolger a00404d9

Filemanagement: Web-Templates import: kleinere Fixes …

- nicht benutztes JavaScript-Plugin raus
- keine Tabellen-Tags ausserhalb einer Tabelle

Unterschiede anzeigen:

templates/webpages/file/import_dialog.html
[%- USE L -%][%- USE LxERP -%][%- USE JavaScript -%]
[%- USE L -%][%- USE LxERP -%]
<form method="post" id="file_import_form" action="controller.pl">
<table>
......
</table>
<p>
[%- 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>
[%- L.button_tag("kivi.File.importclose();" , LxERP.t8('Cancel') , class => "submit") %]</td></tr>
[%- 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") %]
[%- L.button_tag("kivi.File.importclose();" , LxERP.t8('Cancel') , class => "submit") %]
</p>
</form>

Auch abrufbar als: Unified diff