You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ma...@apache.org on 2012/04/24 14:46:31 UTC

svn commit: r1329680 - /rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/admin/newaccount.jsp

Author: marijan
Date: Tue Apr 24 12:46:31 2012
New Revision: 1329680

URL: http://svn.apache.org/viewvc?rev=1329680&view=rev
Log:
- new user acocunt layout

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

Modified: rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/admin/newaccount.jsp
URL: http://svn.apache.org/viewvc/rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/admin/newaccount.jsp?rev=1329680&r1=1329679&r2=1329680&view=diff
==============================================================================
--- rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/admin/newaccount.jsp (original)
+++ rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/admin/newaccount.jsp Tue Apr 24 12:46:31 2012
@@ -23,30 +23,23 @@
 <fmt:message key="${pageTitleKey}" var="pagetitle"/>
 <c:set var="canChangeUserStatus" value="${user.username ne loggedInUser}"/>
 <rave:header pageTitle="${pagetitle}"/>
-<rave:admin_tabsheader/>
-<div class="pageContent">
-  <article class="admincontent">
-    <ul class="horizontal-list goback">
-      <li><a href="<spring:url value="/app/admin/users"/>"><fmt:message key="admin.userdetail.goback"/></a>
-      </li>
-    </ul>
-
-    <div class="rightcolumn">
-      <%--RIGHT COLUMN--%>
+<div class="container-fluid">
+  <div class="row-fluid">
+    <div class="span1">
+      <rave:admin_tabsheader/>
     </div>
-
-    <div class="leftcolumn">
+    <article class="span11">
+      <ul class="pager">
+        <li class="previous">
+          <a href="<spring:url value="/app/admin/users"/>"><fmt:message key="admin.userdetail.goback"/></a>
+        </li>
+      </ul>
       <section class="formbox">
         <h2><fmt:message key="admin.userdetail.editdata"/></h2>
         <%@ include file="/WEB-INF/jsp/views/includes/new_user_form.jsp" %>
       </section>
 
-    </div>
-
-    <div class="clear-float">
-
-    </div>
-
 
-  </article>
-</div>
+    </article>
+  </div>
+</div>
\ No newline at end of file