interface/web/designer/templates/form_edit.htm
@@ -70,7 +70,7 @@ <tr> <td> </td> <td><input name="Speichern" type="submit" class="button" value="{tmpl_var name='save_txt'}"> <input name="Abbrechen" type="button" class="button" value="{tmpl_var name='cancel_txt'}" onClick="self.location.href='form_list.php';"> <input name="Abbrechen" type="button" class="button" value="{tmpl_var name='cancel_txt'}" onclick="self.location.href='form_list.php';"> </td> </tr> </table>