Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a37dd5ed

Von Werner Hahn vor etwa 2 Monaten hinzugefügt

  • ID a37dd5edb92acb155f20976abb2b96e76b5bd7ac
  • Vorgänger e5c2e6d4
  • Nachfolger 3c5aad00

BGJ und BGJH description auch in neuen Templates Design40

Unterschiede anzeigen:

templates/design40_webpages/background_job_history/list.html
17 17
    <thead>
18 18
      <tr>
19 19
        <th>[% L.sortable_table_header('package_name') %]</th>
20
        <th>[% L.sortable_table_header('description') %]</th>
20 21
        <th>[% L.sortable_table_header('run_at') %]</th>
21 22
        <th>[% L.sortable_table_header('status') %]</th>
22 23
        <th>[% L.sortable_table_header('result') %]</th>
......
28 29
    [% FOREACH entry = ENTRIES %]
29 30
      <tr class="listrow[% loop.count % 2 %]" id="background_job_history_id_[% entry.id %]">
30 31
        <td><a href="[% SELF.url_for(action => 'show', id => entry.id, back_to => SELF.models.get_callback) %]">[% HTML.escape(entry.package_name) %]</a></td>
32
        <td>[% HTML.escape(entry.description) %]</td>
31 33
        <td>[% HTML.escape(entry.run_at.to_lxoffice('precision' => 'second')) %]</td>
32 34
        <td>
33 35
          [% IF entry.status == 'success' %]

Auch abrufbar als: Unified diff