mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
- Change edit dialog delete confirm to use new et2_dialog.confirm()
This commit is contained in:
parent
1740b8d9be
commit
4668d432cc
@ -287,7 +287,7 @@
|
||||
|
||||
<hbox span="3">
|
||||
<checkbox label="Do not notify of these changes" id="no_notifications" span="3"/>
|
||||
<button align="right" statustext="delete this entry" label="Delete" id="button[delete]" onclick="return $cont[info_anz_subs] || confirm('Delete this entry');" image="delete" background_image="1"/>
|
||||
<button align="right" statustext="delete this entry" label="Delete" id="button[delete]" onclick="if($cont[info_anz_subs]) return $cont[info_anz_subs]; et2_dialog.confirm(widget,'Delete this entry','Delete');" image="delete" background_image="1"/>
|
||||
</hbox>
|
||||
</row>
|
||||
</rows>
|
||||
|
Loading…
Reference in New Issue
Block a user