]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/fu/edit_access_rights.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / webpages / fu / edit_access_rights.html
index 2c807150e81c80dc6edd838056a70a61a8fbf122..c2389cfa1ff5bb2a5f8e1bf4532e9f07e4f2fab5 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>