]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/dbadmin.html
Header-Menu soll nicht mitscrollen
[mfinanz.git] / templates / webpages / admin / dbadmin.html
index f13887cccd116aa1c11efff86f34e4f202412ef1..74e14670ab9a387f3e5df8e51dd0495104601701 100644 (file)
@@ -1,11 +1,9 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
-
+[%- USE HTML %]
   <h2>[% title %]</h2>
 
   <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>
@@ -69,5 +67,3 @@
 
   <p>[% 'Leave host and port field empty unless you want to make a remote connection.' | $T8 %]</p>
 
-</body>
-</html>