Teil 1 von: Usability und Lokalisierung de und de_DE (neu)
[kivitendo-erp.git] / templates / webpages / generic / error.html
index 7d4ef89..f421e0c 100644 (file)
@@ -2,13 +2,16 @@
 [% 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>
  <p>[% label_error %]</p>
 
  [%- IF SHOW_BACK_BUTTON %]
  <form>
   <p>
+   <!--- show back button always hack
+         In which situation is it necessary to hide it?
    <input type="button" onclick="history.back()" value="[% 'Back' | $T8 %]">
+   -->
   </p>
  </form>