STAM#41613 knop 'opslaan' heet nu 'doorgaan' bij nieuwe voorziening reserveringen
svn path=/Website/trunk/; revision=34983
This commit is contained in:
@@ -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);
|
||||
%>
|
||||
|
||||
Reference in New Issue
Block a user