Buttons als <input type="submit"> und nicht als <button type="button"> rendern lassen.
[kivitendo-erp.git] / templates / webpages / generic / set_longdescription_master.html
index e071b89..9e2e6ea 100644 (file)
@@ -10,7 +10,7 @@
 
   <p><textarea id="longdescription" name="longdescription" rows="15" cols="45" wrap="soft">[% HTML.escape(longdescription) %]</textarea></p>
 
-  <p><button type="button" onclick="longdescription_updated()"><translate>Close</translate></button></p>
+  <p><input type="submit" onclick="longdescription_updated()" value="<translate>Close</translate>"></p>
  </form>
 
  <script type="text/javascript">