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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-6 / +3 lines)
Lines 414-424 function Changefwk() { Link Here
414
414
415
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; [% IF ( biblionumber ) %]Editing <em>[% title | html %]</em> (Record number [% biblionumber | html %])[% ELSE %]Add MARC record[% END %]</div>
415
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; [% IF ( biblionumber ) %]Editing <em>[% title | html %]</em> (Record number [% biblionumber | html %])[% ELSE %]Add MARC record[% END %]</div>
416
416
417
<div id="doc" class="yui-t7">
417
<div class="main container-fluid">
418
418
    <div class="row">
419
<div id="bd">
419
        <div class="col-md-10 col-md-offset-1">
420
        <div id="yui-main">
421
        <div class="yui-g">
422
420
423
<h1>
421
<h1>
424
[% IF ( biblionumber ) %]Editing <em>[% title | html %]</em> (Record number [% biblionumber | html %])
422
[% IF ( biblionumber ) %]Editing <em>[% title | html %]</em> (Record number [% biblionumber | html %])
Lines 743-748 function Changefwk() { Link Here
743
741
744
</div>
742
</div>
745
</div>
743
</div>
746
</div>
747
744
748
[% INCLUDE 'intranet-bottom.inc' %]
745
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-4 / +3 lines)
Lines 12-21 Link Here
12
12
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Cataloging</div>
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Cataloging</div>
14
14
15
<div id="doc" class="yui-t7">
15
<div class="main container-fluid">
16
16
    <div class="row">
17
   <div id="bd">
17
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
18
     <div id="yui-main">
19
18
20
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
19
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
21
  <div id="toolbar" class="btn-toolbar">
20
  <div id="toolbar" class="btn-toolbar">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-9 / +6 lines)
Lines 19-29 div#result { margin-top: 1em; } Link Here
19
[% INCLUDE 'cataloging-search.inc' %]
19
[% INCLUDE 'cataloging-search.inc' %]
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Merging records</div>
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Merging records</div>
21
21
22
<div id="doc" class="yui-t7">
22
<div class="main container-fluid">
23
23
    <div class="row">
24
<div id="bd">
24
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
25
        <div id="yui-main">
26
27
25
28
<h1>Merging records</h1>
26
<h1>Merging records</h1>
29
[% IF ( result ) %]
27
[% IF ( result ) %]
Lines 158-169 div#result { margin-top: 1em; } Link Here
158
<form id="mergeform" action="/cgi-bin/koha/cataloguing/merge.pl" method="post" onsubmit="return mergeformsubmit()">
156
<form id="mergeform" action="/cgi-bin/koha/cataloguing/merge.pl" method="post" onsubmit="return mergeformsubmit()">
159
157
160
<div class="yui-g">
158
<div class="yui-g">
161
<div class="yui-u first">
159
<div class="col-sm-6">
162
[% PROCESS mergesource sourcerecords=records %]
160
[% PROCESS mergesource sourcerecords=records %]
163
</div>
161
</div>
164
<div class="yui-u">
162
<div class="col-sm-6">
165
[% PROCESS mergetarget %]
163
[% PROCESS mergetarget %]
166
</div> <!-- .yui-u -->
164
</div> <!-- .col-sm-6 -->
167
165
168
<input type="hidden" name="ref_biblionumber" value="[% ref_biblionumber | html %]" />
166
<input type="hidden" name="ref_biblionumber" value="[% ref_biblionumber | html %]" />
169
[% FOREACH record IN records %]
167
[% FOREACH record IN records %]
Lines 185-191 div#result { margin-top: 1em; } Link Here
185
183
186
</div>
184
</div>
187
</div>
185
</div>
188
</div>
189
186
190
[% MACRO jsinclude BLOCK %]
187
[% MACRO jsinclude BLOCK %]
191
    [% Asset.js("js/merge-record.js") | $raw %]
188
    [% Asset.js("js/merge-record.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-3 / +9 lines)
Lines 1-12 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Attach an item to [% bibliotitle | html %]</title>
2
<title>Koha &rsaquo; Cataloging &rsaquo; Attach an item to [% bibliotitle | html %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="catalog_moveitem" class="catalog">
5
<body id="catalog_moveitem" class="catalog">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
8
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Attach an item to <i>[% bibliotitle | html %][% IF ( itemsloo.subtitle ) %][% itemsloo.subtitle | html %][% END %]</i></div>
8
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Attach an item to <i>[% bibliotitle | html %][% IF ( itemsloo.subtitle ) %][% itemsloo.subtitle | html %][% END %]</i></div>
9
<div id="doc" class="yui-t7">
9
10
<div class="main container-fluid">
11
    <div class="row">
12
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
10
13
11
[% BLOCK actions %]
14
[% BLOCK actions %]
12
                        [% IF ( BiblioDefaultViewmarc ) %]
15
                        [% IF ( BiblioDefaultViewmarc ) %]
Lines 90-93 Link Here
90
	[% END %]
93
	[% END %]
91
    [% END %]
94
    [% END %]
92
[% END %]
95
[% END %]
96
97
    </div>
98
</div>
99
93
[% INCLUDE 'intranet-bottom.inc' %]
100
[% INCLUDE 'intranet-bottom.inc' %]
94
- 

Return to bug 20044