Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl
In directory 
james.mmbase.org:/tmp/cvs-serv13017/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl

Modified Files:
      Tag: b1_4
        wizard.xsl 
Log Message:
CMSC-1288 - Also add Download Full option to imagedata.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl
See also: http://www.mmbase.org/jira/browse/CMSC-1288


Index: wizard.xsl
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl/wizard.xsl,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -u -b -r1.8.2.3 -r1.8.2.4
--- wizard.xsl  11 Feb 2009 10:50:54 -0000      1.8.2.3
+++ wizard.xsl  11 Feb 2009 11:09:18 -0000      1.8.2.4
@@ -770,6 +770,10 @@
     <xsl:template name="ftype-imagedata">
       <span class="readonly">
          <img src="{node:saxonFunction($cloud, string(@number), 
concat(&apos;servletpath(&apos;, $cloudkey, &apos;,cache(&apos;, $imagesize, 
&apos;))&apos;))}" hspace="0" vspace="0" border="0"/>
+         <br/>
+         <a href="{node:saxonFunction($cloud, string(@number), 
concat(&apos;servletpath(&apos;, $cloudkey,&apos;)&apos;))}" target="_new">
+            <xsl:call-template name="prompt_image_full" />
+         </a>
       </span>
    </xsl:template>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to