http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12655

Bernardo Gonzalez Kriegel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |[email protected]

--- Comment #2 from Bernardo Gonzalez Kriegel <[email protected]> ---
This works for you? Not for me :(

First 'opacthemes' need to be added to C4/XSLT.pm list of usable sysprefs

Second I think the proper syntax is

<xsl:element name="img">
  <xsl:attribute name="src">/opac-tmpl/<xsl:value-of
select="$theme"/>/images/filefind.png</xsl:attribute>
  <xsl:attribute name="style">vertical-align:middle</xsl:attribute>
  <xsl:attribute name="height">15</xsl:attribute>
  <xsl:attribute name="width">15</xsl:attribute>
</xsl:element>

With your patch i got "http://.../opac-tmpl/%24theme/images/filefind.png";

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to