Author: carlucci
Date: Wed Oct 10 13:32:33 2012
New Revision: 1396590

URL: http://svn.apache.org/viewvc?rev=1396590&view=rev
Log:
RAVE-805: fixed HTML title of user not found page.  Patch supplied by Dan 
Gornstein

Modified:
    rave/trunk/rave-portal-resources/src/main/resources/messages.properties
    rave/trunk/rave-portal-resources/src/main/resources/messages_es.properties
    rave/trunk/rave-portal-resources/src/main/resources/messages_nl.properties
    rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tiles-defs.xml

Modified: 
rave/trunk/rave-portal-resources/src/main/resources/messages.properties
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/resources/messages.properties?rev=1396590&r1=1396589&r2=1396590&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/resources/messages.properties 
(original)
+++ rave/trunk/rave-portal-resources/src/main/resources/messages.properties Wed 
Oct 10 13:32:33 2012
@@ -213,6 +213,7 @@ page.profile.save=Save
 page.profile.cancel=Cancel
 
 page.personProfile.title={0}''s Profile
+page.personProfile.userNotFound.title=Person Not Found
 page.personProfile.personal.info=Personal Information
 page.personProfile.first.name=First Name:
 page.personProfile.last.name=Last Name:

Modified: 
rave/trunk/rave-portal-resources/src/main/resources/messages_es.properties
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/resources/messages_es.properties?rev=1396590&r1=1396589&r2=1396590&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/resources/messages_es.properties 
(original)
+++ rave/trunk/rave-portal-resources/src/main/resources/messages_es.properties 
Wed Oct 10 13:32:33 2012
@@ -219,6 +219,7 @@ page.profile.save=Guardar
 page.profile.cancel=Cancelar
 
 page.personProfile.title=Perfil de {0}
+page.personProfile.userNotFound.title=Persona no encontrada
 page.personProfile.personal.info=Informacion Personal
 page.personProfile.first.name=Nombre(s)\:
 page.personProfile.last.name=Apellido(s)\:

Modified: 
rave/trunk/rave-portal-resources/src/main/resources/messages_nl.properties
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/resources/messages_nl.properties?rev=1396590&r1=1396589&r2=1396590&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/resources/messages_nl.properties 
(original)
+++ rave/trunk/rave-portal-resources/src/main/resources/messages_nl.properties 
Wed Oct 10 13:32:33 2012
@@ -222,6 +222,7 @@ page.profile.save=Bewaar
 page.profile.cancel=Annuleer
 
 page.personProfile.title=Profiel van {0}
+page.personProfile.userNotFound.title=Persoon niet gevonden
 page.personProfile.personal.info=Persoonsgegevens
 page.personProfile.first.name=Voornaam:
 page.personProfile.last.name=Achternaam:

Modified: 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tiles-defs.xml
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tiles-defs.xml?rev=1396590&r1=1396589&r2=1396590&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tiles-defs.xml 
(original)
+++ rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tiles-defs.xml Wed 
Oct 10 13:32:33 2012
@@ -49,6 +49,7 @@
     </definition>
 
     <definition name="templates.user.usernotfound" extends="templates.base">
+        <put-attribute name="pageTitleKey" 
value="page.personProfile.userNotFound.title"/>
         <put-attribute name="body" 
value="/WEB-INF/jsp/views/usernotfound.jsp"/>
     </definition>
 


Reply via email to