Csv Import in Datenbank zwischenspeichern und rudimentärer Report.
[kivitendo-erp.git] / templates / webpages / admin / update_dataset.html
index 8d32086..293ab88 100644 (file)
@@ -1,8 +1,7 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
-
- <h2>[% title %]</h2>
-
+[%- USE HTML %]
+ <h1>[% title %]</h1>
+ <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
  [% IF ALL_UPDATED %]
   [% 'All Datasets up to date!' | $T8 %]
 
@@ -52,6 +51,3 @@
   </form>
 
  [% END %]
-
-</body>
-</html>