4 <form name="Form" method="post" action="controller.pl">
 
   6  <input type="hidden" name="action" value="LoginScreen/login">
 
   7  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
 
   8  <p class="message_hint">
 
   9   [% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %]
 
  12   [% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %]
 
  15  <input type="submit" name="dummy" value="[% 'Continue' | $T8 %]">
 
  19  <a href="#" onclick="$('#details,#nodetails').toggle();">[% LxERP.t8('Show details') %]</a>
 
  22 <div id="details" style="display: none;">
 
  24   <a href="#" onclick="$('#details,#nodetails').toggle();">[% LxERP.t8('Hide details') %]</a>
 
  28   [% LxERP.t8("List of database upgrades to be applied:") %]
 
  32   [% FOREACH upgrade_script = unapplied_scripts %]
 
  33    <li>[% HTML.escape(upgrade_script.tag) %]: [% HTML.escape(upgrade_script.description) %]</li>