Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 92e5aab2

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

  • ID 92e5aab2208c34698f7e8188cb1c651a3bcb44e7
  • Vorgänger e4e0e630
  • Nachfolger 2751e01d

design40: Todo-Liste: Anzeigen, für wen eine Wiedervorlage erstellt wurde.

Unterschiede anzeigen:

templates/design40_webpages/fu/report_for_todo_list.html
17 17
          <th>[% 'Subject' | $T8 %]</th>
18 18
          <th>[% 'Reference' | $T8 %]</th>
19 19
          <th>[% 'Created by' | $T8 %]</th>
20
          <th>[% 'Follow-up for' | $T8 %]</th>
20 21
        </tr>
21 22
      </thead>
22 23
      <tbody>
23
        [% FOREACH row = FOLLOW_UPS %] 
24
        [% FOREACH row = FOLLOW_UPS %]
24 25
        <tr>
25
          <td> 
26
          <td>
26 27
          <input type="hidden" name="follow_up_id_[% loop.count %]" value="[% HTML.escape(row.id) %]">
27 28
          <input type="checkbox" name="selected_[% loop.count %]" value="1">
28 29
          </td>
......
31 32
          <td><a href="[% edit_url | html %][% HTML.escape(row.id) %]">[% HTML.escape(row.subject) %]</a></td>
32 33
          <td>[% IF row.reference_link %]<a href="[% row.reference_link | html %]" class="alternative">[% END %][% HTML.escape(row.reference) %][% IF row.reference_link %]</a>[% END %]</td>
33 34
          <td><a href="[% edit_url | html %][% HTML.escape(row.id) %]">[% HTML.escape(row.created_by_name) %]</a></td>
35
          <td><a href="[% edit_url | html %][% HTML.escape(row.id) %]">[% HTML.escape(row.created_for_user_name) | html_line_break %]</a></td>
34 36
        </tr>
35
        [% END %] 
37
        [% END %]
36 38
      </tbody>
37 39
    </table>
38 40

  
......
44 46

  
45 47
  </form>
46 48
</div>
47

  
48

  

Auch abrufbar als: Unified diff