Update of /var/cvs/applications/editwizard/templates/data/xsl
In directory 
james.mmbase.org:/tmp/cvs-serv2793/applications/editwizard/templates/data/xsl

Modified Files:
      Tag: MMBase-1_8
        prompts.xsl wizard.xsl 
Log Message:
MMB-1595 Use replace image text when image already exists


See also: 
http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/data/xsl
See also: http://www.mmbase.org/jira/browse/MMB-1595


Index: prompts.xsl
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/data/xsl/prompts.xsl,v
retrieving revision 1.31.2.4
retrieving revision 1.31.2.5
diff -u -b -r1.31.2.4 -r1.31.2.5
--- prompts.xsl 29 Nov 2007 14:35:02 -0000      1.31.2.4
+++ prompts.xsl 14 Feb 2008 17:19:33 -0000      1.31.2.5
@@ -6,7 +6,7 @@
     @since  MMBase-1.6
     @author Pierre van Rooden
     @author Nico Klasens
-    @version $Id: prompts.xsl,v 1.31.2.4 2007/11/29 14:35:02 mark Exp $
+    @version $Id: prompts.xsl,v 1.31.2.5 2008/02/14 17:19:33 nklasens Exp $
 
     prompts used in this editwizard.
     Override these prompts to change the view in your own versions.
@@ -87,6 +87,7 @@
   <xsl:template name="prompt_file_upload">File Upload</xsl:template>
   <xsl:template name="prompt_uploaded">Uploaded:</xsl:template>
   <xsl:template name="prompt_image_upload">Upload new image</xsl:template>
+  <xsl:template name="prompt_image_replace">Replace new image</xsl:template>
   <xsl:template name="prompt_do_download">Download current</xsl:template>
   <xsl:template name="prompt_do_upload">Upload new</xsl:template>
   <xsl:template name="prompt_no_file">No (new) file.</xsl:template>


Index: wizard.xsl
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/data/xsl/wizard.xsl,v
retrieving revision 1.160.2.16
retrieving revision 1.160.2.17
diff -u -b -r1.160.2.16 -r1.160.2.17
--- wizard.xsl  13 Dec 2007 17:24:19 -0000      1.160.2.16
+++ wizard.xsl  14 Feb 2008 17:19:33 -0000      1.160.2.17
@@ -13,7 +13,7 @@
     @author Nico Klasens
     @author Martijn Houtman
     @author Robin van Meteren
-    @version $Id: wizard.xsl,v 1.160.2.16 2007/12/13 17:24:19 michiel Exp $
+    @version $Id: wizard.xsl,v 1.160.2.17 2008/02/14 17:19:33 nklasens Exp $
 
     This xsl uses Xalan functionality to call java classes
     to format dates and call functions on nodes
@@ -1005,7 +1005,7 @@
             </span>
             <br/>
             <a href="{$uploadpage}&amp;popupid={$popupid}&amp;[EMAIL 
PROTECTED]&amp;wizard={/wizard/@instance}&amp;[EMAIL PROTECTED]" 
onclick="return doStartUpload(this);">
-              <xsl:call-template name="prompt_image_upload"/>
+              <xsl:call-template name="prompt_image_replace"/>
             </a>
           </div>
         </xsl:when>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to