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

Modified Files:
      Tag: b1_6
        wizard.xsl 
Log Message:
CMSC-1280 - Assets: Relate attachment to content element - New search screen


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-1280


Index: wizard.xsl
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl/wizard.xsl,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -u -b -r1.22.2.1 -r1.22.2.2
--- wizard.xsl  17 Mar 2009 07:15:51 -0000      1.22.2.1
+++ wizard.xsl  18 Mar 2009 03:53:37 -0000      1.22.2.2
@@ -512,7 +512,7 @@
           </tr>
         </table>
       </xsl:for-each>
-      <xsl:for-each select="comma...@name=&apos;imagesselector&apos;]">
+      <xsl:for-each select="comma...@name=&apos;siteassetsselector&apos;]">
         <table class="searchcontent">
           <tr>
             <xsl:if test="prompt">
@@ -529,7 +529,7 @@
               <!-- on change the current value is copied back to the option's 
default, because of that, the user's search is stored between different types 
of search-actions -->
             </td>
             <td>
-           <a href="#" 
onclick="select_fid='{../@fid}';select_did='{../comma...@name=&apos;add-item&apos;]/@value}';getAssets('{...@nodepath}','siteimages')"
 class="button">
+           <a href="#" 
onclick="select_fid='{../@fid}';select_did='{../comma...@name=&apos;add-item&apos;]/@value}';getAssets('{...@nodepath}','siteassets')"
 class="button">
                 <xsl:for-each select="@*">
                   <xsl:copy/>
                 </xsl:for-each>
@@ -684,7 +684,7 @@
      <!-- Search is handled by the listsearch template -->
   </xsl:template>
   
-  <xsl:template match="comma...@name=&apos;imagesselector&apos;]" 
mode="listnewbuttons">
+  <xsl:template match="comma...@name=&apos;siteassetsselector&apos;]" 
mode="listnewbuttons">
      <!-- Search is handled by the listsearch template -->
   </xsl:template>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to