Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e64015ce

Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt

  • ID e64015cef8aff1dc5a1a433738472ff0d971ccd6
  • Vorgänger ab3a3118
  • Nachfolger e5610b45

Wiedervorlagen für Belege: Nicht-erledigte und erledigte WV in je einer Tabelle

Unterschiede anzeigen:

templates/webpages/fu/add_edit.html
60 60
   <input type="submit" class="submit" onclick="window.close()" value="[% 'Cancel' | $T8 %]">
61 61
  </p>
62 62

  
63
  [%- IF FOLLOW_UPS.size %]
63
  [%- IF FOLLOW_UPS_PENDING.size %]
64 64
  <hr height="3" noshade>
65 65

  
66 66
  <h2>[% 'Existing pending follow-ups for this item' | $T8 %]</h2>
......
73 73
     <th class="listheading">[% 'Follow-up for' | $T8 %]</th>
74 74
    </tr>
75 75

  
76
    [%- FOREACH row = FOLLOW_UPS %]
76
    [%- FOREACH row = FOLLOW_UPS_PENDING %]
77 77
    <tr class="listrow[% loop.count % 2 %]">
78 78
     <td valign="top">[% HTML.escape(row.follow_up_date) %]</td>
79 79
     <td valign="top"><a href="fu.pl?action=edit&id=[% HTML.escape(row.id) %][% IF POPUP_MODE %]&POPUP_MODE=1[% END %]">[% HTML.escape(row.subject) %]</a></td>
......
83 83
    [%- END %]
84 84
  </table>
85 85
  [%- END %]
86

  
87
  [%- IF FOLLOW_UPS_DONE.size %]
88
  <hr height="3" noshade>
89

  
90
  <h2>[% 'Existing finished follow-ups for this item' | $T8 %]</h2>
91

  
92
  <table>
93
    <tr>
94
     <th class="listheading">[% 'Follow-Up Date' | $T8 %]</th>
95
     <th class="listheading">[% 'Subject' | $T8 %]</th>
96
     <th class="listheading">[% 'Created by' | $T8 %]</th>
97
     <th class="listheading">[% 'Follow-up for' | $T8 %]</th>
98
    </tr>
99

  
100
    [%- FOREACH row = FOLLOW_UPS_DONE %]
101
    <tr class="listrow[% loop.count % 2 %]">
102
     <td valign="top">[% HTML.escape(row.follow_up_date) %]</td>
103
     <td valign="top"><a href="fu.pl?action=edit&id=[% HTML.escape(row.id) %][% IF POPUP_MODE %]&POPUP_MODE=1[% END %]">[% HTML.escape(row.subject) %]</a></td>
104
     <td valign="top">[% HTML.escape(row.created_by_name) %]</td>
105
     <td valign="top">[% HTML.escape(row.created_for_user_name) %]</td>
106
    </tr>
107
    [%- END %]
108
  </table>
109
  [%- END %]
110

  
86 111
 [%- END %]
87 112

  
88 113
  [%- FOREACH row = LINKS %]

Auch abrufbar als: Unified diff