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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc (-1 / +1 lines)
Lines 4-10 Link Here
4
[% IF ( opacfacets ) %]
4
[% IF ( opacfacets ) %]
5
[% IF ( facets_loop ) %]
5
[% IF ( facets_loop ) %]
6
<div id="search-facets">
6
<div id="search-facets">
7
<h4>Refine your search</h4>
7
<h2>Refine your search</h2>
8
<ul>
8
<ul>
9
    <li id="availability_facet">Availability<ul><li>[% IF ( available ) %]<strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi | $raw %][% limit_cgi_not_availablity | $raw %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by | uri %][% END %]">Show all items</a>[% ELSE %]<a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by | uri %][% END %]&amp;limit=available">Limit to currently available items</a>[% END %]</li></ul>
9
    <li id="availability_facet">Availability<ul><li>[% IF ( available ) %]<strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi | $raw %][% limit_cgi_not_availablity | $raw %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by | uri %][% END %]">Show all items</a>[% ELSE %]<a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by | uri %][% END %]&amp;limit=available">Limit to currently available items</a>[% END %]</li></ul>
10
	[% IF ( related ) %] <li>(related searches: [% FOREACH relate IN related %][% relate.related_search | html %][% END %])</li>[% END %]
10
	[% IF ( related ) %] <li>(related searches: [% FOREACH relate IN related %][% relate.related_search | html %][% END %])</li>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-1 / +1 lines)
Lines 167-173 Link Here
167
      </ul>
167
      </ul>
168
    [% FOREACH advsearchloo IN advancedsearchesloop %]
168
    [% FOREACH advsearchloo IN advancedsearchesloop %]
169
    <div id="advsearch-[% advsearchloo.advanced_search_type | html %]" class="advsearch">
169
    <div id="advsearch-[% advsearchloo.advanced_search_type | html %]" class="advsearch">
170
    <h4>Limit to any of the following:</h4>
170
        <p><strong>Limit to any of the following:<strong></p>
171
    <table>
171
    <table>
172
        <tr>
172
        <tr>
173
    [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
173
    [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 910-916 Note that permanent location is a code, and location may be an authval. Link Here
910
[% END %]
910
[% END %]
911
911
912
[% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]
912
[% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]
913
<div id="editions"><h4>Editions</h4>
913
<div id="editions"><h2>Editions</h2>
914
<table>
914
<table>
915
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
915
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
916
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
916
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
Lines 1011-1017 Note that permanent location is a code, and location may be an authval. Link Here
1011
    <div class="modal-content">
1011
    <div class="modal-content">
1012
    <div class="modal-header">
1012
    <div class="modal-header">
1013
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1013
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1014
        <h3 id="marcPreviewLabel">MARC preview</h3>
1014
        <h2 id="marcPreviewLabel">MARC preview</h2>
1015
    </div>
1015
    </div>
1016
    <div class="modal-body">
1016
    <div class="modal-body">
1017
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
1017
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +1 lines)
Lines 54-60 Link Here
54
[% INCLUDE 'cat-toolbar.inc' %]
54
[% INCLUDE 'cat-toolbar.inc' %]
55
55
56
<h1>Images for <em>[% INCLUDE 'biblio-title.inc' %]</em></h1>
56
<h1>Images for <em>[% INCLUDE 'biblio-title.inc' %]</em></h1>
57
<h4>[% biblio.author | html %]</h4>
57
<h2>[% biblio.author | html %]</h2>
58
58
59
[% IF ( LocalCoverImages == 1 ) %]
59
[% IF ( LocalCoverImages == 1 ) %]
60
    [% IF images.size %]
60
    [% IF images.size %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-3 / +3 lines)
Lines 39-52 Link Here
39
        <div class="col-sm-10 col-sm-push-2">
39
        <div class="col-sm-10 col-sm-push-2">
40
            <main>
40
            <main>
41
41
42
<h1>Checkout history for [% INCLUDE 'biblio-title.inc' %]</h1>
42
<h1>Checkout history for [% INCLUDE 'biblio-title.inc' %]
43
[% IF biblio.author %]<h3>by [% biblio.author | html %]</h3>[% END %]
43
[% IF biblio.author %]by [% biblio.author | html %]</h1>[% END %]
44
44
45
[% SET show_patron_column = Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %]
45
[% SET show_patron_column = Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %]
46
46
47
<div class="searchresults">
47
<div class="searchresults">
48
    [% IF checkouts %]
48
    [% IF checkouts %]
49
        <h4>Checked out [% checkouts.size | html %] times</h4>
49
        <h2>Checked out [% checkouts.size | html %] times</h2>
50
        <table id="table_issues">
50
        <table id="table_issues">
51
            <thead><tr>
51
            <thead><tr>
52
            [% IF show_patron_column %]
52
            [% IF show_patron_column %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-1 lines)
Lines 90-96 Link Here
90
            </aside>
90
            </aside>
91
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
91
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
92
     </div> <!-- /.row -->
92
     </div> <!-- /.row -->
93
[% END %]
94
93
95
[% MACRO jsinclude BLOCK %]
94
[% MACRO jsinclude BLOCK %]
96
    [% INCLUDE 'catalog-strings.inc' %]
95
    [% INCLUDE 'catalog-strings.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-2 / +4 lines)
Lines 46-53 Link Here
46
<div id="catalogue_detail_biblio">
46
<div id="catalogue_detail_biblio">
47
47
48
    <h2>[% title | html %]</h2>
48
    <h2>[% title | html %]</h2>
49
    [% IF ( subtitle ) %]<h4>[% FOREACH subtitl IN subtitle %] [% subtitl | html %][% END %]</h4>[% END %]
49
    <h2>
50
    [% IF ( author ) %]<h4>by [% author | html %]</h4>[% END %]
50
    [% IF ( subtitle ) %][% FOREACH subtitl IN subtitle %] [% subtitl | html %][% END %][% END %]
51
    [% IF ( author ) %]by [% author | html %][% END %]
52
    </h2>
51
    <div class="listgroup">
53
    <div class="listgroup">
52
    <div class="rows">
54
    <div class="rows">
53
    <ol class="bibliodetails">
55
    <ol class="bibliodetails">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-3 / +3 lines)
Lines 73-81 Link Here
73
73
74
                [% IF ( total ) %]
74
                [% IF ( total ) %]
75
75
76
                    <h3>
76
                    <h2>
77
                        [% total | html %] result(s) found [% IF ( query_desc ) %]for <span class="results_query_desc">'[% query_desc | html %]'</span>[% END %][% IF limit_desc  %]&nbsp;with limit(s): <span class="results_limit_desc">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %].
