FSN#36132 Alerts en confirm via jQuery dialoog

svn path=/Website/trunk/; revision=31602
This commit is contained in:
Jos Groot Lipman
2016-11-22 08:23:36 +00:00
parent 63329e9f28
commit ac2d00e2aa
2 changed files with 3 additions and 4 deletions

View File

@@ -171,8 +171,7 @@ else if (srtruimte_key > 0 && mode == "delete")
function alg_delete()
{
FcltMgr.confirm("<%=safe.jsstring(L("
lcl_R_U_sure "))%>",
FcltMgr.confirm("<%=safe.jsstring(L("lcl_R_U_sure "))%>",
function() {
window.location.href = "alg_srtruimte.asp?mode=delete&alg_srtruimte_key=<%=srtruimte_key%>";
});

View File

@@ -589,7 +589,7 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
doPrint(poutputmode);
return;
}
params = { oktekst: L("lcl_outputzonderkenmerken") };
params = { oktekst: L("lcl_Yes"), title: L(poutputmode==1?"lcl_print":"lcl_export_to_excel") };
params.fncallback = function()
{
doPrint(poutputmode + 4);
@@ -597,7 +597,7 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
params.buttons = [
{
text: L("lcl_outputmetkenmerken"),
text: L("lcl_No"),
click: function ()
{
doPrint(poutputmode); // poutputmode wordt 5 (printer zonder flex) of 6 (excel zonder flex);