Author: jasha
Date: Fri Sep 28 08:38:43 2012
New Revision: 1391360

URL: http://svn.apache.org/viewvc?rev=1391360&view=rev
Log:
RAVE-801 replace external profile picture placeholder with an image served by 
the portal

Added:
    
rave/trunk/rave-portal-resources/src/main/webapp/static/images/profile_picture_placeholder.png
   (with props)
Modified:
    
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp

Modified: 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp?rev=1391360&r1=1391359&r2=1391360&view=diff
==============================================================================
--- 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp
 (original)
+++ 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp
 Fri Sep 28 08:38:43 2012
@@ -61,7 +61,7 @@
 
                     <fieldset class="row-fluid" id="userProfilePrimaryData">
                         <div class="span2 profile-user-thumb">
-                            <img src="http://placehold.it/125x165&text=photo"; 
alt=""/>
+                            <img src="<spring:url 
value="/static/images/profile_picture_placeholder.png"/>" alt=""/>
                         </div>
 
                         <div class="span10">

Added: 
rave/trunk/rave-portal-resources/src/main/webapp/static/images/profile_picture_placeholder.png
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/static/images/profile_picture_placeholder.png?rev=1391360&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
rave/trunk/rave-portal-resources/src/main/webapp/static/images/profile_picture_placeholder.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to