Update of /var/cvs/contributions/natmm/templates/mmbase/edit/wizard/data/xsl
In directory 
james.mmbase.org:/tmp/cvs-serv7358/templates/mmbase/edit/wizard/data/xsl

Modified Files:
        list.xsl 
Log Message:
NMCMS-56 - Use the localized prompts file instead.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/natmm/templates/mmbase/edit/wizard/data/xsl
See also: http://www.mmbase.org/jira/browse/NMCMS-56


Index: list.xsl
===================================================================
RCS file: 
/var/cvs/contributions/natmm/templates/mmbase/edit/wizard/data/xsl/list.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- list.xsl    18 Apr 2008 14:52:00 -0000      1.4
+++ list.xsl    21 Apr 2008 11:53:52 -0000      1.5
@@ -7,7 +7,7 @@
     @author Kars Veling
     @author Michiel Meeuwissen
     @author Nico Klasens
-    @version $Id: list.xsl,v 1.4 2008/04/18 14:52:00 jkoster Exp $
+    @version $Id: list.xsl,v 1.5 2008/04/21 11:53:52 jkoster Exp $
     @version added newfromlist functionality
   -->
 
@@ -23,6 +23,9 @@
   <xsl:param name="deletedescription">
     <xsl:value-of select="$tooltip_delete" />
   </xsl:param>
+  <xsl:param name="removedescription">
+    <xsl:value-of select="$tooltip_remove" />
+  </xsl:param>
 
   <xsl:param name="age" />
   <xsl:param name="searchvalue" />
@@ -318,7 +321,7 @@
             <xsl:if test="$newfromlist!=&apos;-1&apos;">
               <a
                 href="{$deletepage}&amp;wizard={$wizard}&amp;[EMAIL PROTECTED]"
-                title="Verwijder dit item uit de lijst (blijft bestaan in de 
database).">
+                title="{$removedescription}">
                 <xsl:call-template name="prompt_remove" />
               </a>
             </xsl:if>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to