mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Replace old delete confirmation with new et2_dialog in resources edit popup
This commit is contained in:
parent
05f0e486e3
commit
6a920c5e38
@ -223,7 +223,7 @@
|
||||
<button label="Apply" id="apply"/>
|
||||
<button label="Cancel" onclick="window.close();"/>
|
||||
</hbox>
|
||||
<button align="right" label="Delete" id="delete" onclick="return confirm('Do you really want do delte this resource?');"/>
|
||||
<button align="right" label="Delete" id="delete" onclick="et2_dialog.confirm(widget,'Do you really want do delte this resource?','Delete')"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
Loading…
Reference in New Issue
Block a user