STAM#41613 knop 'opslaan' heet nu 'doorgaan' bij nieuwe voorziening reserveringen

svn path=/Website/trunk/; revision=34983
This commit is contained in:
2017-08-17 09:49:57 +00:00
parent 16ce3ae979
commit fedefc0519

View File

@@ -1037,7 +1037,7 @@ FCLTHeader.Requires({plugins: ["jQuery", "kenmerk"],
<body id="editbody">
<%
var buttons = [ {title: L("lcl_submit"), icon:"opslaan.png", action:"res_submit()", singlepress: true, id:"btn_res_submit" },
var buttons = [ {title: ((restype == "CV" && rsv_ruimte_key == -1) ? L("lcl_res_submit") : L("lcl_submit")), icon:"opslaan.png", action:"res_submit()", singlepress: true, id:"btn_res_submit" },
{title: L("lcl_cancel"), icon: "undo.png", action:"res_cancel()" } ];
IFRAMER_HEADER(L("lcl_res_frame_algemeen"), buttons);
%>