Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 12a17f8f

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

  • ID 12a17f8f61c0ceabef383e741a8ffe6befc7fa52
  • Vorgänger 229414ed
  • Nachfolger fb8d8570

Neues kivitendo Design restliche Aenderungen in templates/webpages/r*

Dateien rc/* record_links/* record_template/* report_generator/*

Unterschiede anzeigen:

templates/webpages/record_template/dialog.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE LxERP %]
4
[%- USE HTML %][%- USE JavaScript -%]
1
[% USE T8 %]
2
[% USE L %]
3
[% USE LxERP %]
4
[% USE HTML %]
5
[% USE JavaScript %]
5 6

  
6 7
[% L.hidden_tag("", SELF.template_type, id="record_template_dialog_template_type",
7 8
                "data-controller"=SELF.data.controller,
......
9 10
                "data-save_action"=SELF.data.save_action,
10 11
                "data-form_selector"=SELF.data.form_selector) %]
11 12

  
12
<h2 class="listheading">[% LxERP.t8("Add new record template") %]</h2>
13
<h2>[% LxERP.t8("Add new record template") %]</h2>
13 14

  
14 15
<p>
15 16
 [% LxERP.t8("Name") %]:
......
31 32

  
32 33
[% IF templates.size %]
33 34

  
34
<h2 class="listheading">[% LxERP.t8("Existing templates") %]</h2>
35
<h2>[% LxERP.t8("Existing templates") %]</h2>
35 36

  
36 37
<table>
37 38
 <thead>
38
  <tr class="listheading">
39
  <tr>
39 40
   <th>[% LxERP.t8("Action") %]</th>
40 41
   <th>[% LxERP.t8("Name") %]</th>
41 42
   <th>[% LxERP.t8("Modification date") %]</th>

Auch abrufbar als: Unified diff