epic-s6ts
[kivitendo-erp.git] / templates / webpages / fu / edit_access_rights.html
index 2c80715..c2389cf 100644 (file)
@@ -1,16 +1,15 @@
 [%- USE T8 %]
 [% USE HTML %]
-<body>
+<h1>[% title %]</h1>
+
 
  [%- IF SAVED_MESSAGE %]
  <p>[% SAVED_MESSAGE %]</p>
  [%- END %]
 
- <div class="listtop">[% title %]</div>
-
  <p>[% 'Allow the following users access to my follow-ups:' | $T8 %]</p>
 
- <form action="fu.pl" method="post" name="Form">
+ <form action="fu.pl" method="post" name="Form" id="form">
   <p>
    <table>
     <tr>
   </p>
 
   <input type="hidden" name="rowcount" value="[% EMPLOYEES.size %]">
-  <input type="hidden" name="save_nextsub" value="save_access_rights">
-
-  <p>
-   <input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]">
-  </p>
-
  </form>
-</body>
-</html>