Teil 2.1 von: Usability und Lokalisierung, Administration, Gruppen
authorSven Donath <lxo@dexo.de>
Mon, 1 Nov 2010 09:37:14 +0000 (10:37 +0100)
committerSven Donath <lxo@dexo.de>
Mon, 1 Nov 2010 09:37:14 +0000 (10:37 +0100)
Einen "Zurück"-Button mit absoluter Rücksprung Adresse versehen statt in der Historie
einen Schritt zurück zu gehen.
Auf Gruppenrechte-Seite die Buttons "Zurück" und "Speichern" vertauscht.
Delete-Confirm-Message so umgebaut, dass der Gruppenname am Anfang der Frage steht
und zusätzlich in der Überschrift.

Fehlermeldungen durch generic/error.html so verändert, dass die Fehlerursache
mit in der CSS-class="message_error" steht. Der "Zurück"-Button befindet sich darunter.
Es gibt Fälle, wo der "Zurück"-Button keine Funktion hat. Mir ist es bisher im Pop-Up "Details"
für Kunden und Lieferanten z.B. in der Rechnungsmaske aufgefallen. In Pop-Up-Fehlermeldungen
sollte der "Zurück"-Button ein "Schließen"- oder "OK"-Button werden.
Das werde ich mit einer Anpassung der Bedingung IF SHOW_BACK_BUTTON realisieren.

locale/de/all
locale/de_DE/all
locale/en/all
locale/fr/all
templates/webpages/admin/delete_group_confirm.html
templates/webpages/admin/edit_group.html
templates/webpages/admin_printer/edit.html
templates/webpages/admin_printer/list.html
templates/webpages/admin_printer/login.html
templates/webpages/generic/error.html

index 2cb2705..2567723 100644 (file)
@@ -554,7 +554,7 @@ $self->{texts} = {
   'Do you really want to delete AP transaction #1?' => 'Wollen Sie wirklich die Kreditorenbuchung #1 löschen?',
   'Do you really want to delete AR transaction #1?' => 'Wollen Sie wirklich die Debitorenbuchung #1 löschen?',
   'Do you really want to delete GL transaction #1?' => 'Wollen Sie wirklich die Dialogbuchung #1 löschen?',
-  'Do you really want to delete this group:' => 'Wollen Sie wirklich diese Gruppe l&ouml;schen:',
+  'Do you really want to delete this group?' => 'Gruppe wirklich l&ouml;schen?',
   'Do you really want to delete this warehouse?' => 'Wollen Sie dieses Lager wirklich l&ouml;schen?',
   'Do you want Lx-Office to create a group for access to all functions?' => 'Wollen Sie, dass Lx-Office eine Gruppe mit Zugriff auf alle Funktionen anlegt?',
   'Do you want to <b>limit</b> your search?' => 'Wollen Sie Ihre Suche <b>spezialisieren</b>?',
index 127d0bf..d39bf76 100644 (file)
@@ -554,7 +554,7 @@ $self->{texts} = {
   'Do you really want to delete AP transaction #1?' => 'Wollen Sie wirklich die Kreditorenbuchung #1 löschen?',
   'Do you really want to delete AR transaction #1?' => 'Wollen Sie wirklich die Debitorenbuchung #1 löschen?',
   'Do you really want to delete GL transaction #1?' => 'Wollen Sie wirklich die Dialogbuchung #1 löschen?',
-  'Do you really want to delete this group:' => 'Wollen Sie wirklich diese Gruppe l&ouml;schen:',
+  'Do you really want to delete this group?' => 'Gruppe wirklich l&ouml;schen?',
   'Do you really want to delete this warehouse?' => 'Wollen Sie dieses Lager wirklich l&ouml;schen?',
   'Do you want Lx-Office to create a group for access to all functions?' => 'Wollen Sie, dass Lx-Office eine Gruppe mit Zugriff auf alle Funktionen anlegt?',
   'Do you want to <b>limit</b> your search?' => 'Wollen Sie Ihre Suche <b>spezialisieren</b>?',
index 2224c7b..cb322ee 100644 (file)
@@ -554,7 +554,7 @@ $self->{texts} = {
   'Do you really want to delete AP transaction #1?' => '',
   'Do you really want to delete AR transaction #1?' => '',
   'Do you really want to delete GL transaction #1?' => '',
-  'Do you really want to delete this group:' => '',
+  'Do you really want to delete this group?' => '',
   'Do you really want to delete this warehouse?' => '',
   'Do you want Lx-Office to create a group for access to all functions?' => '',
   'Do you want to <b>limit</b> your search?' => '',
index 1d6cc54..6b00577 100644 (file)
@@ -549,7 +549,7 @@ $self->{texts} = {
   'Do you really want to delete AP transaction #1?' => '',
   'Do you really want to delete AR transaction #1?' => '',
   'Do you really want to delete GL transaction #1?' => '',
-  'Do you really want to delete this group:' => '',
+  'Do you really want to delete this group?' => '',
   'Do you really want to delete this warehouse?' => '',
   'Do you want Lx-Office to create a group for access to all functions?' => '',
   'Do you want to <b>limit</b> your search?' => '',
index e74911e..1b558c7 100644 (file)
@@ -1,20 +1,18 @@
 [%- USE T8 %]
 [% USE HTML %]<body>
- <form name="Form" method="post" action="admin.pl">
+  <div class="listtop">[% 'Delete group' | $T8 %]: [% name %]</div>
+  <p class="message_hint">[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]</p>
 
+   <form name="Form" method="post" action="admin.pl">
+    <input type="hidden" name="back_nextsub" value="edit_groups">
+    <input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]">
 
-  <input type="hidden" name="group_id" value="[% HTML.escape(id) %]">
-  <input type="hidden" name="confirmed" value="1">
 
-  <div class="listtop">[% 'Delete group' | $T8 %]</div>
+    <input type="hidden" name="group_id" value="[% HTML.escape(id) %]">
+    <input type="hidden" name="confirmed" value="1">
+    <input type="hidden" name="delete_nextsub" value="delete_group">
+    <input type="submit" class="submit" name="action" value="[% 'Delete' | $T8 %]">
+   </form>
 
-  <p class="message_hint">[% 'Do you really want to delete this group:' | $T8 %] [% name %] ?</p>
-
-  <input type="hidden" name="delete_nextsub" value="delete_group">
-  <button type="button" onclick="history.back()">[% 'Back' | $T8 %]</button>
-  <input type="submit" class="submit" name="action" value="[% 'Delete' | $T8 %]">
-
- </form>
-
-</body>
+ </body>
 </html>
index 195efbc..88ced6a 100644 (file)
@@ -75,9 +75,8 @@
 
    <hr>
     <input type="hidden" name="save_nextsub" value="save_group">
-    <input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]">
-    &nbsp;
     <input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]">
+    <input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]">
  </form>
 </body>
 </html>
