FSN#35094 Opfrissen icon-set font-awesome IE8. email.png niet naar hamburger in modal popupjes
svn path=/Website/trunk/; revision=31659
This commit is contained in:
@@ -85,12 +85,12 @@ function CreateButtons(buttons, params)
|
||||
{
|
||||
var btn = buttons[i];
|
||||
if (!params.autoshowOnly || btn.autoshow)
|
||||
if (inArray(btn.icon, HAMBUTTONS))
|
||||
if (!params.isModal && inArray(btn.icon, HAMBUTTONS))
|
||||
hambuttons.push(i)
|
||||
else
|
||||
CreateButton(btn.title, btn.action, btn, params);
|
||||
}
|
||||
if (hambuttons.length && !params.isDialog)
|
||||
if (hambuttons.length)
|
||||
{
|
||||
var btn = { icon: "fa-bars", tooltip: L("lcl_more"), id: "printhamburger",
|
||||
action: "$('li.byHamburger').toggleClass('hidden');FcltMgr.resized();" }
|
||||
|
||||
Reference in New Issue
Block a user