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/list.html
14 14
    <thead>
15 15
      <tr>
16 16
        <th>[% L.sortable_table_header('package_name') %]</th>
17
        <th>[% L.sortable_table_header('description') %]</th>
17 18
        <th>[% L.sortable_table_header('type') %]</th>
18 19
        <th>[% L.sortable_table_header('active') %]</th>
19 20
        <th>[% L.sortable_table_header('cron_spec') %]</th>
......
26 27
    [% FOREACH background_job = BACKGROUND_JOBS %]
27 28
      <tr class="listrow[% loop.count % 2 %]" id="background_job_id_[% background_job.id %]">
28 29
        <td><a href="[% SELF.url_for(action => 'edit', id => background_job.id, back_to => SELF.get_callback) %]">[% HTML.escape(background_job.package_name) %]</a></td>
30
        <td>[% HTML.escape(background_job.description) %]</td>
29 31
        <td>
30 32
          [% IF background_job.type == 'once' %]
31 33
            [% LxERP.t8('one-time execution') %]

Auch abrufbar als: Unified diff