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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt (+8 lines)
Lines 50-55 Link Here
50
        <div class="col-sm-10 col-sm-push-2">
50
        <div class="col-sm-10 col-sm-push-2">
51
            <main>
51
            <main>
52
52
53
                <h1>
54
                    [% IF ( unknownbiblionumber ) %]
55
                        Unknown record
56
                    [% ELSE %]
57
                        ISBD details for [% INCLUDE 'biblio-title-head.inc' %]
58
                    [% END %]
59
                </h1>
60
53
[% IF ( unknownbiblionumber ) %]
61
[% IF ( unknownbiblionumber ) %]
54
    <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
62
    <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
55
[% ELSE %]
63
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (+1 lines)
Lines 52-57 Link Here
52
            <main>
52
            <main>
53
53
54
[% IF ( unknownbiblionumber ) %]
54
[% IF ( unknownbiblionumber ) %]
55
    <h1>Unknown record</h1>
55
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
56
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
56
[% ELSE %]
57
[% ELSE %]
57
58
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (+8 lines)
Lines 83-88 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
86
[% IF ( unknownbiblionumber ) %]
94
[% IF ( unknownbiblionumber ) %]
87
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
95
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
88
[% ELSE %]
96
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
53
54
[% INCLUDE 'cat-toolbar.inc' %]
54
[% INCLUDE 'cat-toolbar.inc' %]
55
55
56
<h3>Images for <em>[% INCLUDE 'biblio-title.inc' %]</em></h3>
56
<h1>Images for <em>[% INCLUDE 'biblio-title.inc' %]</em></h1>
57
<h4>[% biblio.author | html %]</h4>
57
<h4>[% biblio.author | html %]</h4>
58
58
59
[% IF ( LocalCoverImages == 1 ) %]
59
[% IF ( LocalCoverImages == 1 ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-2 / +8 lines)
Lines 44-57 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
                <h1>
48
                    [% IF ( unknownbiblionumber ) %]
49
                        Unknown record
50
                    [% ELSE %]
51
                        Labeled MARC biblio : [% biblionumber | html %]  ( [% bibliotitle | html %] )
52
                    [% END %]
53
                </h1>
54
47
    [% IF ( unknownbiblionumber ) %]
55
    [% IF ( unknownbiblionumber ) %]
48
        <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
56
        <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
49
    [% ELSE %]
57
    [% ELSE %]
50
58
51
					[% INCLUDE 'cat-toolbar.inc' %]
59
					[% INCLUDE 'cat-toolbar.inc' %]
52
60
53
					[% UNLESS ( popup ) %]
54
                        <h1>Labeled MARC biblio : [% biblionumber | html %]  ( [% bibliotitle | html %] )</h1>
55
					[% END %]
61
					[% END %]
56
                    <p><strong>With framework:
62
                    <p><strong>With framework:
57
                    <select name="Frameworks" id="Frameworks" onchange="Changefwk(this);">
63
                    <select name="Frameworks" id="Frameworks" onchange="Changefwk(this);">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (+2 lines)
Lines 39-44 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>Item details for [% INCLUDE 'biblio-title-head.inc' %]</h1>
43
42
[% INCLUDE 'cat-toolbar.inc' %]
44
[% INCLUDE 'cat-toolbar.inc' %]
43
45
44
<div id="catalogue_detail_biblio">
46
<div id="catalogue_detail_biblio">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (+2 lines)
Lines 52-57 Link Here
52
        <div class="col-sm-10 col-sm-push-2">
52
        <div class="col-sm-10 col-sm-push-2">
53
            <main>
53
            <main>
54
54
55
            <h1>Search results</h1>
56
55
                [% IF ( outer_sup_results_loop ) %]
57
                [% IF ( outer_sup_results_loop ) %]
56
                    <div class="row">
58
                    <div class="row">
57
                        <div class="col-sm-8">
59
                        <div class="col-sm-8">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +2 lines)
Lines 37-42 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
37
        <div class="col-sm-10 col-sm-push-2">
37
        <div class="col-sm-10 col-sm-push-2">
38
            <main>
38
            <main>
39
39
40
                <h1>Results for tag <em>[% tag | html %]</em></h1>
41
40
[% IF ( titles ) %]
42
[% IF ( titles ) %]
41
<h3>Titles tagged with the term <em>[% tag | html %]</em></h3>
43
<h3>Titles tagged with the term <em>[% tag | html %]</em></h3>
42
<table id="itemst">
44
<table id="itemst">
43
- 

Return to bug 27631