mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Merge pull request #27 from filkaris/add-default-image
Add discard image to buttons
This commit is contained in:
commit
23dddc2adc
@ -419,6 +419,7 @@ jQuery.extend(et2_button,
|
|||||||
apply: /apply(&|\]|$)/,
|
apply: /apply(&|\]|$)/,
|
||||||
cancel: /cancel(&|\]|$)/,
|
cancel: /cancel(&|\]|$)/,
|
||||||
delete: /delete(&|\]|$)/,
|
delete: /delete(&|\]|$)/,
|
||||||
|
discard: /discard(&|\]|$)/,
|
||||||
edit: /edit(&|\[\]|$)/,
|
edit: /edit(&|\[\]|$)/,
|
||||||
next: /(next|continue)(&|\]|$)/,
|
next: /(next|continue)(&|\]|$)/,
|
||||||
finish: /finish(&|\]|$)/,
|
finish: /finish(&|\]|$)/,
|
||||||
|
Loading…
Reference in New Issue
Block a user