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 406-416 function Changefwk() { Link Here
406
406
407
<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 %])[% ELSE %]Add MARC record[% END %]</div>
407
<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 %])[% ELSE %]Add MARC record[% END %]</div>
408
408
409
<div id="doc" class="yui-t7">
409
<div class="main container-fluid">
410
410
    <div class="row">
411
<div id="bd">
411
        <div class="col-md-10 col-md-offset-1">
412
        <div id="yui-main">
413
        <div class="yui-g">
414
412
415
<h1>
413
<h1>
416
[% IF ( biblionumber ) %]Editing <em>[% title |html %]</em> (Record number [% biblionumber %])
414
[% IF ( biblionumber ) %]Editing <em>[% title |html %]</em> (Record number [% biblionumber %])
Lines 735-740 function Changefwk() { Link Here
735
733
736
</div>
734
</div>
737
</div>
735
</div>
738
</div>
739
736
740
[% INCLUDE 'intranet-bottom.inc' %]
737
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-4 / +3 lines)
Lines 11-20 Link Here
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Cataloging</div>
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Cataloging</div>
13
13
14
<div id="doc" class="yui-t7">
14
<div class="main container-fluid">
15
15
    <div class="row">
16
   <div id="bd">
16
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
17
     <div id="yui-main">
18
17
19
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
18
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
20
  <div id="toolbar" class="btn-toolbar">
19
  <div id="toolbar" class="btn-toolbar">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-9 / +6 lines)
Lines 17-27 div#result { margin-top: 1em; } Link Here
17
[% INCLUDE 'cataloging-search.inc' %]
17
[% INCLUDE 'cataloging-search.inc' %]
18
<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>
18
<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>
19
19
20
<div id="doc" class="yui-t7">
20
<div class="main container-fluid">
21
21
    <div class="row">
22
<div id="bd">
22
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
23
        <div id="yui-main">
24
25
23
26
<h1>Merging records</h1>
24
<h1>Merging records</h1>
27
[% IF ( result ) %]
25
[% IF ( result ) %]
Lines 156-167 div#result { margin-top: 1em; } Link Here
156
<form id="mergeform" action="/cgi-bin/koha/cataloguing/merge.pl" method="post" onsubmit="return mergeformsubmit()">
154
<form id="mergeform" action="/cgi-bin/koha/cataloguing/merge.pl" method="post" onsubmit="return mergeformsubmit()">
157
155
158
<div class="yui-g">
156
<div class="yui-g">
159
<div class="yui-u first">
157
<div class="col-sm-6">
160
[% PROCESS mergesource sourcerecords=records %]
158
[% PROCESS mergesource sourcerecords=records %]
161
</div>
159
</div>
162
<div class="yui-u">
160
<div class="col-sm-6">
163
[% PROCESS mergetarget %]
161
[% PROCESS mergetarget %]
164
</div> <!-- .yui-u -->
162
</div> <!-- .col-sm-6 -->
165
163
166
<input type="hidden" name="ref_biblionumber" value="[% ref_biblionumber %]" />
164
<input type="hidden" name="ref_biblionumber" value="[% ref_biblionumber %]" />
167
[% FOREACH record IN records %]
165
[% FOREACH record IN records %]
Lines 183-189 div#result { margin-top: 1em; } Link Here
183
181
184
</div>
182
</div>
185
</div>
183
</div>
186
</div>
187
184
188
[% MACRO jsinclude BLOCK %]
185
[% MACRO jsinclude BLOCK %]
189
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/merge-record_[% KOHA_VERSION %].js"></script>
186
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/merge-record_[% KOHA_VERSION %].js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-3 / +10 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 %][% 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 %][% 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">
13
10
14
11
[% BLOCK actions %]
15
[% BLOCK actions %]
12
                        [% IF ( BiblioDefaultViewmarc ) %]
16
                        [% IF ( BiblioDefaultViewmarc ) %]
Lines 90-93 Link Here
90
	[% END %]
94
	[% END %]
91
    [% END %]
95
    [% END %]
92
[% END %]
96
[% END %]
97
98
    </div>
99
</div>
100
93
[% INCLUDE 'intranet-bottom.inc' %]
101
[% INCLUDE 'intranet-bottom.inc' %]
94
- 

Return to bug 20044