FSN#35094 icons ook in mobilemenu, moeten dus ook in te vullen zijn + TODO
svn path=/Website/trunk/; revision=32121
This commit is contained in:
@@ -275,8 +275,9 @@ function fncolGroep(oRsvalue)
|
||||
<body id="editbody">
|
||||
<%
|
||||
var buttons = [];
|
||||
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_image"), icon: "fa-upload", action: "edit_image()"});
|
||||
buttons.push({title: L("lcl_cancel"), icon: "undo.png", action: "doCancel()" });
|
||||
|
||||
IFRAMER_HEADER(L("lcl_fac_menuoptie"), buttons);
|
||||
@@ -426,6 +427,10 @@ function fncolGroep(oRsvalue)
|
||||
urlparams = { readonly: 1 };
|
||||
var alturl_req = ((menu_key == -1 || menuitem_key == -1) && !fac_mlevel ? " required" : "")
|
||||
RWFIELDTR("alturl", "fld" + alturl_req , L("lcl_menu_fac_url"), fac_malturl, urlparams);
|
||||
|
||||
// een icon zou geen flexfile zijn, kan dus ook wat anders kiezen Hoe netjes? TODO
|
||||
RWFIELDTR("image", "fld", L("lcl_image")+" (icon)", fac_mimage);
|
||||
|
||||
FCLTflexfileselector("image",
|
||||
"sgFile",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user