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 30-35 Link Here
30
        <div class="col-sm-10 col-sm-push-2">
30
        <div class="col-sm-10 col-sm-push-2">
31
            <main>
31
            <main>
32
32
33
                <h1>
34
                    [% IF ( unknownbiblionumber ) %]
35
                        Unknown record
36
                    [% ELSE %]
37
                        ISBD details for [% INCLUDE 'biblio-title-head.inc' %]
38
                    [% END %]
39
                </h1>
40
33
[% IF ( unknownbiblionumber ) %]
41
[% IF ( unknownbiblionumber ) %]
34
    <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
42
    <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
35
[% ELSE %]
43
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (+1 lines)
Lines 32-37 Link Here
32
            <main>
32
            <main>
33
33
34
[% IF ( unknownbiblionumber ) %]
34
[% IF ( unknownbiblionumber ) %]
35
    <h1>Unknown record</h1>
35
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
36
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
36
[% ELSE %]
37
[% ELSE %]
37
38
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (+8 lines)
Lines 61-66 Link Here
61
            <main>
61
            <main>
62
                <div class="row">
62
                <div class="row">
63
63
64
                    <h1>
65
                        [% IF ( unknownbiblionumber ) %]
66
                            Unknown record
67
                        [% ELSE %]
68
                            Details for [% INCLUDE 'biblio-title-head.inc' %]
69
                        [% END %]
70
                    </h1>
71
64
[% IF ( unknownbiblionumber ) %]
72
[% IF ( unknownbiblionumber ) %]
65
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
73
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
66
[% ELSE %]
74
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
36
37
[% INCLUDE 'cat-toolbar.inc' %]
37
[% INCLUDE 'cat-toolbar.inc' %]
38
38
39
<h3>Images for <em>[% INCLUDE 'biblio-title.inc' %]</em></h3>
39
<h1>Images for <em>[% INCLUDE 'biblio-title.inc' %]</em></h1>
40
<h4>[% biblio.author | html %]</h4>
40
<h4>[% biblio.author | html %]</h4>
41
41
42
[% IF ( LocalCoverImages == 1 ) %]
42
[% IF ( LocalCoverImages == 1 ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-2 / +8 lines)
Lines 34-47 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>
38
                    [% IF ( unknownbiblionumber ) %]
39
                        Unknown record
40
                    [% ELSE %]
41
                        Labeled MARC biblio : [% biblionumber | html %]  ( [% bibliotitle | html %] )
42
                    [% END %]
43
                </h1>
44
37
    [% IF ( unknownbiblionumber ) %]
45
    [% IF ( unknownbiblionumber ) %]
38
        <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
46
        <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
39
    [% ELSE %]
47
    [% ELSE %]
40
48
41
					[% INCLUDE 'cat-toolbar.inc' %]
49
					[% INCLUDE 'cat-toolbar.inc' %]
42
50
43
					[% UNLESS ( popup ) %]
44
                        <h1>Labeled MARC biblio : [% biblionumber | html %]  ( [% bibliotitle | html %] )</h1>
45
					[% END %]
51
					[% END %]
46
                    <p><strong>With framework:
52
                    <p><strong>With framework:
47
                    <select name="Frameworks" id="Frameworks" size="1" onchange="Changefwk(this);">
53
                    <select name="Frameworks" id="Frameworks" size="1" onchange="Changefwk(this);">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (+2 lines)
Lines 22-27 Link Here
22
        <div class="col-sm-10 col-sm-push-2">
22
        <div class="col-sm-10 col-sm-push-2">
23
            <main>
23
            <main>
24
24
25
            <h1>Item details for [% INCLUDE 'biblio-title-head.inc' %]</h1>
26
25
[% INCLUDE 'cat-toolbar.inc' %]
27
[% INCLUDE 'cat-toolbar.inc' %]
26
28
27
<div id="catalogue_detail_biblio">
29
<div id="catalogue_detail_biblio">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (+2 lines)
Lines 43-48 Link Here
43
        <div class="col-sm-10 col-sm-push-2">
43
        <div class="col-sm-10 col-sm-push-2">
44
            <main>
44
            <main>
45
45
46
            <h1>Search results</h1>
47
46
                [% IF ( outer_sup_results_loop ) %]
48
                [% IF ( outer_sup_results_loop ) %]
47
                    <div class="row">
49
                    <div class="row">
48
                        <div class="col-sm-8">
50
                        <div class="col-sm-8">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +2 lines)
Lines 20-25 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
20
        <div class="col-sm-10 col-sm-push-2">
20
        <div class="col-sm-10 col-sm-push-2">
21
            <main>
21
            <main>
22
22
23
                <h1>Results for tag <em>[% tag | html %]</em></h1>
24
23
[% IF ( titles ) %]
25
[% IF ( titles ) %]
24
<h3>Titles tagged with the term <em>[% tag | html %]</em></h3>
26
<h3>Titles tagged with the term <em>[% tag | html %]</em></h3>
25
<table id="itemst">
27
<table id="itemst">
26
- 

Return to bug 27631