From 061d58f8d585ef4cccc075a82e7e55abfca2fb54 Mon Sep 17 00:00:00 2001 From: Ruud Lipper Date: Mon, 30 May 2016 11:13:59 +0000 Subject: [PATCH] HSLE#36019 een eigen lcl voor de anuleer knop svn path=/Website/trunk/; revision=29565 --- APPL/MLD/mld_askdouble.asp | 4 ++-- APPL/MLD/mld_double.asp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/APPL/MLD/mld_askdouble.asp b/APPL/MLD/mld_askdouble.asp index d3bd590965..4a9f00d19f 100644 --- a/APPL/MLD/mld_askdouble.asp +++ b/APPL/MLD/mld_askdouble.asp @@ -13,7 +13,7 @@ Context: Note: - + */ %> @@ -57,7 +57,7 @@ var parent_key = getQParamInt("parent_key"); BLOCK_END(); var buttons = [ {title: L("lcl_ok"), icon: "opslaan.png", action: "mld_submit()" }, - {title: L("lcl_cancel"), icon: "undo.png", action: "mld_cancel()" } ]; + {title: L("lcl_mld_cancel_double"), icon: "undo.png", action: "mld_cancel()" } ]; CreateButtons(buttons); %>

diff --git a/APPL/MLD/mld_double.asp b/APPL/MLD/mld_double.asp index 1d4cdadacc..dc9dc66a72 100644 --- a/APPL/MLD/mld_double.asp +++ b/APPL/MLD/mld_double.asp @@ -114,7 +114,7 @@ var where_ins = ""; BLOCK_START("mldContinue", L("lcl_mld_similarcalls")); %> -
<%=L("lcl_mld_askdouble").format(isNew?L("lcl_mld_no_own_mld"):L("lcl_not_link"), L("lcl_cancel"))%>
+
<%=L("lcl_mld_askdouble").format(isNew?L("lcl_mld_no_own_mld"):L("lcl_not_link"), L("lcl_mld_cancel_double"))%>
<% sql = "SELECT DISTINCT m.mld_melding_key" + " , sd.ins_srtdiscipline_prefix" @@ -202,7 +202,7 @@ var where_ins = ""; // 2) Nieuwe melding aanmaken (opnieuw laden van save asp, maar niet meer controleren op double) [2] // 3) Geen melding aanmaken, gewoon terug. [cancel] var buttons = [ {title: L("lcl_mld_no_own_mld"), icon: "undo.png", action: "mld_double(2)" }, - {title: L("lcl_cancel"), icon: "undo.png", action: "mld_cancel()" } ]; + {title: L("lcl_mld_cancel_double"), icon: "undo.png", action: "mld_cancel()" } ]; } else // accepteren/afwijzen { // Drie modes @@ -210,7 +210,7 @@ var where_ins = ""; // 2) Het is geen dubbele melding. Zet de melding op geaccepteerd (Button accepteren) [2] // 3) Melding niet accepteren/afwijzen (Button annuleren) [cancel] var buttons = [ {title: L("lcl_not_link"), icon: "opslaan.png", action: "mld_double(2)" }, - {title: L("lcl_cancel"), icon: "undo.png", action: "mld_cancel()" } ]; + {title: L("lcl_mld_cancel_double"), icon: "undo.png", action: "mld_cancel()" } ]; } CreateButtons(buttons); %>