FSN#36132 delete-button now enabled on cancel delete
svn path=/Website/trunk/; revision=31491
This commit is contained in:
@@ -180,6 +180,9 @@ function scaffolding_edit(model, scf_params)
|
||||
function scf_delete()
|
||||
{
|
||||
FcltMgr.confirm('<%=safe.jsstring(L("lcl_scf_confirm_delete").format(model.record_title, xxx_data.name || xxx_data.id))%>',
|
||||
{ fncancel: function() {
|
||||
iface.button.enable("btn_scf_delete")
|
||||
} },
|
||||
function() {
|
||||
var data = {
|
||||
key: "<%=key%>"
|
||||
|
||||
Reference in New Issue
Block a user