]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/list_users_en.html
Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / admin / list_users_en.html
diff --git a/templates/webpages/admin/list_users_en.html b/templates/webpages/admin/list_users_en.html
deleted file mode 100644 (file)
index b8c7bb3..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-[% USE HTML %]<body class="admin" onload="">
-
- <form method="post" action="admin.pl">
-
-  <div class="listtop" width="100%">[% title %]</div>
-
-  <p>
-   <table width="100%">
-    <tr>
-     <th class="listtop">Login</th>
-     <th class="listtop">Name</th>
-     <th class="listtop">Company</th>
-     <th class="listtop">Driver</th>
-     <th class="listtop">Host</th>
-     <th class="listtop">Dataset</th>
-     <th class="listtop">Templates</th>
-    </tr>
-
-    [% FOREACH row = MEMBERS %]
-     <tr class="listrow[% loop.count % 2 %]">
-      <td><a href="admin.pl?action=edit&login=[% HTML.url(row.login) %]">[% HTML.escape(row.login) %]</a></td>
-      <td>[% HTML.escape(row.name) %]</td>
-      <td>[% HTML.escape(row.company) %]</td>
-      <td>[% HTML.escape(row.dbdriver) %]</td>
-      <td>[% IF row.dbhost %][% HTML.escape(row.dbhost) %][% ELSE %]localhost[% END %]</td>
-      <td>[% HTML.escape(row.dbname) %]</td>
-      <td>[% HTML.escape(row.templates) %]</td>
-     </tr>
-    [% END %]
-
-    <td colspan="7"><hr size="3" noshade></td>
-   </table>
-  </p>
-
-
-  <input type="submit" class="submit" name="action" value="Add User">
-  <input type="submit" class="submit" name="action" value="Edit groups">
-  <input type="submit" class="submit" name="action" value="Pg Database Administration">
-  [% IF LOCKED %]
-   <input type="submit" class="submit" name="action" value="Unlock System">
-   [% ELSE %]
-   <input type="submit" class="submit" name="action" value="Lock System">
-  [% END %]
-  <input type="submit" class="submit" name="action" value="Logout">
-
-  <p>Click on login name to edit!</p>
-
-  <p>To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.</p>
- </form>
-
- <form method="post" action="login.pl">
-
-  <div class="listheading">Lx-Office ERP Login</div>
-
-  <table border="0">
-   <tr>
-    <th align="right">Name</th>
-    <td><input class="login" name="login"></td>
-    <td>&nbsp;</td>
-   </tr>
-   <tr>
-    <th align="right">Password</th>
-    <td><input class="login" type="password" name="password"></td>
-    <td><input type="submit" name="action" value="Login"></td>
-   </tr>
-  </table>
-
- </form>
-
- <hr size="3" noshade>
-
-</body>
-</html>