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

Modified Files:
        attachmentsearch.jsp 
Log Message:
CMSC-1282 - merge the css


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


Index: attachmentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- attachmentsearch.jsp        17 Feb 2009 07:23:12 -0000      1.30
+++ attachmentsearch.jsp        17 Feb 2009 10:35:01 -0000      1.31
@@ -40,7 +40,7 @@
        }
 
    function doSelectIt() {
-      var href = document.getElementById('attachList').getAttribute('href')+"";
+      var href = document.getElementById('assetList').getAttribute('href')+"";
       if (href.length<10) {
           alert("You must select one attachment");
           return;
@@ -75,7 +75,7 @@
               }
        }
 </script>
-   <link rel="stylesheet" type="text/css" href="../css/attachmentsearch.css" />
+   <link rel="stylesheet" type="text/css" href="../css/assetsearch.css" />
        </cmscedit:head>
 <body>
 <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
@@ -142,7 +142,7 @@
             <%...@include file="../repository/searchpages.jsp" %>
 
             <c:if test="${assetShow eq 'thumbnail'}">
-            <div id="attachList" class="hover" style="width:100%" href="">
+            <div id="assetList" class="hover" style="width:100%" href="">
                   <mm:listnodes referid="results">
                      <mm:field name="description" escape="js-single-quotes" 
jspvar="description">
                         <%
@@ -164,7 +164,7 @@
                                    </mm:haspage>
                                 </c:if>
                                                </div>
-                        <div class="imgInfo">
+                        <div class="assetInfo">
                            <c:set var="assettype" ><mm:nodeinfo 
type="type"/></c:set>
                               <mm:field id="title" write="false" name="title"/>
                               <c:if test="${fn:length(title) > 15}">
@@ -193,7 +193,7 @@
                                                <th></th>
                                        </tr>
             </c:if>
-                                       <tbody id="attachList" class="hover"  
href="">
+                                       <tbody id="assetList" class="hover"  
href="">
                                                <c:set 
var="useSwapStyle">true</c:set>
                                                <mm:listnodes referid="results">
                                                        <mm:field 
name="description" escape="js-single-quotes"
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to