Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b568872b

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID b568872b361ed269bf4a35180d34a81563498e4c
  • Vorgänger 723e3155
  • Nachfolger 909bab71

Neues kivitendo Design Aenderungen in templates/webpages/project/..

Unterschiede anzeigen:

templates/webpages/project/form.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE P %]
4
[%- USE HTML %]
5
[%- USE LxERP %]
1
[% USE T8 %]
2
[% USE L %]
3
[% USE P %]
4
[% USE HTML %]
5
[% USE LxERP %]
6 6
<h1>[% title %]</h1>
7 7

  
8
[%- INCLUDE 'common/flash.html' %]
8
[% INCLUDE 'common/flash.html' %]
9 9

  
10 10
 <form method="post" action="controller.pl" id="form">
11 11
  [% L.hidden_tag("callback", callback) %]
......
14 14
  <div class="tabwidget">
15 15
   <ul>
16 16
    <li><a href="#basic_data">[% 'Basic Data' | $T8 %]</a></li>
17
    [%- IF CUSTOM_VARIABLES.size %]
18
    <li><a href="#custom_variables">[% 'Custom Variables' | $T8 %]</a></li>
19
    [%- END %]
20
    [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
21
    <li><a href="#linked_records">[% 'Linked Records' | $T8 %]</a></li>
22
    [%- END %]
17
    [% IF CUSTOM_VARIABLES.size %]
18
      <li><a href="#custom_variables">[% 'Custom Variables' | $T8 %]</a></li>
19
    [% END %]
20
    [% IF SELF.project.id and AUTH.assert('record_links', 1) %]
21
      <li><a href="#linked_records">[% 'Linked Records' | $T8 %]</a></li>
22
    [% END %]
23 23
   </ul>
24 24

  
25
   <div id="basic_data">
26
   [%- PROCESS 'project/_basic_data.html' %]
25
   <div id="basic_data" class="ui-tabs-panel">
26
     [% PROCESS 'project/_basic_data.html' %]
27 27
   </div>
28 28

  
29
   [%- IF CUSTOM_VARIABLES.size %]
30
   <div id="custom_variables">
31
   [%- PROCESS 'project/_cvars.html' %]
32
   </div>
33
   [%- END %]
29
   [% IF CUSTOM_VARIABLES.size %]
30
     <div id="custom_variables" class="ui-tabs-panel">
31
       [% PROCESS 'project/_cvars.html' %]
32
     </div>
33
   [% END %]
34 34

  
35
   [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
36
   <div id="linked_records">
37
   [%- PROCESS 'project/_linked_records.html' records=SELF.linked_records %]
38
   </div>
39
   [%- END %]
35
   [% IF SELF.project.id and AUTH.assert('record_links', 1) %]
36
     <div id="linked_records" class="ui-tabs-panel">
37
       [% PROCESS 'project/_linked_records.html' records=SELF.linked_records %]
38
     </div>
39
   [% END %]
40 40

  
41 41
  </div>
42 42
 </form>

Auch abrufbar als: Unified diff