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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-2 / +2 lines)
Lines 816-822 function PopupMARCFieldDoc(field) { Link Here
816
                    <!-- show duplicate warning on tab 0 only -->
816
                    <!-- show duplicate warning on tab 0 only -->
817
                    [% IF ( duplicatebiblionumber ) %]
817
                    [% IF ( duplicatebiblionumber ) %]
818
                        <div class="dialog alert">
818
                        <div class="dialog alert">
819
                            <h3>Duplicate record suspected</h3>
819
                            <h2>Duplicate record suspected</h2>
820
                            <p>Is this a duplicate of <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber | uri %]" onclick="openWindow('/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber | uri %]&amp;popup=1', 'DuplicateBiblio','800','600'); return false;">[% duplicatetitle | html %] <i class="fa fa-window-restore"></i></a> ?</p>
820
                            <p>Is this a duplicate of <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber | uri %]" onclick="openWindow('/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber | uri %]&amp;popup=1', 'DuplicateBiblio','800','600'); return false;">[% duplicatetitle | html %] <i class="fa fa-window-restore"></i></a> ?</p>
821
                            [% IF ( CAN_user_editcatalogue_edit_items ) %]
821
                            [% IF ( CAN_user_editcatalogue_edit_items ) %]
822
                                <form action="/cgi-bin/koha/cataloguing/additem.pl" method="get">
822
                                <form action="/cgi-bin/koha/cataloguing/additem.pl" method="get">
