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

Modified Files:
        imagesearch.jsp 
Log Message:
CMSC-1070 - Make the thumbnail clickable and column size smaller.


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


Index: imagesearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- imagesearch.jsp     24 Sep 2008 06:06:33 -0000      1.11
+++ imagesearch.jsp     2 Oct 2008 20:36:36 -0000       1.12
@@ -69,7 +69,7 @@
 <[EMAIL PROTECTED] file="../repository/searchpages.jsp" %>
          <table>
             <tr class="listheader">
-               <th> </th>
+               <th width="55"> </th>
                <th nowrap="true"><a href="javascript:orderBy('title')" 
class="headerlink"><fmt:message key="imagesearch.titlecolumn" /></a></th>
                <th nowrap="true"><a href="javascript:orderBy('filename')" 
class="headerlink"><fmt:message key="imagesearch.filenamecolumn" /></a></th>
                <th nowrap="true"><a href="javascript:orderBy('itype')" 
class="headerlink" ><fmt:message key="imagesearch.mimetypecolumn" /></a></th>
@@ -106,7 +106,7 @@
                        <td onMouseDown="objClick(this);"><mm:field 
name="title"/></td>
                        <td onMouseDown="objClick(this);"><mm:field 
name="filename"/></td>
                        <td onMouseDown="objClick(this);"><mm:field 
name="itype"/></td>
-                       <td onMouseDown="objClick(this);"><img src="<mm:image 
template="s(100x100)"/>" alt="" /></td>
+                       <td onMouseDown="objClick(this);"><a 
href="javascript:showInfo(<mm:field name="number" />)"><img src="<mm:image 
template="s(100x100)"/>" alt="" /></a></td>
                     </tr>
                 <c:set var="useSwapStyle">${!useSwapStyle}</c:set>
               </mm:listnodes>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to