"lcl_photos" moet L("lcl_photos") zijn
svn path=/Website/trunk/; revision=31501
This commit is contained in:
@@ -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()" });
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user