Ignore:
Timestamp:
12/15/11 14:29:01 (13 years ago)
Author:
vmipsl
Message:

clean textes pour login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/resources/templates/templateBackoffice.jsp

    r305 r306  
    108108    var loginTexts = $A( "" ); 
    109109    loginTexts["app.connexion"] = '<bean:message key="app.connexion"/>'; 
    110     loginTexts["data.authentification.login"] = '<bean:message key="data.authentification.login"/>'; 
    111     loginTexts["data.authentification.password"] = '<bean:message key="data.authentification.password"/>'; 
    112     loginTexts["data.authentification.sign"] = '<bean:message key="data.authentification.sign"/>'; 
    113     loginTexts["data.authentification.pwdForget"] = '<bean:message key="data.authentification.pwdForget"/>'; 
    114     loginTexts["data.authentification.loginForget.help"] = '<bean:message key="data.authentification.loginForget.help"/>'; 
    115     loginTexts["data.authentification.loginForget"] = '<bean:message key="data.authentification.loginForget"/>'; 
    116     loginTexts["errors.logon.notFound"] = "<bean:message key='errors.logon.notFound' arg0="<%=Context.getWebmaster( request )%>"/>"; 
    117     loginTexts["errors.logon.wrongPassword"] = "<bean:message key='errors.logon.wrongPassword'/>"; 
    118     loginTexts["errors.logon.failed"] = "<bean:message key='errors.logon.failed' arg0="<%=Context.getWebmaster( request )%>"/>"; 
    119     loginTexts["errors.logon.notAccepted"] = "<bean:message key='errors.logon.notAccepted'/>"; 
     110    loginTexts["login"] = '<bean:message key="login"/>'; 
     111    loginTexts["login.password"] = '<bean:message key="login.password"/>'; 
     112    loginTexts["login.sign"] = '<bean:message key="login.sign"/>'; 
     113    loginTexts["login.pwdForget"] = '<bean:message key="login.pwdForget"/>'; 
     114    loginTexts["login.loginForget.help"] = '<bean:message key="login.loginForget.help"/>'; 
     115    loginTexts["login.loginForget"] = '<bean:message key="login.loginForget"/>'; 
     116    loginTexts["login.error.notFound"] = "<bean:message key='login.error.notFound' arg0="<%=Context.getWebmaster( request )%>"/>"; 
     117    loginTexts["login.error.wrongPassword"] = "<bean:message key='login.error.wrongPassword'/>"; 
     118    loginTexts["login.error.failed"] = "<bean:message key='login.error.failed' arg0="<%=Context.getWebmaster( request )%>"/>"; 
     119    loginTexts["login.error.notAccepted"] = "<bean:message key='login.error.notAccepted'/>"; 
    120120    loginTexts["<%=UserRole.ADMINISTRATOR%>"] = '<bean:message key="app.administrator"/>'; 
    121121    loginTexts["<%=UserRole.TECHNICIEN%>"] = '<bean:message key="app.technician"/>'; 
Note: See TracChangeset for help on using the changeset viewer.