Oubli des PNG pour les boutons
Reparation de textes dans messages.properties
This commit is contained in:
@@ -81,13 +81,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
|
||||
<!-- </property>-->
|
||||
</bean>
|
||||
|
||||
|
||||
|
||||
<!-- AUTHORIZATION SERVICES -->
|
||||
<bean id="filterInvocationInterceptor" class="org.acegisecurity.intercept.web.FilterSecurityInterceptor">
|
||||
<property name="authenticationManager" ref="authenticationManager"/>
|
||||
<property name="accessDecisionManager">
|
||||
<bean class="org.acegisecurity.vote.AffirmativeBased">
|
||||
<bean id="accessDecisionManager" class="org.acegisecurity.vote.AffirmativeBased">
|
||||
<property name="allowIfAllAbstainDecisions" value="false"/>
|
||||
<property name="decisionVoters">
|
||||
<list>
|
||||
@@ -95,8 +89,12 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
|
||||
<bean class="org.acegisecurity.vote.AuthenticatedVoter"/>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- AUTHORIZATION SERVICES -->
|
||||
<bean id="filterInvocationInterceptor" class="org.acegisecurity.intercept.web.FilterSecurityInterceptor">
|
||||
<property name="authenticationManager" ref="authenticationManager"/>
|
||||
<property name="accessDecisionManager" ref="accessDecisionManager"/>
|
||||
<property name="objectDefinitionSource">
|
||||
<value>
|
||||
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
|
||||
@@ -108,6 +106,18 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
|
||||
</property>
|
||||
</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 -->
|
||||
<bean id="logoutFilter" class="org.acegisecurity.ui.logout.LogoutFilter">
|
||||
<constructor-arg value="/index.jsp"/>
|
||||
|
||||
@@ -96,6 +96,7 @@ form.forgotPassword.email=E-Mail address for your account :
|
||||
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.
|
||||
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
|
||||
@@ -178,6 +179,8 @@ conference5.usersList=PC members for this conference
|
||||
conference5.invitation.send=Invite a new user
|
||||
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.commentPCMember=Comment of PC Member
|
||||
|
||||
BIN
YACOSWeb/WebContent/images/button-borders.png
Normal file
BIN
YACOSWeb/WebContent/images/button-borders.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 B |
BIN
YACOSWeb/WebContent/images/button-box-down.png
Normal file
BIN
YACOSWeb/WebContent/images/button-box-down.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
BIN
YACOSWeb/WebContent/images/button-box-hover.png
Normal file
BIN
YACOSWeb/WebContent/images/button-box-hover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
BIN
YACOSWeb/WebContent/images/button-box.png
Normal file
BIN
YACOSWeb/WebContent/images/button-box.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
Reference in New Issue
Block a user