Ignore:
Timestamp:
03/14/12 19:30:24 (12 years ago)
Author:
vmipsl
Message:

BO gestion login
clean parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tapas/web/resources/templates/templateBackoffice_script.jsp

    r409 r412  
     1<%@ page import="com.ether.WebHelper" %> 
    12<script type="text/javascript"> 
    23    var InterfaceTemplate = Class.create( { 
     
    1516            <%--this.webmaster = "<%=Context.getWebmaster(request)%>";--%> 
    1617            <%--this.relativePageUri = <%=request.getQueryString() != null%> ? "<%=Context.getRelativePath( request )%>?<%=request.getQueryString()%>" : "<%=Context.getRelativePageURI(request)%>";--%> 
    17             <%--this.jSONUser = <%=Context.getJSONUser( request )%> ? <%=Context.getJSONUser( request )%> : false;--%> 
     18            this.jSONUser = <%=WebHelper.getJSONUser( request )%> ? <%=WebHelper.getJSONUser( request )%> : false; 
    1819 
    1920            /** ************ CREATE ************ **/ 
Note: See TracChangeset for help on using the changeset viewer.