From 9bf4b9dc06a8f959bb453f7836932dcb8641b092 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Tue, 29 Nov 2016 20:19:40 +0000 Subject: [PATCH] Op onchange van persoonselector al fac_user_info openen svn path=/Website/trunk/; revision=31739 --- APPL/FAC/header.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/APPL/FAC/header.inc b/APPL/FAC/header.inc index 876c9aeef1..86e6f48c2b 100644 --- a/APPL/FAC/header.inc +++ b/APPL/FAC/header.inc @@ -44,6 +44,8 @@ function generateHeader() -
<% - if (user_key != -1) { - %>
<%=L("lcl_loggedin_as") + ''+ safe.html(user.naam())+'' + (user.alg_locatie_key({withcurrent:true})>-1 ? L("lcl_mobile_currentpos")+(new Locatie(user.alg_locatie_key({withcurrent:true})).locatie_string()) : "") %>
<% - } +
+
<%=L("lcl_loggedin_as") + ''+ safe.html(user.naam())+'' + (user.alg_locatie_key({withcurrent:true})>-1 ? L("lcl_mobile_currentpos")+(new Locatie(user.alg_locatie_key({withcurrent:true})).locatie_string()) : "") %>
+ <% if (S("language_toggles").length > 1) { %>
<%