ActionBar: Verwendung bei »Konto erfassen/bearbeiten«
[kivitendo-erp.git] / templates / webpages / am / edit_accounts.html
index c83e94e..e07484b 100644 (file)
@@ -16,7 +16,7 @@ $(function() {
 });
 </script>
 
-<form method="post" name="EditAccount" action="am.pl">
+<form method="post" name="EditAccount" action="am.pl" id="form">
 
 <input type="hidden" name="id"                 value="[% HTML.escape(id) %]">
 <input type="hidden" name="type"               value="account">
@@ -308,3 +308,5 @@ $(function() {
   }
   </script>
 [% END %]
+[% L.hidden_tag('callback', callback) %]
+</form>