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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/print.css (+4 lines)
Lines 1-3 Link Here
1
.noprint {
2
	display : none;
3
}
4
1
a:link {
5
a:link {
2
	color : #000066;
6
	color : #000066;
3
	text-decoration: none;
7
	text-decoration: none;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-1 / +1 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div id="wrap">
2
<div id="wrap">
3
    <div id="header-region">
3
    <div id="header-region" class="noprint">
4
        <div class="navbar navbar-inverse navbar-static-top">
4
        <div class="navbar navbar-inverse navbar-static-top">
5
            <div class="navbar-inner">
5
            <div class="navbar-inner">
6
                <div class="container-fluid">
6
                <div class="container-fluid">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-3 / +3 lines)
Lines 3-9 Link Here
3
        <div class="container-fluid">
3
        <div class="container-fluid">
4
            <div class="row-fluid">
4
            <div class="row-fluid">
5
                <div class="span12">
5
                <div class="span12">
6
                    <div id="opaccredits">
6
                    <div id="opaccredits" class="noprint">
7
                        [% opaccredits %]
7
                        [% opaccredits %]
8
                    </div>
8
                    </div>
9
                </div>
9
                </div>
Lines 15-21 Link Here
15
        <div class="container-fluid">
15
        <div class="container-fluid">
16
            <div class="row-fluid">
16
            <div class="row-fluid">
17
                <div class="span12">
17
                <div class="span12">
18
                    <div id="koha_url" class="clearfix">
18
                    <div id="koha_url" class="clearfix noprint">
19
                        <p>Powered by
19
                        <p>Powered by
20
                        [% IF template.name.match('opac-main.tt') %]
20
                        [% IF template.name.match('opac-main.tt') %]
21
                            <a class="koha_url" href="http://koha-community.org">Koha</a>
21
                            <a class="koha_url" href="http://koha-community.org">Koha</a>
Lines 33-39 Link Here
33
    [% IF ( opaclanguagesdisplay ) %]
33
    [% IF ( opaclanguagesdisplay ) %]
34
        [% IF ( languages_loop && opaclanguagesdisplay ) %]
34
        [% IF ( languages_loop && opaclanguagesdisplay ) %]
35
            [% UNLESS ( one_language_enabled ) %]
35
            [% UNLESS ( one_language_enabled ) %]
36
                <div id="changelanguage" class="navbar navbar-fixed-bottom navbar-static-bottom">
36
                <div id="changelanguage" class="navbar navbar-fixed-bottom navbar-static-bottom noprint">
37
                    <div class="navbar-inner">
37
                    <div class="navbar-inner">
38
                        <ul id="i18nMenu" class="nav">
38
                        <ul id="i18nMenu" class="nav">
39
                            <li><p class="lang navbar-text"><strong>Languages:&nbsp;</strong></p></li>
39
                            <li><p class="lang navbar-text"><strong>Languages:&nbsp;</strong></p></li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc (-2 / +2 lines)
Lines 2-8 Link Here
2
    <div class="pagination pagination-small">
2
    <div class="pagination pagination-small">
3
        <ul>
3
        <ul>
4
        [% IF ( previous_page_offset.defined ) %]
4
        [% IF ( previous_page_offset.defined ) %]
5
            <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% previous_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |html %][% END %]">&laquo; Previous</a></li>
5
            <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% previous_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |html %][% END %]" class="noprint">&laquo; Previous</a></li>
6
        [% END %]
6
        [% END %]
7
        [% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %]
7
        [% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %]
8
            [% IF ( PAGE_NUMBER.highlight ) %]
8
            [% IF ( PAGE_NUMBER.highlight ) %]
Lines 12-18 Link Here
12
            [% END %]
12
            [% END %]
13
        [% END %]
13
        [% END %]
14
        [% IF ( next_page_offset ) %]
14
        [% IF ( next_page_offset ) %]
15
            <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% next_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |html %][% END %]">Next &raquo;</a></li>
15
            <li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% next_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |html %][% END %]" class="noprint">Next &raquo;</a></li>
16
        [% END %]
16
        [% END %]
17
        </ul>
17
        </ul>
18
    </div>
18
    </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-6 / +5 lines)
Lines 41-47 Link Here
41
                        <strong>No results found!</strong>
41
                        <strong>No results found!</strong>
42
                        <p>
42
                        <p>
43
                            [% IF ( searchdesc ) %]
43
                            [% IF ( searchdesc ) %]
44
                                No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi | html | url %]&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a>
44
                                No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi | html | url %]&amp;format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a>
45
                            [% ELSE %]
45
                            [% ELSE %]
46
                                You did not specify any search criteria.
46
                                You did not specify any search criteria.
47
                            [% END %]
47
                            [% END %]
Lines 80-86 Link Here
80
                                [% END %]
80
                                [% END %]
81
                            ).
81
                            ).
82
                        [% END %]
82
                        [% END %]
83
                        <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi |html | url %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a>
83
                        <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi |html | url %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a>
84
                    [% END # / IF total %]
84
                    [% END # / IF total %]
85
                    </p>
85
                    </p>
86
                [% END # / IF searchdesc %]
86
                [% END # / IF searchdesc %]
Lines 126-132 Link Here
126
126
127
                                <div id="toolbar" class="toolbar clearfix">
127
                                <div id="toolbar" class="toolbar clearfix">
128
                                    [% IF ( OpacHighlightedWords ) %]
128
                                    [% IF ( OpacHighlightedWords ) %]
129
                                        <div class="highlight_controls">
129
                                        <div class="highlight_controls noprint">
130
                                            <a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a>
130
                                            <a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a>
131
                                            <a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a>
131
                                            <a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a>
132
                                        </div>
132
                                        </div>
Lines 137-143 Link Here
137
                                    </div>
137
                                    </div>
138
                                </div> <!-- / #toolbar -->
138
                                </div> <!-- / #toolbar -->
139
139
140
                                <div id="selections-toolbar" class="toolbar">
140
                                <div id="selections-toolbar" class="toolbar noprint">
141
                                    <!-- checkall, clearall are now needed for placehold -->
141
                                    <!-- checkall, clearall are now needed for placehold -->
142
                                    <span class="checkall"></span>
142
                                    <span class="checkall"></span>
143
                                    <span class="clearall"></span> <span class="sep">|</span>
143
                                    <span class="clearall"></span> <span class="sep">|</span>
Lines 468-474 Link Here
468
                                                    </div> <!-- / .results_summary -->
468
                                                    </div> <!-- / .results_summary -->
469
                                                [% END # / IF OpacStarRatings %]
469
                                                [% END # / IF OpacStarRatings %]
470
470
471
                                                <div class="actions-menu">
471
                                                <div class="actions-menu noprint">
472
                                                        [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
472
                                                        [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
473
                                                            [% UNLESS ( SEARCH_RESULT.norequests ) %]
473
                                                            [% UNLESS ( SEARCH_RESULT.norequests ) %]
474
                                                                [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && AllowOnShelfHolds ) %]
474
                                                                [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && AllowOnShelfHolds ) %]
475
- 

Return to bug 12399