Lines 34-39
function popup(subscriptionid) {
Link Here
|
34 |
} |
34 |
} |
35 |
$(document).ready(function() { |
35 |
$(document).ready(function() { |
36 |
$("#subscription_description > ul").tabs(); |
36 |
$("#subscription_description > ul").tabs(); |
|
|
37 |
$("#renewsub").click(function(){ |
38 |
popup([% subscriptionid %]); |
39 |
return false; |
40 |
}) |
37 |
}); |
41 |
}); |
38 |
//]]> |
42 |
//]]> |
39 |
</script> |
43 |
</script> |
Lines 52-58
$(document).ready(function() {
Link Here
|
52 |
[% INCLUDE 'serials-toolbar.inc' %] |
56 |
[% INCLUDE 'serials-toolbar.inc' %] |
53 |
|
57 |
|
54 |
<h1>Subscription for [% bibliotitle %] </h1> |
58 |
<h1>Subscription for [% bibliotitle %] </h1> |
55 |
[% IF ( abouttoexpire ) %]<div class="problem">Subscription is near its end. It should be renewed now.</div>[% END %] |
59 |
[% IF ( abouttoexpire ) %]<div class="dialog message">Subscription will expire [% enddate %]. <a href="#" id="renewsub">Renew this subscription</a>.</div>[% END %] |
56 |
[% IF ( NEEDSCONFIRMATION ) %] |
60 |
[% IF ( NEEDSCONFIRMATION ) %] |
57 |
<div id="circ_needsconfirmation" class="dialog alert"> |
61 |
<div id="circ_needsconfirmation" class="dialog alert"> |
58 |
<h3>Please Confirm Subscription deletion</h3> |
62 |
<h3>Please Confirm Subscription deletion</h3> |
59 |
- |
|
|