[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kupu-checkins
Subject:    [kupu-checkins] r5404 - kupu/trunk/kupu/common/kupudrawers
From:       paul () codespeak ! net
Date:       2004-06-30 10:02:43
Message-ID: 20040630100243.463BB5B260 () thoth ! codespeak ! net
[Download RAW message or body]

Author: paul
Date: Wed Jun 30 12:02:42 2004
New Revision: 5404

Modified:
   kupu/trunk/kupu/common/kupudrawers/librarydrawer.xsl
Log:
This is a fix for the bug where the properties panel (right column) 
wasn't getting filled in on a click.  Mistake was that resource elements 
aren't directly contained in library elements, so the XPath 
expression returned nothing and didn't apply the template.


Modified: kupu/trunk/kupu/common/kupudrawers/librarydrawer.xsl
==============================================================================
--- kupu/trunk/kupu/common/kupudrawers/librarydrawer.xsl	(original)
+++ kupu/trunk/kupu/common/kupudrawers/librarydrawer.xsl	Wed Jun 30 12:02:42 2004
@@ -48,7 +48,7 @@
                                     </td>
                                     <td id="kupu-propertiespanel" width="39%">
                                         <div id="kupu-properties" class="overflow">
-                                            <xsl:apply-templates \
select="/libraries/library[@selected]/resource[@selected]" mode="properties"/> +      \
<xsl:apply-templates select="/libraries/library[@selected]//resource[@selected]" \
mode="properties"/>  </div>
                                     </td>
                                 </tr>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic