[Koha-patches] [PATCH] Bug 3807: Reviewer column removed from Pending tags

Nicole Engard nengard at gmail.com
Tue Nov 24 13:57:01 CET 2009


Please ignore this patch - I forgot to test one part of it.

On Tue, Nov 24, 2009 at 7:51 AM, Nicole Engard <nengard at gmail.com> wrote:
> From 48cc586492bf5ff94fee07bd81e74d8eab1984f2 Mon Sep 17 00:00:00 2001
> From: Nicole Engard <nengard at gmail.com>
> Date: Mon, 23 Nov 2009 14:44:46 -0500
> Subject: [PATCH] Bug 3807: Reviewer column removed from Pending tags
> Content-Type: text/plain; charset="utf-8"
>
> ---
>  .../intranet-tmpl/prog/en/modules/tags/review.tmpl |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
> b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
> index 55adfc1..18f8f79 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tmpl
> @@ -202,7 +202,10 @@ td input,td input[type="submit"] { font-size:
> 85%; padding: 1px; }
>                <th>Term</th>
>                <th>Weight</th>
>                <th>Actions</th>
> +               <!-- TMPL_IF NAME="filter_approved_pending" -->
> +               <!-- TMPL_ELSE -->
>                <th>Reviewer</th>
> +               <!-- /TMPL_IF -->
>                <th>Date</th>
>        </tr>
>        <!-- TMPL_LOOP NAME="tagloop" -->
> @@ -239,7 +242,6 @@ td input,td input[type="submit"] { font-size: 85%;
> padding: 1px; }
>                        <input class="rej" type="submit" title="<!-- TMPL_VAR
> NAME="term"-->" value="Reject" name="reject" />
>                        </span>
>            </td>
> -               <td>&nbsp;</td>
>                <!-- /TMPL_IF -->
>            <td><!-- TMPL_VAR NAME="date_approved"-->
>            </td>
> --
> 1.5.6.5
>



More information about the Koha-patches mailing list