]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/list_users.html
Abteilung aus ausgelagerten Lieferscheinen in Rechnungen übernommen
[mfinanz.git] / templates / webpages / admin / list_users.html
index 17778c28f931a79ea31a58fd78bc06ea71d7f85f..39883d1737b02281d0e4e7c75d41df66e6da095d 100644 (file)
   </div>
  </form>
 
- <form method="post" action="login.pl">
+ <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>
-    <td><input class="login" name="login"></td>
+    <td><input class="login" name="{AUTH}login"></td>
     <td>&nbsp;</td>
    </tr>
    <tr>
     <th align="right">[% 'Password' | $T8 %]</th>
-    <td><input class="login" type="password" name="password"></td>
-    <td><input type="submit" name="action" value="[% 'Login' | $T8 %]"></td>
+    <td><input class="login" type="password" name="{AUTH}password"></td>
+    <td><input type="submit" value="[% 'Login' | $T8 %]"></td>
    </tr>
   </table>