Bug 15496: (follow-up) Update interaction for deleting records
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / moveitem.tt
1 [% SET footerjs = 1 %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Koha &rsaquo; Cataloging &rsaquo; Attach an item to [% bibliotitle | html %]</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 </head>
6 <body id="catalog_moveitem" class="catalog">
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'cat-search.inc' %]
9 <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>
10
11 <div class="main container-fluid">
12     <div class="row">
13         <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
14
15 [% BLOCK actions %]
16                         [% IF ( BiblioDefaultViewmarc ) %]
17                              <form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
18                         [% ELSIF ( BiblioDefaultViewlabeled_marc ) %]
19                              <form action="/cgi-bin/koha/catalogue/labeledMARCdetail.pl" method="post">
20                         [% ELSIF ( BiblioDefaultViewisbd ) %]
21                              <form action="/cgi-bin/koha/catalogue/ISBDdetail.pl" method="post">
22                         [% ELSE %]
23                              <form action="/cgi-bin/koha/catalogue/detail.pl" method="post">
24                         [% END %]
25 [% END %]
26
27 [% BLOCK fail %]
28         <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
29                                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
30                         </form>
31                                 <form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber | html %]">
32         <button type="submit" class="new"><i class="fa fa-fw fa-plus"></i> Try again with a different barcode</button>
33                                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
34                         </form>
35 [% END %]
36
37 [% IF ( error ) %]
38     <div class="dialog alert">
39
40                 [% IF ( errornonewitem ) %]ERROR: Unable to create the new item.<p>
41                         [% INCLUDE actions %]
42                         [% INCLUDE fail %]
43         </p>
44                 [% END %]
45
46                 [% IF ( errornoitem ) %]ERROR: Unable to get the item.<p>
47                         [% INCLUDE actions %]
48                         [% INCLUDE fail %]
49                 </p>
50         [% END %]
51     </div>
52
53         [% ELSE %]
54             [% IF ( success ) %]
55             [% IF from_biblio.items.count == 0 %]
56                 <div class="dialog alert" id="del-bib-alert">
57                     <div id="del-bib-action">
58                         The record <em><a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% from_biblio.id | html %]">[% from_biblio.title | html %]</a></em> has [% from_biblio.items.count | html %] attached items.
59                         <p><button id="delete-biblio-btn" data-biblionumber="[% from_biblio.id | html %]"><i id="del-bib-spn" class="fa fa-spinner fa-pulse fa-fw" style="display:none"></i><i class="fa fa-fw fa-trash"></i> Delete record
60                         </button></p>
61                     </div>
62                     <p id="del-bib-result">
63                         <span id="del-bib-success" style="display:none"><i class="fa fa-check success"></i> Record deleted</span>
64                         <span id="del-bib-failure" style="display:none"><i class="fa fa-warning"></i> Attempt to delete record failed.</span>
65                     </p>
66                 </div>
67             [% END %]
68
69             <div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle | html %]</i></a>.
70                         <p>
71                         [% INCLUDE actions %]
72                     <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
73                                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
74                         </form>
75                                 <form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber | html %]"/>
76                     <button type="submit" class="new"><i class="fa fa-fw fa-plus"></i> Attach another item</button>
77                                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
78                         </form>
79                         </p>
80
81                         </div>
82     [% ELSE %]
83         [% IF ( missingparameter ) %]
84         <form method="post" action="/cgi-bin/koha/cataloguing/moveitem.pl">
85             [% IF ( missingbiblionumber ) %]
86             <fieldset id="biblionumber_fieldset">
87                 <label for="biblionumber">Select the biblionumber to attach the item to</label>
88                         <div class="hint">Enter biblionumber:</div>
89                     <input type="text" name="biblionumber" id="biblionumber" class="focus" size="14" />
90                     <fieldset class="action"><input type="submit" value="Submit" /></fieldset>
91             </fieldset>
92             [% ELSE %]
93             <input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber | html %]" />
94             [% END %]
95
96                 [% IF ( missingbarcode ) %]
97         <h3>Attach an item[% IF ( bibliotitle ) %] to <i>[% bibliotitle | html %]</i>[% END %]</h3>
98             <fieldset id="barcode_fieldset">
99                 <label for="barcode">Enter the barcode of the item to attach:</label>
100                     <p class="hint">The item you select will be moved to the target record.</p>
101                     <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" />
102                     <fieldset class="action"><input type="submit" value="Submit" /></fieldset>
103             </fieldset>
104             [% ELSE %]
105             <input type="hidden" name="barcode" id="barcode" value="[% barcode | html %]" />
106             [% END %]
107
108         </form>
109         [% END %]
110     [% END %]
111 [% END %]
112
113     </div>
114 </div>
115
116 [% MACRO jsinclude BLOCK %]
117     <script>
118         $("#delete-biblio-btn").on("click", function(){
119             if ( confirm(_("Are you sure you want to delete this record?")) ) {
120                 $("#del-bib-spn").show();
121                 let biblionumber = $(this).data('biblionumber');
122                 $.ajax({
123                     url: '/api/v1/biblios/' + biblionumber,
124                     type: 'DELETE',
125                     success: function(result) {
126                         $("#del-bib-action").hide();
127                         $('#del-bib-success').show();
128                         $("#del-bib-alert").attr("class","dialog message")
129                     },
130                     error: function(result) {
131                         $("#delete-biblio-btn").hide();
132                         $('#del-bib-failure').show();
133                     }
134                 });
135             }
136         });
137     </script>
138 [% END %]
139
140 [% INCLUDE 'intranet-bottom.inc' %]