Hintergrundjobs-Controller: Spalte 'Paketname' nach vorne schieben
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 31 Aug 2012 11:37:05 +0000 (13:37 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 31 Aug 2012 11:37:05 +0000 (13:37 +0200)
templates/webpages/background_job/list.html

index 9f4422d..44e2886 100644 (file)
@@ -15,8 +15,8 @@
    <table id="background_job_list" width="100%">
     <thead>
      <tr class="listheading">
-      <th>[%- LxERP.t8('Execution type') %]</th>
       <th>[%- LxERP.t8('Package name') %]</th>
+      <th>[%- LxERP.t8('Execution type') %]</th>
       <th>[%- LxERP.t8('Active') %]</th>
       <th>[%- LxERP.t8('Execution schedule') %]</th>
       <th>[%- LxERP.t8('Last run at') %]</th>