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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-2 / +1 lines)
Lines 39-48 Link Here
39
            <main>
39
            <main>
40
40
41
[% INCLUDE 'acquisitions-toolbar.inc' %]
41
[% INCLUDE 'acquisitions-toolbar.inc' %]
42
<h1>Search for vendor</h1>
43
[% UNLESS ( count == 1 ) %]
42
[% UNLESS ( count == 1 ) %]
44
    [% UNLESS count %]
43
    [% UNLESS count %]
45
        <h1>Your search returned no results.</h1>
44
        <h1>Your vendor search returned no results.</h1>
46
    [% ELSIF ( supplier.length < 1 ) %]
45
    [% ELSIF ( supplier.length < 1 ) %]
47
        <h1>Vendor search: [% count | html %] results found</h1>
46
        <h1>Vendor search: [% count | html %] results found</h1>
48
    [% ELSE %]
47
    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-8 lines)
Lines 83-96 Link Here
83
            <main>
83
            <main>
84
                <div class="row">
84
                <div class="row">
85
85
86
                    <h1>
87
                        [% IF ( unknownbiblionumber ) %]
88
                            Unknown record
89
                        [% ELSE %]
90
                            Details for [% INCLUDE 'biblio-title-head.inc' %]
91
                        [% END %]
92
                    </h1>
93
94
[% IF ( unknownbiblionumber ) %]
86
[% IF ( unknownbiblionumber ) %]
95
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
87
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
96
[% ELSE %]
88
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-7 / +6 lines)
Lines 44-49 Link Here
44
        <div class="col-sm-10 col-sm-push-2">
44
        <div class="col-sm-10 col-sm-push-2">
45
            <main>
45
            <main>
46
46
47
    [% IF ( unknownbiblionumber ) %]
48
        <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
49
    [% ELSE %]
50
51
                [% INCLUDE 'cat-toolbar.inc' %]
52
47
                <h1>
53
                <h1>
48
                    [% IF ( unknownbiblionumber ) %]
54
                    [% IF ( unknownbiblionumber ) %]
49
                        Unknown record
55
                        Unknown record
Lines 52-64 Link Here
52
                    [% END %]
58
                    [% END %]
53
                </h1>
59
                </h1>
54
60
55
    [% IF ( unknownbiblionumber ) %]
56
        <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
57
    [% ELSE %]
58
59
					[% INCLUDE 'cat-toolbar.inc' %]
60
61
					[% END %]
62
                    <p><strong>With framework:
61
                    <p><strong>With framework:
63
                    <select name="Frameworks" id="Frameworks" onchange="Changefwk(this);">
62
                    <select name="Frameworks" id="Frameworks" onchange="Changefwk(this);">
64
                        <option value="">Default</option>
63
                        <option value="">Default</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (-2 / +2 lines)
Lines 42-51 Link Here
42
        <div class="col-sm-10 col-sm-push-2">
42
        <div class="col-sm-10 col-sm-push-2">
43
            <main>
43
            <main>
44
44
45
                <h1>Circulation statistics for [% title | html %]</h1>
45
                <h1>Circulation statistics for [% title | html %] [% IF ( author ) %] by [% author |html %][% END %]</h1>
46
46
47
[% INCLUDE 'blocking_errors.inc' %]
47
[% INCLUDE 'blocking_errors.inc' %]
48
<h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
48
49
<h3>Barcode [% barcode | html %]</h3>
49
<h3>Barcode [% barcode | html %]</h3>
50
<table>
50
<table>
51
        <tr><th>Home library</th><th>Current library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
51
        <tr><th>Home library</th><th>Current library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 35-41 Link Here
35
        [% END %]
35
        [% END %]
36
            <main>
36
            <main>
37
37
38
            <h1>Branch transfers</h1>
38
            <h1>Transfer items</h1>
39
39
40
[% IF ( found ) %]
40
[% IF ( found ) %]
41
    <h3>Reserve found</h3>
41
    <h3>Reserve found</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt (-2 / +2 lines)
