View | Details | Raw Unified | Return to bug 8614
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/famfamfam/mini/readme.txt (-1 / +1 lines)
Lines 1-2 Link Here
1
mini icons - famfamfam.com
1
mini icons - famfamfam.com
2
Contact: mjames@gmail.com
2
Contact: mjames@gmail.com
(-)a/koha-tmpl/opac-tmpl/prog/famfamfam/readme.txt (-1 / +1 lines)
Lines 1-2 Link Here
1
mini icons - famfamfam.com
1
mini icons - famfamfam.com
2
Contact: mjames@gmail.com
2
Contact: mjames@gmail.com
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt (-1 / +1 lines)
Lines 491-497 Link Here
491
                                         value="[% itemLoo.itemnumber %]" />
491
                                         value="[% itemLoo.itemnumber %]" />
492
                                [% ELSE %]
492
                                [% ELSE %]
493
                                  <input disabled="disabled" type="radio" class="checkitem" name="checkitem" value="[% itemLoo.itemnumber %]" />
493
                                  <input disabled="disabled" type="radio" class="checkitem" name="checkitem" value="[% itemLoo.itemnumber %]" />
494
                                  <img src="/opac-tmpl/[% theme %]/famfamfam/silk/cross.png" alt="Cannot be put on hold" title="Cannot be put on hold" />
494
                                  <img src="/opac-tmpl/lib/famfamfam/silk/cross.png" alt="Cannot be put on hold" title="Cannot be put on hold" />
495
                                [% END %] [% IF ( itemLoo.copynumber ) %][% itemLoo.copynumber %][% END %]
495
                                [% END %] [% IF ( itemLoo.copynumber ) %][% itemLoo.copynumber %][% END %]
496
                              </td>
496
                              </td>
497
                              [% IF ( item_level_itypes ) %]
497
                              [% IF ( item_level_itypes ) %]
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +1 lines)
Lines 151-157 Link Here
151
   <xsl:if test="$DisplayOPACiconsXSLT!='0'">
151
   <xsl:if test="$DisplayOPACiconsXSLT!='0'">
152
        <xsl:if test="$materialTypeCode!=''">
152
        <xsl:if test="$materialTypeCode!=''">
153
        <span class="results_summary type"><span class="label">Type: </span>
153
        <span class="results_summary type"><span class="label">Type: </span>
154
        <xsl:element name="img"><xsl:attribute name="src">/opac-tmpl/prog/famfamfam/<xsl:value-of select="$materialTypeCode"/>.png</xsl:attribute><xsl:attribute name="alt">materialTypeLabel</xsl:attribute><xsl:attribute name="class">materialtype</xsl:attribute></xsl:element>
154
        <xsl:element name="img"><xsl:attribute name="src">/opac-tmpl/lib/famfamfam/<xsl:value-of select="$materialTypeCode"/>.png</xsl:attribute><xsl:attribute name="alt">materialTypeLabel</xsl:attribute><xsl:attribute name="class">materialtype</xsl:attribute></xsl:element>
155
        <xsl:value-of select="$materialTypeLabel"/>
155
        <xsl:value-of select="$materialTypeLabel"/>
156
        </span>
156
        </span>
157
        </xsl:if>
157
        </xsl:if>
158
- 

Return to bug 8614