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 413-423 function Changefwk() { Link Here
413
413
414
<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>
414
<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>
415
415
416
<div id="doc" class="yui-t7">
416
<div class="main container-fluid">
417
417
    <div class="row">
418
<div id="bd">
418
        <div class="col-md-10 col-md-offset-1">
419
        <div id="yui-main">
420
        <div class="yui-g">
421
419
422
<h1>
420
<h1>
423
[% IF ( biblionumber ) %]Editing <em>[% title |html %]</em> (Record number [% biblionumber %])
421
[% IF ( biblionumber ) %]Editing <em>[% title |html %]</em> (Record number [% biblionumber %])
Lines 740-746 function Changefwk() { Link Here
740
738
741
</form>
739
</form>
742
740
743
</div>
744
</div>
741
</div>
745
</div>
742
</div>
746
743
(-)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 18-28 div#result { margin-top: 1em; } Link Here
18
[% INCLUDE 'cataloging-search.inc' %]
18
[% INCLUDE 'cataloging-search.inc' %]
19
<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
<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
20
21
<div id="doc" class="yui-t7">
21
<div class="main container-fluid">
22
22
    <div class="row">
23
<div id="bd">
23
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
24
        <div id="yui-main">
25
26
24
27
<h1>Merging records</h1>
25
<h1>Merging records</h1>
28
[% IF ( result ) %]
26
[% IF ( result ) %]
Lines 157-168 div#result { margin-top: 1em; } Link Here
157
<form id="mergeform" action="/cgi-bin/koha/cataloguing/merge.pl" method="post" onsubmit="return mergeformsubmit()">
155
<form id="mergeform" action="/cgi-bin/koha/cataloguing/merge.pl" method="post" onsubmit="return mergeformsubmit()">
158
156
159
<div class="yui-g">
157
<div class="yui-g">
160
<div class="yui-u first">
158
<div class="col-sm-6">
161
[% PROCESS mergesource sourcerecords=records %]
159
[% PROCESS mergesource sourcerecords=records %]
162
</div>
160
</div>
163
<div class="yui-u">
161
<div class="col-sm-6">
164
[% PROCESS mergetarget %]
162
[% PROCESS mergetarget %]
165
</div> <!-- .yui-u -->
163
</div> <!-- .col-sm-6 -->
166
164
167
<input type="hidden" name="ref_biblionumber" value="[% ref_biblionumber %]" />
165
<input type="hidden" name="ref_biblionumber" value="[% ref_biblionumber %]" />
168
[% FOREACH record IN records %]
166
[% FOREACH record IN records %]
Lines 182-188 div#result { margin-top: 1em; } Link Here
182
[% END %]
180
[% END %]
183
[% END %]
181
[% END %]
184
182
185
</div>
186
</div>
183
</div>
187
</div>
184
</div>
188
185
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-4 / +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 | 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