'BWA' => 'BWA',
'Back' => 'Zurück',
'Back to login' => 'Zurück zur Anmeldung',
- 'Back to the login page' => 'Zurück zur Loginseite',
'Background job history' => 'Verlauf der Hintergrund-Jobs',
'Background jobs' => 'Hintergrund-Jobs',
'Background jobs and task server' => 'Hintergrund-Jobs und Task-Server',
'Do you want to store the existing onhand values into a new warehouse?' => 'Möchten Sie die vorhandenen Mengendaten in ein Lager übertragen?',
'Document' => 'Dokument',
'Document Project Number' => 'Projektnummer des Belegs',
+ 'Documentation' => 'Dokumentation',
'Documentation (in German)' => 'Dokumentation',
'Documents in the WebDAV repository' => 'Dokumente im WebDAV-Repository',
'Done' => 'Fertig',
'User Login' => 'Als Benutzer anmelden',
'User data migration' => 'Benutzerdatenmigration',
'User deleted!' => 'Benutzer gelöscht!',
+ 'User login' => 'Benutzeranmeldung',
'User migration complete' => 'Benutzermigration abgeschlossen',
'User name' => 'Benutzername',
'User saved!' => 'Benutzer gespeichert!',
'invoice_list' => 'debitorenbuchungsliste',
'kivitendo' => 'kivitendo',
'kivitendo Homepage' => 'Infos zu kivitendo',
+ 'kivitendo administration' => 'kivitendo Administration',
'kivitendo can fix these problems automatically.' => 'kivitendo kann solche Probleme automatisch beheben.',
'kivitendo has been switched to group-based access restrictions.' => 'kivitendo wurde auf eine gruppenbasierte Benutzerzugriffsverwaltung umgestellt.',
'kivitendo has found one or more problems in the general ledger.' => 'kivitendo hat ein oder mehrere Probleme im Hauptbuch gefunden.',
[%- USE T8 %]
[% USE HTML %]
[% USE LxERP%]
- <script type='text/javascript'>
- $(function(){ document.getElementsById('rpw').focus();});
- </script>
- <div align="center">
-
- <a href="http://www.kivitendo.org"><img src="image/kivitendo.png" border="0"></a>
-
- <h3 class="login">[% 'kivitendo' | $T8 %] [% HTML.escape(version) %]</h3>
-
- <h2>[% 'Administration' | $T8 %]</h2>
-
- [% IF error %]
- <p><span class="message_error_login">[% error %]</span></p>
- [% END %]
-
- <form method="post" action="admin.pl">
-
- <table>
- <tr>
- <th>[% 'Password' | $T8 %]</th>
- <td><input type="password" name="{AUTH}admin_password" id="rpw"></td>
- <td><input type="submit" class="submit" name="action" value="[% 'Login' | $T8 %]"></td>
- </tr>
- <input type="hidden" name="action" value="login">
- </table>
-
- </form>
-
- <p>[% 'kivitendo Homepage' | $T8 %]: <a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></p>
-
- <p><a href="controller.pl?action=LoginScreen/user_login" target="_top">[%- LxERP.t8('Back to the login page') %]</a></p>
-
- </div>
-
+ <center>
+ <table class="login" border="3" cellpadding="20">
+ <tr>
+ <td class="login" align="center">
+ <a href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0"></a>
+ <h1>[% 'kivitendo administration' | $T8 %] [% version %]</h1>
+
+ [% IF error %]
+ <p><span class="message_error_login">[% error %]</span></p>
+ [% END %]
+
+ <p>
+
+ <form method="post" action="admin.pl">
+
+ <table width="100%">
+ <tr>
+ <td align="center">
+ <table>
+ <tr>
+ <th align="right">[% 'Password' | $T8 %]</th>
+ <td><input class="login" type="password" name="{AUTH}admin_password" id="admin_password" size="30" tabindex="1"></td>
+ </tr>
+ </table>
+
+ <br>
+ <input type="submit" value="[% 'Login' | $T8 %]" tabindex="2">
+
+ </td>
+ </tr>
+ </table>
+
+ <input type="hidden" name="action" value="login">
+ </form>
+
+ </td>
+ </tr>
+ </table>
+
+ <p>
+ <a href="controller.pl?action=LoginScreen/user_login" target="_top">[%- LxERP.t8('User login') %]</a>
+ |
+ <a href="doc/kivitendo-Dokumentation.pdf" target="_top">[%- LxERP.t8('Documentation') %]</a>
+ </p>
+
+ <script type='text/javascript'>
+ $('#admin_password').focus();
+ </script>