You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ca...@apache.org on 2012/04/16 22:12:47 UTC

svn commit: r1326783 - /rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp

Author: carlucci
Date: Mon Apr 16 20:12:46 2012
New Revision: 1326783

URL: http://svn.apache.org/viewvc?rev=1326783&view=rev
Log:
Code supporting RAVE-534:  changed add page button to a tab (Bootstrap).  Patch supplied by Kristen Legacy.

Modified:
    rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp

Modified: rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp
URL: http://svn.apache.org/viewvc/rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp?rev=1326783&r1=1326782&r2=1326783&view=diff
==============================================================================
--- rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp (original)
+++ rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp Mon Apr 16 20:12:46 2012
@@ -101,7 +101,7 @@
                     </c:otherwise>
                 </c:choose>
             </c:forEach>
-            <a id="addPageButton" href="#" class="btn"><i class="icon-plus"></i></a>
+            <li id="addPageButton"><a href="#"><i class="icon-plus"></i></a></li>
         </ul>
     </nav>