FCLT#56864 zoeken in touch header
svn path=/Website/trunk/; revision=41448
This commit is contained in:
@@ -226,6 +226,12 @@ function generateHeaderFunctions (params)
|
||||
parent.location.href="../../default.asp?pda=1";
|
||||
}
|
||||
|
||||
// prodsearch voor touch
|
||||
function toProdsearch()
|
||||
{
|
||||
FcltMgr.openDetail('appl/fac/prodsearch.asp');
|
||||
}
|
||||
|
||||
function logOffCallback(json, textStatus)
|
||||
{
|
||||
parent.location.href = json.return_url;
|
||||
@@ -285,6 +291,10 @@ function generateHeaderFunctions (params)
|
||||
{
|
||||
%><div id="touch2mobile" onclick="toMobile()"><% = I("fa-mobile")+L("lcl_mobile_mobilemode") %></div> <%
|
||||
}
|
||||
if (params && params.touch)
|
||||
{
|
||||
%><div id="touchsearch" onclick="toProdsearch()"><% = I("fa-search")+L("lcl_menu_fe_search") %></div> <%
|
||||
}
|
||||
if (S("helppage_url") != "") {
|
||||
%><div id="headerhelp" onclick="openHelp()"><% = I("fa-question-circle")+L("lcl_help") %></div> <%
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user