]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/edit_group_membership.html
Konflikt zwischen zwei Upgrade-Scripten beheben
[mfinanz.git] / templates / webpages / admin / edit_group_membership.html
index 103c06689cbcc804397386fe1ebdde5f370b83f9..be0a46d1bd694d45db1710e289235be608f10562 100644 (file)
@@ -1,9 +1,9 @@
 [%- USE T8 %]
-[% USE HTML %][% USE LxERP %]<body>
+[%- USE HTML %][%- USE LxERP %]
 
- <div class="listtop">[% 'Edit group membership' | $T8 %]</div>
+ <h1>[% 'Edit group membership' | $T8 %]</h1>
 
- <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
+ <p><a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a></p>
  <p>[% 'Select the checkboxes that match users to the groups they should belong to.' | $T8 %]</p>
 
  <form action="admin.pl">
@@ -42,6 +42,3 @@
   </p>
 
  </form>
-
-</body>
-</html>