Standardwährung abfragen
[kivitendo-erp.git] / templates / webpages / admin / dbadmin.html
index f13887c..23fb805 100644 (file)
@@ -1,11 +1,9 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
-
-  <h2>[% title %]</h2>
+[%- USE HTML %]
+  <h1>[% title %]</h1>
 
   <form method="post" action="admin.pl">
-      <input type="hidden" name="back_nextsub" value="list_users">
-      <input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]">
+   <a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a>
 
    <table>
     <tr>
@@ -68,6 +66,3 @@
   <p>[% 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' | $T8 %]</p>
 
   <p>[% 'Leave host and port field empty unless you want to make a remote connection.' | $T8 %]</p>
-
-</body>
-</html>