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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-2 / +1 lines)
Lines 113-119 Link Here
113
</div>
113
</div>
114
114
115
[% MACRO jsinclude BLOCK %]
115
[% MACRO jsinclude BLOCK %]
116
    <script type="text/javascript">
116
    <script>
117
        $("#delete-biblio-btn").on("click", function(){
117
        $("#delete-biblio-btn").on("click", function(){
118
            if ( confirm(_("Are you sure you want to delete this record?")) ) {
118
            if ( confirm(_("Are you sure you want to delete this record?")) ) {
119
                let btn = $(this);
119
                let btn = $(this);
120
- 

Return to bug 15496