[Koha-patches] [PATCH] Fix for Bug 6638, Columns misaligned on serials claims

Ian Walls ian.walls at bywatersolutions.com
Thu Jul 28 22:27:43 CEST 2011


Signed off and passed QA.

On Thu, Jul 28, 2011 at 4:15 PM, Owen Leonard <oleonard at myacpl.org> wrote:

> T:T variable scope error. Also correcting placement of calendar
> include in the source to avoid JavaScript error.
> ---
>  .../prog/en/modules/serials/claims.tt              |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.ttb/koha-tmpl/intranet-tmpl/prog/en/modules/serials/
> claims.tt
> index b31cd73..2d4cf10 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt
> @@ -1,5 +1,4 @@
>  [% INCLUDE 'doc-head-open.inc' %]
> -[% INCLUDE 'calendar.inc' %]
>     <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
>     [% INCLUDE 'doc-head-close.inc' %]
>  <script type="text/javascript" src="[% themelang
> %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
> @@ -145,6 +144,7 @@
>
>  //]]>
>  </script>
> +[% INCLUDE 'calendar.inc' %]
>  </head>
>  <body>
>     [% INCLUDE 'header.inc' %]
> @@ -281,7 +281,7 @@
>                 </tr></thead>
>                 <tbody>[% FOREACH missingissue IN missingissues %]
>                     <tr>
> -                        [% IF ( missingissue.letter ) %]
> +                        [% IF ( letter ) %]
>                             <td>
>                     <input type="checkbox" name="serialid" value="[%
> missingissue.serialid %]" />
>                             </td>
> --
> 1.7.3
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha-community.org
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
> website : http://www.koha-community.org/
> git : http://git.koha-community.org/
> bugs : http://bugs.koha-community.org/
>



-- 
Ian Walls
Lead Development Specialist
ByWater Solutions
Phone # (888) 900-8944
http://bywatersolutions.com
ian.walls at bywatersolutions.com
Twitter: @sekjal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20110728/c0c52cf6/attachment.htm>


More information about the Koha-patches mailing list