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

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 339-344 sub get_template_and_user { Link Here
339
            XSLTResultsDisplay           => C4::Context->preference("XSLTResultsDisplay"),
339
            XSLTResultsDisplay           => C4::Context->preference("XSLTResultsDisplay"),
340
            BranchesLoop                 => GetBranchesLoop(),
340
            BranchesLoop                 => GetBranchesLoop(),
341
            using_https                  => $in->{'query'}->https() ? 1 : 0,
341
            using_https                  => $in->{'query'}->https() ? 1 : 0,
342
            noItemTypeImages            => C4::Context->preference("noItemTypeImages"),
342
    );
343
    );
343
344
344
    if ( $in->{'type'} eq "intranet" ) {
345
    if ( $in->{'type'} eq "intranet" ) {
Lines 364-370 sub get_template_and_user { Link Here
364
            intranetstylesheet          => C4::Context->preference("intranetstylesheet"),
365
            intranetstylesheet          => C4::Context->preference("intranetstylesheet"),
365
            intranetuserjs              => C4::Context->preference("intranetuserjs"),
366
            intranetuserjs              => C4::Context->preference("intranetuserjs"),
366
            intranetbookbag             => C4::Context->preference("intranetbookbag"),
367
            intranetbookbag             => C4::Context->preference("intranetbookbag"),
367
            noItemTypeImages            => C4::Context->preference("noItemTypeImages"),
368
            suggestion                  => C4::Context->preference("suggestion"),
368
            suggestion                  => C4::Context->preference("suggestion"),
369
            virtualshelves              => C4::Context->preference("virtualshelves"),
369
            virtualshelves              => C4::Context->preference("virtualshelves"),
370
            StaffSerialIssueDisplayCount => C4::Context->preference("StaffSerialIssueDisplayCount"),
370
            StaffSerialIssueDisplayCount => C4::Context->preference("StaffSerialIssueDisplayCount"),
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmpl (-1 / +1 lines)
Lines 134-140 Link Here
134
    <table>
134
    <table>
135
        <tr>
135
        <tr>
136
    <!--TMPL_LOOP Name="itemtypeloop"-->
136
    <!--TMPL_LOOP Name="itemtypeloop"-->
137
        <td><input type="checkbox" id="<!-- TMPL_VAR NAME="ccl" -->-<!--TMPL_VAR Name="number" -->" name="limit" value="mc-<!-- TMPL_VAR NAME="ccl" -->:<!--TMPL_VAR Name="code" -->"/><label for="<!-- TMPL_VAR NAME="ccl" -->-<!--TMPL_VAR Name="number" -->"><!-- TMPL_IF name="imageurl"--><img border="0" src="<!--TMPL_VAR Name="imageurl" -->" alt="<!--TMPL_VAR Name="description" -->" /><!-- /TMPL_IF -->&nbsp;
137
        <td><input type="checkbox" id="<!-- TMPL_VAR NAME="ccl" -->-<!--TMPL_VAR Name="number" -->" name="limit" value="mc-<!-- TMPL_VAR NAME="ccl" -->:<!--TMPL_VAR Name="code" -->"/><label for="<!-- TMPL_VAR NAME="ccl" -->-<!--TMPL_VAR Name="number" -->"><!-- TMPL_UNLESS NAME="noItemTypeImages" --><!-- TMPL_IF name="imageurl"--><img border="0" src="<!--TMPL_VAR Name="imageurl" -->" alt="<!--TMPL_VAR Name="description" -->" /><!-- /TMPL_IF -->&nbsp;<!-- /TMPL_UNLESS -->
138
        <!--TMPL_VAR Name="description" --></label></td>
138
        <!--TMPL_VAR Name="description" --></label></td>
139
        <!-- TMPL_UNLESS name="count5" --><!-- TMPL_UNLESS name="__last__" --></tr><tr><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
139
        <!-- TMPL_UNLESS name="count5" --><!-- TMPL_UNLESS name="__last__" --></tr><tr><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
140
    <!--/TMPL_LOOP-->
140
    <!--/TMPL_LOOP-->
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl (-1 / +1 lines)
Lines 395-401 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
395
		<th>Date Due</th>
395
		<th>Date Due</th>
396
	    </tr></thead>
396
	    </tr></thead>
397
	    <tbody><!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
397
	    <tbody><!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
398
	    <tr><!-- TMPL_IF NAME="item-level_itypes" --><td><!-- TMPL_IF NAME="imageurl" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" title="<!-- TMPL_VAR NAME="description" -->" alt="<!-- TMPL_VAR NAME="description" -->" /><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="description" --></td><!-- /TMPL_IF -->
398
	    <tr><!-- TMPL_IF NAME="item-level_itypes" --><td><!-- TMPL_UNLESS NAME="noItemTypeImages" --><!-- TMPL_IF NAME="imageurl" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" title="<!-- TMPL_VAR NAME="description" -->" alt="<!-- TMPL_VAR NAME="description" -->" /><!-- /TMPL_IF --><!-- /TMPL_UNLESS --> <!-- TMPL_VAR NAME="description" --></td><!-- /TMPL_IF -->
399
		<td><!-- TMPL_UNLESS NAME="singleBranchMode" --><!-- TMPL_IF name="branchurl" --><a href="<!-- TMPL_VAR NAME="branchurl" -->"><!-- TMPL_VAR NAME="branchname" --></a><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF --><!-- /TMPL_UNLESS --> <!-- TMPL_VAR NAME="location_description" --> </td>
399
		<td><!-- TMPL_UNLESS NAME="singleBranchMode" --><!-- TMPL_IF name="branchurl" --><a href="<!-- TMPL_VAR NAME="branchurl" -->"><!-- TMPL_VAR NAME="branchname" --></a><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF --><!-- /TMPL_UNLESS --> <!-- TMPL_VAR NAME="location_description" --> </td>
400
		<!-- TMPL_IF NAME="itemdata_ccode" --><td><!-- TMPL_VAR NAME="ccode" --></td><!-- /TMPL_IF -->
400
		<!-- TMPL_IF NAME="itemdata_ccode" --><td><!-- TMPL_VAR NAME="ccode" --></td><!-- /TMPL_IF -->
401
		<td><!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="OPACShelfBrowser" -->(<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;shelfbrowse_itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->#shelfbrowser">Browse Shelf</a>)<!-- /TMPL_IF --></td>
401
		<td><!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="OPACShelfBrowser" -->(<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;shelfbrowse_itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->#shelfbrowser">Browse Shelf</a>)<!-- /TMPL_IF --></td>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tmpl (-2 / +2 lines)
Lines 54-60 You have never borrowed anything from this library. Link Here
54
<div class="ui-tabs-panel"><table id="readingrec">
54
<div class="ui-tabs-panel"><table id="readingrec">
55
<tr>
55
<tr>
56
<th colspan="2">Title</th>
56
<th colspan="2">Title</th>
57
<!-- TMPL_UNLESS NAME="item-level_itypes" --><th>Item Type</th><!-- /TMPL_UNLESS -->
57
<!-- TMPL_UNLESS NAME="noItemTypeImages" --><th>Item Type</th><!-- /TMPL_UNLESS -->
58
<th>Call No.</th>
58
<th>Call No.</th>
59
<th>Date</th>
59
<th>Date</th>
60
</tr>
60
</tr>
Lines 80-86 You have never borrowed anything from this library. Link Here
80
                    <span class="item-details">
80
                    <span class="item-details">
81
                        <!-- TMPL_VAR NAME="author" -->
81
                        <!-- TMPL_VAR NAME="author" -->
82
                    </span></td>
82
                    </span></td>
83
<!-- TMPL_UNLESS NAME="item-level_itypes" --><td><!-- TMPL_IF NAME="imageurl" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" title="<!-- TMPL_VAR name="itypedescription" -->" alt="<!-- TMPL_VAR NAME="itypedescription" -->" /><!-- /TMPL_IF --> <!-- TMPL_VAR name="itypedescription" --></td><!-- /TMPL_UNLESS -->
83
<!-- TMPL_UNLESS NAME="noItemTypeImages" --><td><!-- TMPL_IF NAME="imageurl" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="" /><!-- /TMPL_IF --> <!-- TMPL_VAR name="description" --></td><!-- /TMPL_UNLESS -->
84
<td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
84
<td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
85
<td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(Checked out)</em><!-- /TMPL_IF --></td>
85
<td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(Checked out)</em><!-- /TMPL_IF --></td>
86
</tr>
86
</tr>
(-)a/opac/opac-readingrecord.pl (-1 / +1 lines)
Lines 95-100 foreach my $issue (@{$issues} ) { Link Here
95
    $line{date_due}        = format_date( $issue->{'date_due'} );
95
    $line{date_due}        = format_date( $issue->{'date_due'} );
96
    $line{returndate}      = format_date( $issue->{'returndate'} );
96
    $line{returndate}      = format_date( $issue->{'returndate'} );
97
    $line{volumeddesc}     = $issue->{'volumeddesc'};
97
    $line{volumeddesc}     = $issue->{'volumeddesc'};
98
    $issue->{'itemtype'}   = C4::Context->preference('item-level_itypes') ? $issue->{'itype'} : $issue->{'itemtype'};
98
    if($issue->{'itemtype'}) {
99
    if($issue->{'itemtype'}) {
99
        $line{'description'}   = $itemtypes->{ $issue->{'itemtype'} }->{'description'};
100
        $line{'description'}   = $itemtypes->{ $issue->{'itemtype'} }->{'description'};
100
        $line{imageurl}        = getitemtypeimagelocation( 'opac', $itemtypes->{ $issue->{'itemtype'}  }->{'imageurl'} );
101
        $line{imageurl}        = getitemtypeimagelocation( 'opac', $itemtypes->{ $issue->{'itemtype'}  }->{'imageurl'} );
101
- 

Return to bug 4359