Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory
james.mmbase.org:/tmp/cvs-serv32446/cmsc/contentrepository/src/webapp/editors/resources
Modified Files:
imagesearch.jsp
Log Message:
CMSC-681 Asset Maintenance new image select mode
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-681
Index: imagesearch.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- imagesearch.jsp 7 Jan 2009 08:16:13 -0000 1.43
+++ imagesearch.jsp 14 Jan 2009 03:34:23 -0000 1.44
@@ -183,7 +183,7 @@
<th></th>
</tr>
</c:if>
- <tbody class="hover">
+ <tbody id="imgList" class="hover"
href="">
<c:set
var="useSwapStyle">true</c:set>
<mm:listnodes referid="results">
<mm:field
name="description" escape="js-single-quotes"
@@ -202,7 +202,7 @@
<a href="javascript:showInfo(<mm:field name="number"
/>)">
<img src="../gfx/icons/info.png"
alt="<fmt:message key="imagesearch.icon.info" />" title="<fmt:message
key="imagesearch.icon.info" />" /></a>
</td>
- <td onMouseDown="objClick(this);">
+ <td onMouseDown="initParentHref(this.parentNode)">
<c:set var="assettype" ><mm:nodeinfo
type="type"/></c:set>
<mm:field id="title" write="false" name="title"/>
<c:if test="${assettype == 'urls'}">
@@ -213,13 +213,12 @@
</c:if>
${title}
</td>
- <td onMouseDown="objClick(this);">
+ <td onMouseDown="initParentHref(this.parentNode)">
${title}
</td>
- <td
onMouseDown="objClick(this);"><mm:field name="itype" /></td>
- <td
onMouseDown="objClick(this);"><a
-
href="javascript:showInfo(<mm:field name="number" />)"><img
-
src="<mm:image template="s(120x100)"/>" alt="" /></a></td>
+ <td
onMouseDown="initParentHref(this.parentNode)"><mm:field name="itype" /></td>
+ <td
onMouseDown="initParentHref(this.parentNode)"><img
+
src="<mm:image template="s(120x100)"/>" alt="" /></td>
</tr>
<c:set
var="useSwapStyle">${!useSwapStyle}</c:set>
</mm:listnodes>
@@ -251,7 +250,7 @@
</div>
</c:if>
</div>
- <div id="commandbuttonbar" class="buttonscontent">
+ <div id="commandbuttonbar" class="buttonscontent" style="clear:both">
<div class="page_buttons_seperator">
<div></div>
</div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs