Author: carlucci
Date: Mon Apr 23 17:20:41 2012
New Revision: 1329340

URL: http://svn.apache.org/viewvc?rev=1329340&view=rev
Log:
RAVE-477: fixed bug with slideout not opening post-bootstrap merge on person 
profile page

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=1329340&r1=1329339&r2=1329340&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
 Mon Apr 23 17:20:41 2012
@@ -15,7 +15,7 @@
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-  
+
   Description:
   User's information display and edit options
   --%>
@@ -89,7 +89,7 @@
     </div>
 </div>
 
-<div class="container-fluid navbar-spacer">
+<div id="pageContent" class="container-fluid navbar-spacer">
     <div class="row-fluid">
         <div class="span9">
             <div id="personProfileContent" class="row-fluid">
@@ -169,10 +169,8 @@
 
             <%--render the sub pages --%>
             <div>
-
-                    <%-- insert the region layout template --%>
-                    <tiles:insertTemplate template="${layout}"/>
-
+                <%-- insert the region layout template --%>
+                <tiles:insertTemplate template="${layout}"/>
                 <div class="clear-float">&nbsp;</div>
             </div>
         </div>


Reply via email to