This patch fix a missing ; in javascript, that open the renew popup. Instead it 
open it in the current window.
---
 .../en/modules/serials/serials-collection.tmpl     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl
index 8620f35..1bcda5e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl
@@ -140,7 +140,7 @@ $(document).ready(function() {
                        <td><a 
href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->">Edit Routing List</a></td>
         <!--TMPL_IF name="abouttoexpire"--><td class="problem"> <a 
href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->" onclick="popup(<!--TMPL_VAR 
Name="subscriptionid"-->); return false;">Renew</a></td>
         <!--TMPL_ELSE-->
-        <!--TMPL_IF name="subscriptionexpired"--><td class="problem"> <a 
href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->" onclick="popup(<!--TMPL_VAR 
Name="subscriptionid"-->) return false;">Renew</a></td>
+        <!--TMPL_IF name="subscriptionexpired"--><td class="problem"> <a 
href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->" onclick="popup(<!--TMPL_VAR 
Name="subscriptionid"-->); return false;">Renew</a></td>
         <!--TMPL_ELSE-->
         <td> &nbsp;</td>
         <!--/TMPL_IF-->
-- 
1.5.6.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to