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.
'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öschen:',
+ 'Do you really want to delete this group?' => 'Gruppe wirklich löschen?',
'Do you really want to delete this warehouse?' => 'Wollen Sie dieses Lager wirklich lö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>?',
'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öschen:',
+ 'Do you really want to delete this group?' => 'Gruppe wirklich löschen?',
'Do you really want to delete this warehouse?' => 'Wollen Sie dieses Lager wirklich lö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>?',
'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?' => '',
'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?' => '',
[%- 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>
<hr>
<input type="hidden" name="save_nextsub" value="save_group">
- <input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]">
-
<input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]">
+ <input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]">
</form>
</body>
</html>
<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>
[%- 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> <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>
</tr>
[%- END %]
[%- ELSE %]
<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>
<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>
[%- 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>