BUGFIX: Fix items not deleting on tablefields (from r86099)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89169 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2009-10-15 22:11:13 +00:00
parent 567612bd16
commit 39ceae44c1

View File

@ -74,7 +74,7 @@ TableField.prototype = {
Event.stop(e);
return false;
}
return false;
// TODO ajaxErrorHandler and loading-image are dependent on cms, but formfield is in sapphire
var confirmed = confirm(ss.i18n._t('TABLEFIELD.DELETECONFIRMMESSAGE', 'Are you sure you want to delete this record?'));
if(confirmed){