Lieferadressen, gelöschte aber ausgewählte weiterhin einblenden.
[kivitendo-erp.git] / templates / webpages / admin / edit_group_membership.html
index 3792aa4..fe70347 100644 (file)
@@ -3,6 +3,7 @@
 
  <div class="listtop">[% 'Edit group membership' | $T8 %]</div>
 
+ <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 %]
@@ -38,7 +39,6 @@
 
   <p>
    <input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]">
-   <input type="submit" class="submit" name="action" value="[% 'Back' | $T8 %]">
   </p>
 
  </form>