FSN#35094 Opfrissen icon-set font-awesome

svn path=/Website/trunk/; revision=31747
This commit is contained in:
Peter Feij
2016-11-30 08:26:11 +00:00
parent 4be64f256b
commit 9d3a6a5a98

View File

@@ -200,7 +200,7 @@ function generateHeaderFunctions (params)
}
</script>
<div id="headerfunctions">
<div id="loggedinuser"><%=L("lcl_loggedin_as") + '<span onclick="myInfo()">'+ safe.html(user.naam())+'</span>' + (user.alg_locatie_key({withcurrent:true})>-1 ? L("lcl_mobile_currentpos")+(new Locatie(user.alg_locatie_key({withcurrent:true})).locatie_string()) : "") %></div>
<div id="loggedinuser"><%=L("lcl_loggedin_as") + '<span onclick="myInfo()">'+ safe.html(user.naam())+ (user.alg_locatie_key({withcurrent:true})>-1 ? I("fa-map-marker")+(new Locatie(user.alg_locatie_key({withcurrent:true})).locatie_string()) : "") +'</span>' %></div>
<%
if (S("language_toggles").length > 1)
{
@@ -209,17 +209,17 @@ function generateHeaderFunctions (params)
{
var code = S("language_toggles")[lang];
var desc = lcl.languages[code];
%><img style="cursor:pointer; height:12px" onClick="changeLanguage('<%=code%>');" title="<%=desc%>" src=../pictures/<%=code%>.png>&nbsp;
<% } %>
</div><%
%><img onClick="changeLanguage('<%=code%>');" title="<%=desc%>" src=../pictures/<%=code%>.png><%
}
%></div><%
}
if (params && params.touch && S("mobile_enabled") == 1) // we voorkomen nu nog dat je via desktop naar Mobile gaat; touch-only
{
%><div id="touch2mobile" onclick="toMobile()"><% = L("lcl_mobile_mobilemode") %></div> |<%
%><div id="touch2mobile" onclick="toMobile()"><% = I("fa-mobile")+L("lcl_mobile_mobilemode") %></div> <%
}
if (S("helppage_url") != "") {
%><div id="headerhelp" onclick="openHelp()"><% = L("lcl_help") %></div> |<%
%><div id="headerhelp" onclick="openHelp()"><% = I("fa-question-circle")+L("lcl_help") %></div> <%
}
%><div id="headerlogout" onclick="logOff()"><% = L("lcl_logoff") %></div></div><%
%><div id="headerlogout" onclick="logOff()"><% = I("fa-sign-out")+L("lcl_logoff") %></div></div><%
}
%>