Lines 34-43 Link Here
34
        <div class="col-sm-10 col-sm-push-2">
34
        <div class="col-sm-10 col-sm-push-2">
35
            <main>
35
            <main>
36
36
37
                <h1>Files</h1>
38
39
                [% INCLUDE 'members-toolbar.inc' %]
37
                [% INCLUDE 'members-toolbar.inc' %]
40
38
39
                <h1>Files</h1>
40
41
                [% IF errors %]
41
                [% IF errors %]
42
                    <div class="dialog alert">
42
                    <div class="dialog alert">
43
                        [% IF errors.empty_upload %]The file you are attempting to upload has no contents.[% END %]
43
                        [% IF errors.empty_upload %]The file you are attempting to upload has no contents.[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-3 / +2 lines)
Lines 87-96 Link Here
87
        <div class="col-sm-10 col-sm-push-2">
87
        <div class="col-sm-10 col-sm-push-2">
88
            <main>
88
            <main>
89
89
90
                <!-- Title -->
90
                [% INCLUDE 'members-toolbar.inc' %]
91
                <h1>Housebound details for [% INCLUDE 'patron-title.inc' %]</h1>
92
91
93
        [% INCLUDE 'members-toolbar.inc' %]
92
                <h1>Housebound details for [% INCLUDE 'patron-title.inc' %]</h1>
94
93
95
            [% FOR m IN messages %]
94
            [% FOR m IN messages %]
96
                <div class="dialog [% m.type | html %]">
95
                <div class="dialog [% m.type | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-1 / +1 lines)
Lines 37-44 Link Here
37
    <div class="row">
37
    <div class="row">
38
        <div class="col-sm-10 col-sm-push-2">
38
        <div class="col-sm-10 col-sm-push-2">
39
            <main>
39
            <main>
40
                <h1>ILL requests history</h1>
41
                [% INCLUDE 'members-toolbar.inc' %]
40
                [% INCLUDE 'members-toolbar.inc' %]
41
                <h1>ILL requests history</h1>
42
                [% INCLUDE 'ill-list-table.inc' %]
42
                [% INCLUDE 'ill-list-table.inc' %]
43
            </main>
43
            </main>
44
        </div> <!-- .col-sm-10.col-sm-push-2 -->
44
        </div> <!-- .col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +1 lines)
Lines 35-42 Link Here
35
        <div class="col-sm-10 col-sm-push-2">
35
        <div class="col-sm-10 col-sm-push-2">
36
            <main>
36
            <main>
37
37
38
                <h1>Purchase suggestions</h1>
39
                [% INCLUDE 'members-toolbar.inc' %]
38
                [% INCLUDE 'members-toolbar.inc' %]
39
                <h1>Purchase suggestions</h1>
40
40
41
                <div id="toolbar" class="btn-toolbar">
41
                <div id="toolbar" class="btn-toolbar">
42
                    <a class="btn btn-default" id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add&amp;suggestedby=[% patron.borrowernumber | html %]&amp;redirect=purchase_suggestions&amp;borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-plus"></i> New purchase suggestion</a>
42
                    <a class="btn btn-default" id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add&amp;suggestedby=[% patron.borrowernumber | html %]&amp;redirect=purchase_suggestions&amp;borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-plus"></i> New purchase suggestion</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-3 / +1 lines)
Lines 36-44 Link Here
36
        <div class="col-sm-10 col-sm-push-2">
36
        <div class="col-sm-10 col-sm-push-2">
37
            <main>
37
            <main>
38
38
39
<h1>Circulation history</h1>
40
41
[% INCLUDE 'members-toolbar.inc' %]
39
[% INCLUDE 'members-toolbar.inc' %]
40
<h1>Circulation history</h1>
42
41
43
[% UNLESS Koha.Preference('intranetreadinghistory') %]
42
[% UNLESS Koha.Preference('intranetreadinghistory') %]
44
    <div class="dialog alert">Staff members are not allowed to access patron's checkout history</div>
43
    <div class="dialog alert">Staff members are not allowed to access patron's checkout history</div>
45
- 

Return to bug 27631