forked from extern/egroupware
Change delete js confirm to et2_dialog with slightly better message
This commit is contained in:
parent
7d20c6074d
commit
0788ca6f62
@ -19,7 +19,7 @@
|
||||
<menulist>
|
||||
<menupopup id="types" no_lang="1" onchange="1"/>
|
||||
</menulist>
|
||||
<button label="Delete" id="delete" onclick="return confirm('WARNING: You are about to delete this type. Entries of this type won\'t be accessable then.');"/>
|
||||
<button label="Delete" id="delete" onclick="et2_dialog.confirm(widget,'Entries with a deleted type can cause problems.\nCheck for entries with this type before deleting.\nDelete?','Delete');"/>
|
||||
<textbox blur="new name" id="name"/>
|
||||
<button label="Create" id="create"/>
|
||||
</row>
|
||||
|
Loading…
Reference in New Issue
Block a user