77
                        [% total | html %] result(s) found [% IF ( query_desc ) %]for <span class="results_query_desc">'[% query_desc | html %]'</span>[% END %][% IF limit_desc  %]&nbsp;with limit(s): <span class="results_limit_desc">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %].
78
                    </h3>
78
                    </h2>
79
79
80
                    <div class="searchheader" id="searchheader">
80
                    <div class="searchheader" id="searchheader">
81
                        <div id="selection_ops">
81
                        <div id="selection_ops">
Lines 321-327 Link Here
321
                        <form method="post" name="fz3950" class="fz3950bigrpad">
321
                        <form method="post" name="fz3950" class="fz3950bigrpad">
322
                            <button class="btn btn-default" type="button" id="z3950submit"><i class="fa fa-search"></i> Z39.50/SRU search</button>
322
                            <button class="btn btn-default" type="button" id="z3950submit"><i class="fa fa-search"></i> Z39.50/SRU search</button>
323
                        </form>
323
                        </form>
324
                        <h3>No results found</h3>
324
                        <h2>No results found</h2>
325
                        [% IF ( searchdesc ) %]
325
                        [% IF ( searchdesc ) %]
326
                            <p>
326
                            <p>
327
                                No results match your search [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc | html %]'</span>[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %].
327
                                No results match your search [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc | html %]'</span>[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %].
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-4 / +3 lines)
Lines 156-169 Link Here
156
            </table>
156
            </table>
157
        [% END %]
157
        [% END %]
158
        [% IF !items || items.size == 0 %]
158
        [% IF !items || items.size == 0 %]
159
            <h1>No physical items for this record</h1>
159
            <h2>No physical items for this record</h2>
160
        [% END %]
160
        [% END %]
161
        [% IF !rotas || rotas.count == 0 %]
161
        [% IF !rotas || rotas.count == 0 %]
162
            <h1>There are no rotas with stages assigned</h1>
162
            <h2>There are no rotas with stages assigned</h2>
163
        [% END %]
163
        [% END %]
164
    [% ELSIF op == 'confirm_remove_from_rota' %]
164
    [% ELSIF op == 'confirm_remove_from_rota' %]
165
        <div class="dialog alert">
165
        <div class="dialog alert">
166
            <h3>Are you sure you want to remove this item from it's rota?</h3>
166
            <h1>Are you sure you want to remove this item from it's rota?</h1>
167
            <p>
167
            <p>
168
                <a class="btn btn-default btn-xs approve" href="?op=remove_item_from_stage&amp;stage_id=[% stage_id | uri %]&amp;item_id=[% item_id | uri %]&amp;biblionumber=[% biblionumber | uri %]"><i class="fa fa-fw fa-check"></i>Yes</a>
168
                <a class="btn btn-default btn-xs approve" href="?op=remove_item_from_stage&amp;stage_id=[% stage_id | uri %]&amp;item_id=[% item_id | uri %]&amp;biblionumber=[% biblionumber | uri %]"><i class="fa fa-fw fa-check"></i>Yes</a>
169
                <a class="btn btn-default btn-xs deny" href="?biblionumber=[% biblionumber | uri %]"><i class="fa fa-fw fa-remove"></i>No</a>
169
                <a class="btn btn-default btn-xs deny" href="?biblionumber=[% biblionumber | uri %]"><i class="fa fa-fw fa-remove"></i>No</a>
170
- 

Return to bug 27741