Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3ed7d9a6

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 3ed7d9a64c535432b851296d8a94b6a06a6ed8b9
  • Vorgänger 35bfa51e
  • Nachfolger f55e65a2

Neues kivitendo Design Aenderungen in templates/webpages/f*

Dateien in file/* financial_controlling_report/* financial_overview/*
fu/*

Unterschiede anzeigen:

templates/webpages/file/import_dialog.html
1
[%- USE L -%][%- USE LxERP -%][%- USE JavaScript -%]
1
[% USE L %]
2
[% USE LxERP %]
3
[% USE JavaScript %]
2 4

  
3 5
<form method="post" id="file_import_form" action="controller.pl">
4
 <table>
6

  
7
<table class="tbl-list">
5 8
  <thead>
6
   <tr>
7
    <th class="listheading" width="3%">[% L.checkbox_tag(source.chk_action _ '_checkall') %]</th>
8
    <th class="listheading" width="11%">[% source.chkall_title %]</th>
9
     <th>[% LxERP.t8("Attached Filename") %]</th>
10
   </tr>
9
    <tr>
10
      <th>[% L.checkbox_tag(source.chk_action _ '_checkall') %]</th>
11
      <th>[% source.chkall_title %]</th>
12
      <th>[% LxERP.t8("Attached Filename") %]</th>
13
    </tr>
11 14
  </thead>
12 15
  <tbody>
13
   [%- FOREACH file = source.files %]
14
   <tr class="listrow[% loop.count % 2 %]">
15
   <td>[%- L.checkbox_tag(source.chk_action _ '[]', 'value'=file.name, 'class'=source.chk_action) %]</td>
16
   <td></td>
17
   <td><span id="[% "filename_" _ file.name %]">[% file.filename %]</span></td>
18
   </tr>
19
   [%- END %]
16
    [% FOREACH file = source.files %]
17
      <tr class="listrow[% loop.count % 2 %]">
18
        <td>[% L.checkbox_tag(source.chk_action _ '[]', 'value'=file.name, 'class'=source.chk_action) %]</td>
19
        <td></td>
20
        <td><span id="[% "filename_" _ file.name %]">[% file.filename %]</span></td>
21
     </tr>
22
   [% END %]
20 23
  </tbody>
21
 </table>
24
</table>
22 25

  
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>
26
 </p>
26
<div class="buttons">
27
  [% 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>
28
  [% L.button_tag("kivi.File.importclose();" , LxERP.t8('Cancel')  , class => "submit") %]</td></tr>
29
</div>
27 30

  
28 31
</form>
29 32

  

Auch abrufbar als: Unified diff