mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02: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="Apply" id="apply"/>
|
||||||
<button label="Cancel" onclick="window.close();"/>
|
<button label="Cancel" onclick="window.close();"/>
|
||||||
</hbox>
|
</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>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user