Oubli des PNG pour les boutons

Reparation de textes dans messages.properties
This commit is contained in:
2008-02-16 20:34:56 +00:00
parent 544fbca244
commit 04fc7f9523
6 changed files with 25 additions and 12 deletions

View File

@@ -81,22 +81,20 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
<!-- </property>--> <!-- </property>-->
</bean> </bean>
<bean id="accessDecisionManager" class="org.acegisecurity.vote.AffirmativeBased">
<property name="allowIfAllAbstainDecisions" value="false"/>
<property name="decisionVoters">
<list>
<bean class="org.acegisecurity.vote.RoleVoter"/>
<bean class="org.acegisecurity.vote.AuthenticatedVoter"/>
</list>
</property>
</bean>
<!-- AUTHORIZATION SERVICES --> <!-- AUTHORIZATION SERVICES -->
<bean id="filterInvocationInterceptor" class="org.acegisecurity.intercept.web.FilterSecurityInterceptor"> <bean id="filterInvocationInterceptor" class="org.acegisecurity.intercept.web.FilterSecurityInterceptor">
<property name="authenticationManager" ref="authenticationManager"/> <property name="authenticationManager" ref="authenticationManager"/>
<property name="accessDecisionManager"> <property name="accessDecisionManager" ref="accessDecisionManager"/>
<bean class="org.acegisecurity.vote.AffirmativeBased">
<property name="allowIfAllAbstainDecisions" value="false"/>
<property name="decisionVoters">
<list>
<bean class="org.acegisecurity.vote.RoleVoter"/>
<bean class="org.acegisecurity.vote.AuthenticatedVoter"/>
</list>
</property>
</bean>
</property>
<property name="objectDefinitionSource"> <property name="objectDefinitionSource">
<value> <value>
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
@@ -108,6 +106,18 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
</property> </property>
</bean> </bean>
<bean id="SecurityAnnotationAttributes" class="org.acegisecurity.annotation.SecurityAnnotationAttributes"/>
<bean id="MethodDefinitionAttributes" class="org.acegisecurity.intercept.method.MethodDefinitionAttributes">
<property name="attributes"><ref local="SecurityAnnotationAttributes"/></property>
</bean>
<bean id="methodInvocationInterceptor" class="org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor">
<property name="validateConfigAttributes"><value>true</value></property>
<property name="authenticationManager" ref="authenticationManager"/>
<property name="accessDecisionManager" ref="accessDecisionManager"/>
<property name="objectDefinitionSource" ref="MethodDefinitionAttributes"/>
</bean>
<!-- LOGOUT --> <!-- LOGOUT -->
<bean id="logoutFilter" class="org.acegisecurity.ui.logout.LogoutFilter"> <bean id="logoutFilter" class="org.acegisecurity.ui.logout.LogoutFilter">
<constructor-arg value="/index.jsp"/> <constructor-arg value="/index.jsp"/>

View File

@@ -96,6 +96,7 @@ form.forgotPassword.email=E-Mail address for your account :
form.forgotPassword.submit=Request new password form.forgotPassword.submit=Request new password
form.forgotPassword.help=Please enter the email address you used for your YACOS account.\nA new password will be generated and sent into your mailbox. form.forgotPassword.help=Please enter the email address you used for your YACOS account.\nA new password will be generated and sent into your mailbox.
forgotPassword.title=Reset your password forgotPassword.title=Reset your password
forgotPassword.submitted=A new password has been successfully generated for your account.\nIt has been sent to your email address.
################### ###################
# MESSAGE ERROR # MESSAGE ERROR
@@ -178,6 +179,8 @@ conference5.usersList=PC members for this conference
conference5.invitation.send=Invite a new user conference5.invitation.send=Invite a new user
conference5.invitationList=Invitations to send conference5.invitationList=Invitations to send
conference.error.noTokenLeft=You have no conference creation token left !\nPlease contact the administrator
evaluation.title=Evaluation of an article evaluation.title=Evaluation of an article
evaluation.commentPCMember=Comment of PC Member evaluation.commentPCMember=Comment of PC Member

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB