"lcl_photos" moet L("lcl_photos") zijn

svn path=/Website/trunk/; revision=31501
This commit is contained in:
Jos Groot Lipman
2016-11-16 12:18:26 +00:00
parent a2da4cd199
commit 4bf78fccb5
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ function fncolGroep(oRsvalue)
<body id="editbody">
<%
var buttons = [];
buttons.push({ title: "lcl_photos", action: "edit_image()", icon: "folder.png" });
buttons.push({ title: L("lcl_photos"), action: "edit_image()", icon: "folder.png" });
buttons.push({title: L("lcl_submit"), icon: "opslaan.png", action: "doSubmit()" });
buttons.push({title: L("lcl_cancel"), icon: "undo.png", action: "doCancel()" });

View File

@@ -185,7 +185,7 @@ function fncolGroep(oRsvalue)
<body id="showbody">
<%
buttons = [ {title: "lcl_photos", action: "edit_image()", icon: "folder.png" },
buttons = [ {title: L("lcl_photos"), action: "edit_image()", icon: "folder.png" },
{title: L("lcl_change"), icon: "wijzigen.png", action:"menuChange()" },
{title: L("lcl_delete"), icon: "delete.png", action:"menuDelete()"}];
IFRAMER_HEADER(L("lcl_fac_menuoptie"), buttons);