Lines 1009-1015 function PopupMARCFieldDoc(field) { Link Here
1009
                        <div id="tab[% BIG_LOO.number | html %]XX">
1009
                        <div id="tab[% BIG_LOO.number | html %]XX">
1010
1010
1011
                            [% IF ( BIG_LOOP.size > 1 ) %]
1011
                            [% IF ( BIG_LOOP.size > 1 ) %]
1012
                                <h3>Section [% BIG_LOO.number | html %]</h3>
1012
                                <h2>Section [% BIG_LOO.number | html %]</h2>
1013
                            [% END %]
1013
                            [% END %]
1014
                            [% previous = "" %]
1014
                            [% previous = "" %]
1015
                            [% FOREACH innerloo IN BIG_LOO.innerloop %]
1015
                            [% FOREACH innerloo IN BIG_LOO.innerloop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-4 / +4 lines)
Lines 90-96 Link Here
90
90
91
91
92
                [% IF ( total ) %]
92
                [% IF ( total ) %]
93
                    <h1>Records found in the catalog</h1>
93
                    <h2>Records found in the catalog</h2>
94
                    <div>
94
                    <div>
95
                        [% total | html %] result(s) found in catalog,
95
                        [% total | html %] result(s) found in catalog,
96
                        <a href="#searchresult-breeding">[% breeding_count | html %] result(s) found in reservoir</a>
96
                        <a href="#searchresult-breeding">[% breeding_count | html %] result(s) found in reservoir</a>
Lines 189-195 Link Here
189
                        [% IF ( error ) %]
189
                        [% IF ( error ) %]
190
                            <div class="dialog alert">
190
                            <div class="dialog alert">
191
                        [% END %]
191
                        [% END %]
192
                            <h3>No results found</h3>
192
                        <p><strong>No results found</strong></p>
193
                        [% IF ( error ) %]
193
                        [% IF ( error ) %]
194
                                Error: <span class="error">[% error | html %]</span>
194
                                Error: <span class="error">[% error | html %]</span>
195
                            </div>
195
                            </div>
Lines 239-245 Link Here
239
                                [% END # /IF breeding_loo %]
239
                                [% END # /IF breeding_loo %]
240
                            </table>
240
                            </table>
241
                        [% ELSE %]
241
                        [% ELSE %]
242
                            <h3 id="searchresult-breeding">No results found</h3>
242
                        <p><strong id="searchresult-breeding">No results found</strong></p>
243
                        [% END # /IF breeding_loop %]
243
                        [% END # /IF breeding_loop %]
244
                    </div>
244
                    </div>
245
                [% END # /IF query %]
245
                [% END # /IF query %]
Lines 249-255 Link Here
249
                        <div class="modal-content">
249
                        <div class="modal-content">
250
                            <div class="modal-header">
250
                            <div class="modal-header">
251
                                <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
251
                                <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
252
                                <h3 id="dataPreviewLabel">Preview</h3>
252
                                <h2 id="dataPreviewLabel">Preview</h2>
253
                            </div>
253
                            </div>
254
                            <div class="modal-body">
254
                            <div class="modal-body">
255
                                <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
255
                                <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-6 / +6 lines)
Lines 108-114 Link Here
108
108
109
        <div class="col-sm-2 col-sm-pull-10">
109
        <div class="col-sm-2 col-sm-pull-10">
110
            <aside>
110
            <aside>
111
                <h3>Search</h3>
111
                <h2>Search</h2>
112
                <form id="quicksearch">
112
                <form id="quicksearch">
113
                    <fieldset class="brief">
113
                    <fieldset class="brief">
114
                    <ol>
114
                    <ol>
Lines 123-129 Link Here
123
                        <li><a href="#" id="show-advanced-search" title="Show advanced search (Ctrl-Alt-S)">Advanced &raquo;</a></li>
123
                        <li><a href="#" id="show-advanced-search" title="Show advanced search (Ctrl-Alt-S)">Advanced &raquo;</a></li>
124
                    </fieldset>
124
                    </fieldset>
125
                </form>
125
                </form>
126
                <h3>Clipboard</h3>
126
                <h2>Clipboard</h2>
127
                <fieldset class="brief">
127
                <fieldset class="brief">
128
                    <select id="clipboard" name="clipboard" size=10>
128
                    <select id="clipboard" name="clipboard" size=10>
129
                    </select>
129
                    </select>
Lines 140-146 Link Here
140
140
141
<div class="modal-header">
141
<div class="modal-header">
142
    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
142
    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
143
    <h3 id="advanced-search-title">Advanced search</h3>
143
    <h2 id="advanced-search-title">Advanced search</h2>
144
</div>
144
</div>
145
<div class="modal-body">
145
<div class="modal-body">
146
  <form id="advanced-search">
146
  <form id="advanced-search">
Lines 221-227 Link Here
221
221
222
<div class="modal-header">
222
<div class="modal-header">
223
    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
223
    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
224
    <h3 id="search-results-title">Results</h3>
224
    <h2 id="search-results-title">Results</h2>
225
</div>
225
</div>
226
226
227
<div class="modal-body">
227
<div class="modal-body">
Lines 268-274 Link Here
268
268
269
<div class="modal-header">
269
<div class="modal-header">
270
    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
270
    <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
271
    <h3 id="macro-title">Macros</h3>
271
    <h2 id="macro-title">Macros</h2>
272
</div>
272
</div>
273
273
274
<div class="modal-body">
274
<div class="modal-body">
Lines 298-304 Link Here
298
        <div class="modal-content">
298
        <div class="modal-content">
299
            <div class="modal-header">
299
            <div class="modal-header">
300
                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
300
                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
301
                <h4 class="modal-title">Set virtual keyboard layout</h4>
301
                <h2 class="modal-title">Set virtual keyboard layout</h2>
302
            </div>
302
            </div>
303
            <div class="modal-body">
303
            <div class="modal-body">
304
                <div class="form-group">
304
                <div class="form-group">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-2 / +2 lines)
Lines 54-60 div#result { margin-top: 1em; } Link Here
54
54
55
    [% ELSE %]
55
    [% ELSE %]
56
        <p>The merge was successful. <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% ref_biblionumber | uri %]">View the merged record.</a></p>
56
        <p>The merge was successful. <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% ref_biblionumber | uri %]">View the merged record.</a></p>
57
        <h3>Report</h3>
57
        <h2>Report</h2>
58
        <table>
58
        <table>
59
            <thead>
59
            <thead>
60
                <tr>
60
                <tr>
Lines 144-150 div#result { margin-top: 1em; } Link Here
144
    <div class="modal-content">
144
    <div class="modal-content">
145
    <div class="modal-header">
145
    <div class="modal-header">
146
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
146
        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
147
        <h3 id="dataPreviewLabel">Preview</h3>
147
        <h2 id="dataPreviewLabel">Preview</h2>
148
    </div>
148
    </div>
149
    <div class="modal-body">
149
    <div class="modal-body">
150
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
150
        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
    <tr id="tr_result">
13
    <tr id="tr_result">
14
    </tr>
14
    </tr>
15
</table>
15
</table>
16
<h4 id="h4_result">&quot;[% result | html %]&quot;</h4>
16
<h2 id="h2_result">&quot;[% result | html %]&quot;</h2>
17
17
18
<form name="f_pop" id="f_pop" onsubmit="report()" action="">
18
<form name="f_pop" id="f_pop" onsubmit="report()" action="">
19
<input type="hidden" name="plugin_name" value="marc21_field_006.pl" />
19
<input type="hidden" name="plugin_name" value="marc21_field_006.pl" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
    <tr id="tr_result">
13
    <tr id="tr_result">
14
    </tr>
14
    </tr>
15
</table>
15
</table>
16
<h4 id="h4_result">&quot;[% result | html %]&quot;</h4>
16
<h2 id="h2_result">&quot;[% result | html %]&quot;</h2>
17
17
18
<form name="f_pop" id="f_pop" style="display:block" onsubmit="report()" action="">
18
<form name="f_pop" id="f_pop" style="display:block" onsubmit="report()" action="">
19
    <div id="toolbar">
19
    <div id="toolbar">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt (-2 / +2 lines)
Lines 8-14 Link Here
8
8
9
<body id="cat_unimarc_field_210c" class="cat" style="padding:1em;">
9
<body id="cat_unimarc_field_210c" class="cat" style="padding:1em;">
10
<h1>UNIMARC field 210c builder</h1>
10
<h1>UNIMARC field 210c builder</h1>
11
    <h4>Search for authority type: EDITORS</h4>
11
    <h2>Search for authority type: EDITORS</h2>
12
        <form name="f" method="post" action="plugin_launcher.pl">
12
        <form name="f" method="post" action="plugin_launcher.pl">
13
        <fieldset class="rows">
13
        <fieldset class="rows">
14
            <input type="hidden" name="plugin_name" value="unimarc_field_210c.pl" />
14
            <input type="hidden" name="plugin_name" value="unimarc_field_210c.pl" />
Lines 90-96 Link Here
90
        <div class="modal-content">
90
        <div class="modal-content">
91
            <div class="modal-header">
91
            <div class="modal-header">
92
                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
92
                <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
93
                <h4 class="modal-title" id="authorityDetailLabel"></h4>
93
                <h2 class="modal-title" id="authorityDetailLabel"></h2>
94
            </div>
94
            </div>
95
            <div class="modal-body">
95
            <div class="modal-body">
96
                <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" />
96
                <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-2 / +2 lines)
Lines 107-113 Link Here
107
        <div class="modal-content">
107
        <div class="modal-content">
108
        <div class="modal-header">
108
        <div class="modal-header">
109
            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
109
            <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
110
            <h3 id="dataPreviewLabel">MARC preview</h3>
110
            <h2 id="dataPreviewLabel">MARC preview</h2>
111
        </div>
111
        </div>
112
        <div class="modal-body">
112
        <div class="modal-body">
113
            <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
113
            <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
Lines 164-170 Link Here
164
164
165
[% END %]
165
[% END %]
166
166
167
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending | html %] servers to search</h3>[% END %]
167
[% IF ( numberpending ) %]<h2 align="center">Still [% numberpending | html %] servers to search</h2>[% END %]
168
168
169
[% MACRO jsinclude BLOCK %]
169
[% MACRO jsinclude BLOCK %]
170
    [% INCLUDE 'datatables.inc' %]
170
    [% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-3 / +2 lines)
Lines 185-191 Link Here
185
                                <div class="modal-content">
185
                                <div class="modal-content">
186
                                    <div class="modal-header">
186
                                    <div class="modal-header">
187
                                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
187
                                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
188
                                        <h3 id="dataPreviewLabel">Preview</h3>
188
                                        <h2 id="dataPreviewLabel">Preview</h2>
189
                                    </div>
189
                                    </div>
190
                                    <div class="modal-body">
190
                                    <div class="modal-body">
191
                                        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
191
                                        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
Lines 240-246 Link Here
240
        [% END # /IF opsearch %]
240
        [% END # /IF opsearch %]
241
241
242
        [% IF ( numberpending ) %]
242
        [% IF ( numberpending ) %]
243
            <h3 align="center">Still [% numberpending | html %] servers to search</h3>
243
            <h2 align="center">Still [% numberpending | html %] servers to search</h2>
244
        [% END %]
244
        [% END %]
245
245
246
[% MACRO jsinclude BLOCK %]
246
[% MACRO jsinclude BLOCK %]
247
- 

Return to bug 27741