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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-1 / +9 lines)
Lines 5-10 Link Here
5
<title>Koha &rsaquo; Housebound &rsaquo; Details for [% INCLUDE 'patron-title.inc' %]</title>
5
<title>Koha &rsaquo; Housebound &rsaquo; Details for [% INCLUDE 'patron-title.inc' %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'calendar.inc' %]
8
<script type="text/javascript">
9
//<![CDATA[
10
    $(document).ready(function() {
11
        $("a.delete").click(function(){
12
            return confirm(_("Are you sure you want to delete this delivery?"));
13
        });
14
    });
15
//]]>
16
</script>
8
</head>
17
</head>
9
<body>
18
<body>
10
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' %]
11
- 

Return to bug 5670