Gewicht im Verkaufsbericht
[kivitendo-erp.git] / templates / webpages / admin / list_users.html
index 2c625da..17778c2 100644 (file)
@@ -16,6 +16,7 @@
      <th class="listtop">[% 'Language' | $T8 %]</th>
      <th class="listtop">[% 'Dataset' | $T8 %]</th>
      <th class="listtop">[% 'Host' | $T8 %]</th>
+     <th class="listtop">[% 'Last Action' | $T8 %]</th>
 <!-- <th class="listtop">[% 'Driver' | $T8 %]</th> -->
     </tr>
 
       <td>&nbsp;[% HTML.escape(row.countrycode) %]</td>
       <td>&nbsp;[% HTML.escape(row.dbname) %]</td>
       <td>&nbsp;[% IF row.dbhost %][% HTML.escape(row.dbhost) %][% ELSE %]localhost[% END %]</td>
+      <td>&nbsp;
+        [% IF( row.last_action ) %]
+          [% HTML.escape(row.last_action) %]
+        [% ELSE %]
+          [% 'not logged in' | $T8 %]
+        [% END %]</td>
 <!--  <td>&nbsp;[% HTML.escape(row.dbdriver) %]</td> -->
      </tr>
     [% END %]