index c8edd60..6f50b64 100644 (file)
 
 <br>
 <input type=hidden name=action value="printer_dispatcher">
+<input type=submit class=submit name=list_printers value="[% 'Back' | $T8 %]">
 <input type=submit class=submit name=save_printer value="[% 'Save' | $T8 %]">
 
 [%- IF id %]
 <input type=submit class=submit name=delete_printer value="[% 'Delete' | $T8 %]">
 [%- END %]
-<input type=submit class=submit name=list_printers value="[% 'Back' | $T8 %]">
 
 </form>
 
index cd9b784..6ff4b5e 100644 (file)
@@ -19,9 +19,9 @@
 [%- IF all_printers.size %]
 [%- FOREACH row = all_printers %]
         <tr valign=top class="listrow[% loop.count % 2 %]">
-          <td><a href="[% edit_link %][% row.id %]">[% row.printer_description %]</a></td>
-          <td align=left>[% row.printer_command | html %]</td>
-          <td align=left>[% row.template_code | html %]</td>
+          <td>&nbsp;<a href="[% edit_link %][% row.id %]">[% row.printer_description %]</a></td>
+          <td align=left>&nbsp;[% row.printer_command | html %]</td>
+          <td align=left>&nbsp;[% row.template_code | html %]</td>
         </tr>
 [%- END %]
 [%- ELSE %]
@@ -37,8 +37,8 @@
 
 <br>
  <input type="hidden" name="action" value="printer_dispatcher">
- <input type="submit" name="add_printer" value ="[% 'Add' | $T8 %]">
  <input type="submit" name='get_login_form' value="[% 'Back' | $T8 %]">
+ <input type="submit" name="add_printer" value ="[% 'Add' | $T8 %]">
 </form>
 </body>
 </html>
index d45f1ce..0948d1b 100644 (file)
@@ -9,8 +9,8 @@
 
 <input type='hidden' name='action' value='printer_dispatcher'>
 <p>
-<input type='submit' name='list_printers' value='[% 'Continue' | $T8 %]'>
 <input type='submit' name='list_users' value='[% 'Back' | $T8 %]'>
+<input type='submit' name='list_printers' value='[% 'Continue' | $T8 %]'>
 </p>
 
 </form>
index f421e0c..cb3f225 100644 (file)
@@ -1,10 +1,12 @@
 [%- USE T8 %]
 [% USE HTML %]<body>
 
- <div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]</div>
-<p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
+ <div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]
  <p>[% label_error %]</p>
-
+ </div>
+ <p style="text-align: left;"><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
  [%- IF SHOW_BACK_BUTTON %]
  <form>
   <p>