FSN#36132 Alerts en confirm via jQuery dialoog
svn path=/Website/trunk/; revision=31602
This commit is contained in:
@@ -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%>";
|
||||
});
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user