no tabs!
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 9 Aug 2012 10:58:28 +0000 (12:58 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 9 Aug 2012 10:58:28 +0000 (12:58 +0200)
templates/webpages/admin/list_users.html

index c1789a6..17778c2 100644 (file)
       <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>
+          [% HTML.escape(row.last_action) %]
+        [% ELSE %]
+          [% 'not logged in' | $T8 %]
+        [% END %]</td>
 <!--  <td>&nbsp;[% HTML.escape(row.dbdriver) %]</td> -->
      </tr>
     [% END %]