Menüs: "target=..." wieder unterstützt
[kivitendo-erp.git] / templates / webpages / admin / edit_group_membership.html
index 103c066..be0a46d 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>