Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
In directory 
james.mmbase.org:/tmp/cvs-serv1750/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository

Modified Files:
        assetsearch.jsp contentsearch.jsp 
Log Message:
CMSC-1241(Background resizes according to the content.)


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: assetsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- assetsearch.jsp     6 Feb 2009 06:08:19 -0000       1.23
+++ assetsearch.jsp     6 Feb 2009 07:45:55 -0000       1.24
@@ -57,6 +57,7 @@
 <mm:import id="assetsearchinit"><c:url 
value='/editors/repository/AssetSearchInitAction.do'/></mm:import>
 
 <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
+<div style="position: absolute;padding-right:10px">
 <c:if test="${empty strict}">
    <div class="tabs">
     <!-- active TAB -->
@@ -74,8 +75,8 @@
             </div>
         </div>
     </div>
+   </div>
 </c:if>
-</div>
    <div class="editor">
    <br />
       <div class="body">
@@ -305,7 +306,7 @@
          </html:form>
       </div>
 
-   <div class="ruler_green"><div><fmt:message key="searchform.results" 
/></div></div>
+   <div class="ruler_green" style="width:1000px;"><div><fmt:message 
key="searchform.results" /></div></div>
 
    <div class="body">
    <div style="padding-left:11px">
@@ -527,6 +528,7 @@
 </c:if>
 </div>
    </div>
+   </div>
 </mm:cloud>
 
    </body>


Index: contentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- contentsearch.jsp   3 Feb 2009 07:09:12 -0000       1.16
+++ contentsearch.jsp   6 Feb 2009 07:45:55 -0000       1.17
@@ -30,6 +30,7 @@
 <mm:import externid="resultCount" jspvar="resultCount" 
vartype="Integer">0</mm:import>
 <c:set var="returnurl" value="${fn:replace(returnurl,'&amp;','&')}"/>
 <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
+<div style="position: absolute;padding-right:10px">
    <div class="tabs">
 <c:if test="${param.index eq 'yes'}">
     <!-- active TAB -->
@@ -312,7 +313,7 @@
          </html:form>
       </div>
 
-   <div class="ruler_green"><div><fmt:message key="searchform.results" 
/></div></div>
+   <div class="ruler_green" style="width:1000px;"><div><fmt:message 
key="searchform.results" /></div></div>
    <div class="body">
 
 <!-- we check to see if we have workflow, this is done by looking if the 
editors for the workflow are on the HD -->
@@ -541,6 +542,7 @@
    </mm:list>
    </div>
    </div>
+   </div>
 </mm:cloud>
 
    </body>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to