]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/dbadmin.html
Admin: Teile von admin.pl in neuen Controller Admin verschoben; Mandanten anzeigen
[mfinanz.git] / templates / webpages / admin / dbadmin.html
index f6097a51b3d99e4667ef01288111e5973618b86d..bccd51494aa4b29a7599545005f47e1b4642dfdd 100644 (file)
@@ -1,10 +1,9 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
-
-  <h2>[% title %]</h2>
+[%- USE HTML %]
+  <h1>[% title %]</h1>
 
   <form method="post" action="admin.pl">
-   <a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a>
+   <a href="controller.pl?action=Admin/list_clients_and_users">[% 'Back' | $T8 %]</a>
 
    <table>
     <tr>
@@ -49,7 +48,7 @@
        </tr>
       </table>
 
-      <input name="callback" type="hidden" value="admin.pl?action=list_users">
+      <input name="callback" type="hidden" value="controller.pl?action=Admin/list_clients_and_users">
 
       <br>
       <input type="submit" class="submit" name="action" value="[% 'Create Dataset' | $T8 %]">
@@ -67,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>