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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl (-3 / +2 lines)
Lines 54-60 function verify_images() { Link Here
54
54
55
<!-- TMPL_INCLUDE NAME="cat-toolbar.inc" -->
55
<!-- TMPL_INCLUDE NAME="cat-toolbar.inc" -->
56
    <!-- TMPL_IF NAME="AmazonEnabled" -->
56
    <!-- TMPL_IF NAME="AmazonEnabled" -->
57
        <!-- TMPL_IF NAME="XSLTDetailsDisplay" -->
57
        <!-- TMPL_IF NAME="IntranetXSLTDetailsDisplay" -->
58
            <div class="yui-gc">
58
            <div class="yui-gc">
59
            <div id="catalogue_detail_biblio" class="yui-u first">
59
            <div id="catalogue_detail_biblio" class="yui-u first">
60
        <!-- TMPL_ELSE -->
60
        <!-- TMPL_ELSE -->
Lines 62-68 function verify_images() { Link Here
62
            <div id="catalogue_detail_biblio" class="yui-u first">
62
            <div id="catalogue_detail_biblio" class="yui-u first">
63
        <!-- /TMPL_IF -->
63
        <!-- /TMPL_IF -->
64
    <!-- TMPL_ELSE -->
64
    <!-- TMPL_ELSE -->
65
        <!-- TMPL_IF NAME="XSLTDetailsDisplay" -->
65
        <!-- TMPL_IF NAME="IntranetXSLTDetailsDisplay" -->
66
            <div class="yui-g">
66
            <div class="yui-g">
67
            <div id="catalogue_detail_biblio">
67
            <div id="catalogue_detail_biblio">
68
        <!-- TMPL_ELSE -->
68
        <!-- TMPL_ELSE -->
69
- 

Return to bug 5575