[Koha-patches] [PATCH][3.0.x] Missing ";" in javascript

Nahuel ANGELINETTI nahuel at biblibre.com
Tue Dec 9 11:39:42 CET 2008


This patch must be applied to HEAD.

Le Tue,  9 Dec 2008 11:23:14 +0100,
Nahuel Angelinetti <nahuel.angelinetti at biblibre.com> a écrit :

> 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-->



More information about the Koha-patches mailing list