4  <div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]
 
   5  <p>[% label_error %]</p>
 
   8  <p style="text-align: left;"><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
 
  10  [%- IF SHOW_BACK_BUTTON %]
 
  13    <!--- show back button always hack
 
  14          In which situation is it necessary to hide it?
 
  15    <input type="button" onclick="history.back()" value="[% 'Back' | $T8 %]">
 
  20  [%- ELSIF SHOW_BUTTON %]
 
  22  <form action="[% HTML.escape(script) %]" method="post">
 
  24   [%- FOREACH var = VARIABLES %]
 
  25   <input type="hidden" name="[% HTML.escape(var.name) %]" value="[% HTML.escape(var.value) %]">
 
  28   <input type="hidden" name="action" value="[% HTML.escape(action) %]">
 
  31    <input type="submit" value="[% BUTTON_LABEL %]">