Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cf32b30b

Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt

  • ID cf32b30bf5fd61c825a62c444302365cef96a03f
  • Vorgänger 24a96170
  • Nachfolger 9deadd1d

Hintergrundjobs-Controller: Spalte 'Paketname' wirklich nach vorne schieben

...und nicht nur den Spaltentitel. Shame on me!

Unterschiede anzeigen:

templates/webpages/background_job/list.html
27 27
    <tbody>
28 28
    [%- FOREACH background_job = BACKGROUND_JOBS %]
29 29
    <tr class="listrow[% loop.count % 2 %]" id="background_job_id_[% background_job.id %]">
30
     <td>
31
      <a href="[% SELF.url_for(action => 'edit', id => background_job.id) %]">
32
       [%- HTML.escape(background_job.package_name) %]
33
      </a>
34
     </td>
30 35
     <td>
31 36
      [%- IF background_job.type == 'once' %]
32 37
       [%- LxERP.t8('one-time execution') %]
......
36 41
       [%- HTML.escape(background_job.type) %]
37 42
      [%- END %]
38 43
     </td>
39
     <td>
40
      <a href="[% SELF.url_for(action => 'edit', id => background_job.id) %]">
41
       [%- HTML.escape(background_job.package_name) %]
42
      </a>
43
     </td>
44 44
     <td align="right">[% IF background_job.active %][%- LxERP.t8('yes') %][% ELSE %][%- LxERP.t8('no') %][%- END %]</td>
45 45
     <td>[%- HTML.escape(background_job.cron_spec) %]</td>
46 46
     <td>

Auch abrufbar als: Unified diff