Langtext-Dialog: Größe prozentual zum Hauptfenster einstellbar pro Benutzer
[kivitendo-erp.git] / templates / webpages / generictranslations / edit_greetings.html
index ccd699e..8072d37 100644 (file)
@@ -1,10 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body>
-
- <p>
-  <div class="listtop">[% HTML.escape(title) %]</div>
- </p>
+<h1>[% HTML.escape(title) %]</h1>
 
  [%- IF message %]
  <p>
@@ -12,7 +8,7 @@
  </p>
  [%- END %]
 
- <form method="post" action="generictranslations.pl">
+ <form method="post" action="generictranslations.pl" id="form">
 
   <table>
 
    [%- END %]
 
   </table>
-
-  <p>
-   <input type="hidden" name="action" value="save_greetings">
-   <input type="submit" class="submit" value="[% 'Save' | $T8 %]">
-  </p>
-
  </form>
-
-</body>
-</html>