Fix delete of file from file manager
This commit is contained in:
parent
4e49461143
commit
ce0fa53cb0
@ -4047,7 +4047,7 @@ class Form
|
||||
{
|
||||
global $langs, $conf;
|
||||
|
||||
$more = '<!-- formconfirm -->';
|
||||
$more = '<!-- formconfirm for page='.dol_escape_htmltag($page).' -->';
|
||||
$formconfirm = '';
|
||||
$inputok = array();
|
||||
$inputko = array();
|
||||
@ -4232,7 +4232,6 @@ class Form
|
||||
});
|
||||
}
|
||||
var urljump = pageyes + (pageyes.indexOf("?") < 0 ? "?" : "") + options;
|
||||
//alert(urljump);
|
||||
if (pageyes.length > 0) { location.href = urljump; }
|
||||
$(this).dialog("close");
|
||||
},
|
||||
|
||||
@ -2433,7 +2433,7 @@ if (!GETPOST('hide_websitemenu'))
|
||||
print '</span>';
|
||||
}
|
||||
} else {
|
||||
print '<input type="hidden" name="website" id="website" value='.$websitekey.'">';
|
||||
print '<input type="hidden" name="website" id="website" value="'.$websitekey.'">';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user