]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/test_db_connection.html
Refactoring: Parameterredesign SL::Controller::Base::render und SL::Presenter::render
[mfinanz.git] / templates / webpages / admin / test_db_connection.html
index fc0b2839e4e80bd42fdfe96a4c881a8d2d7509b7..78829da3af24973335f241de81bdce4d917c16b8 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
 
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  [%- IF connection_ok %]
 
@@ -23,6 +23,3 @@
    <input type="button" class="submit" onclick="window.close()" value="[% 'Close Window' | $T8 %]">
   </form>
  </p>
-
-</body>
-</html>