1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Fixed cancel button

This commit is contained in:
Eldad Fux 2020-02-28 09:35:30 +02:00
parent a91a35fe89
commit f08d7f7a1e

View file

@ -223,6 +223,6 @@ $graph = $this->getParam('graph', false);
<hr />
<button type="submit">Update</button> &nbsp; <button data-ui-modal-close="" type="button" class="reverse">Cancel</button>
<button type="submit">Update</button> &nbsp; <button data-ls-ui-trigger="modal-close" type="button" class="reverse">Cancel</button>
</form>
</script>