paginating für test_import
[kivitendo-erp.git] / templates / webpages / admin / list_users.html
index 39883d1..67a2d62 100644 (file)
@@ -1,10 +1,9 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin" onload="">
+[%- USE HTML %]
+ <h1>[% title %]</h1>
 
  <form method="post" action="admin.pl">
 
-  <div class="listtop" width="100%">[% title %]</div>
-
   <p>
    <table width="100%">
     <tr>
   </div>
  </form>
 
+ <hr>
+
+ <h2>[% 'User Login' | $T8 %]</h2>
+
  <form method="post" action="controller.pl">
   <input type="hidden" name="action" value="LoginScreen/login">
 
-  <div class="listheading">[% 'User Login' | $T8 %]</div>
-
   <table border="0">
    <tr>
     <th align="right">[% 'Login Name' | $T8 %]</th>
@@ -81,8 +82,3 @@
   </table>
 
  </form>
-
- <hr size="3" noshade>
-
-</body>
-</html>