Skip to content

Commit

Permalink
cambio lingua solo prima del login
Browse files Browse the repository at this point in the history
git-svn-id: svn://93.63.174.84:8080/repos/locanda/trunk@850 5a08f537-7b09-473d-a1d1-551e4afdb7c2
  • Loading branch information
alberto committed Jun 9, 2011
1 parent 083373a commit c8906e6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions webroot/jsp/layout/header_menu.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,6 @@ $(document).ready(function () { <%
<link href="css/patches/patch_sliding_door.css" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<!--<s:url var="currentUrl" includeParams="get" escapeAmp="false"/>
--><s:set var="redirectLang" value="#context['struts.actionMapping'].name" />
<s:url id="localeFR" namespace="/" action="locale" >
<s:param name="request_locale" >fr</s:param>
</s:url>
<s:url id="localeEN" namespace="/" action="locale" >
<s:param name="request_locale" >en</s:param>
<s:param name="redirect" ><s:property value="#redirectLang"/>.action</s:param>
</s:url>
<s:url id="localeIT" namespace="/" action="locale" >
<s:param name="request_locale" >it_IT</s:param>
<s:param name="redirect" ><s:property value="#redirectLang"/>.action</s:param>
</s:url>
<body>
<!-- skip link navigation -->

Expand Down Expand Up @@ -114,8 +101,6 @@ $(document).ready(function () { <%
<div id="topnav" role="contentinfo" >
<span><a title="logout" class="logout" href="<s:property value="url_logout"/>"></a></span>
<div class="langMenu">
<s:a href="%{localeIT}" cssClass="flag_it"></s:a>
<s:a href="%{localeEN}" cssClass="flag_en"></s:a>
</div>
</div>

Expand Down

0 comments on commit c8906e6

Please sign in to comment.