Menüs: "target=..." wieder unterstützt
[kivitendo-erp.git] / templates / webpages / admin / edit_group_membership.html
index 3792aa4..be0a46d 100644 (file)
@@ -1,8 +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><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">
@@ -13,7 +14,7 @@
 
     [% IF user.repeat_headings %]
     <tr>
-     <th class="listheading" valign="bottom">[% 'Login' | $T8 %]</th>
+     <th class="listheading" valign="bottom">[% 'Login Name' | $T8 %]</th>
      <th class="listheading" valign="bottom">[% 'Name' | $T8 %]</th>
      [% FOREACH column = HEADINGS %]<th class="listheading" valign="bottom" align="center">[% LxERP.turn90(column.title) %]</th>
      [% END %]
 
   <p>
    <input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]">
-   <input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]">
   </p>
 
  </form>
-
-</body>
-</html>