BUG 6766 Fixed the display message, deleting an item.

This commit is contained in:
Hector Cortez
2011-04-25 15:28:06 -04:00
parent 1806c10eff
commit 4e08ef13a6

View File

@@ -187,7 +187,7 @@
function __ActionDelete(uid, ftype){
new window.parent.leimnud.module.app.confirm().make({
label:"Do you want to remove this "+ftype+" field, are you sure?",
label: '<?php echo G::LoadTranslation('ID_FIELD_HANDLER_ACTION_DELETE');?>' + ' ' + ftype + "?",
action:function(){
$.ajax({
type: "POST",