]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/dbadmin.html
Admin: bei Admin/login direkt Redirect zu show, falls bereits eingeloggt
[mfinanz.git] / templates / webpages / admin / dbadmin.html
index f13887cccd116aa1c11efff86f34e4f202412ef1..1a07dc749e88777b10ba704bdf4289bbc908b290 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="controller.pl?action=Admin/show">[% 'Back' | $T8 %]</a>
 
    <table>
     <tr>
@@ -13,8 +11,6 @@
 
       <table>
 
-       <input type="hidden" name="dbdriver" value="[% HTML.escape(dbdriver) %]">
-
        <tr>
         <td>
          <table>
@@ -50,7 +46,7 @@
        </tr>
       </table>
 
-      <input name="callback" type="hidden" value="admin.pl?action=list_users">
+      <input name="callback" type="hidden" value="controller.pl?action=Admin/show">
 
       <br>
       <input type="submit" class="submit" name="action" value="[% 'Create Dataset' | $T8 %]">
@@ -68,6 +64,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>