|
Lines 5-10
Link Here
|
| 5 |
<title>Koha › Housebound › Details for [% INCLUDE 'patron-title.inc' %]</title> |
5 |
<title>Koha › Housebound › 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 |
- |
|
|