[Koha-patches] [PATCH] bug 2411: fix adding new tag to authority framework

Joe Atzberger joe.atzberger at liblime.com
Tue Aug 5 00:23:34 CEST 2008


Perhaps it should be:
auth_tag_structure.pl?op=add_form*&*authtypecode...

--joe

On Mon, Aug 4, 2008 at 5:39 PM, Galen Charlton
<galen.charlton at liblime.com>wrote:

> ---
>  .../prog/en/modules/admin/auth_tag_structure.tmpl  |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git
> a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl
> b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl
> index deeac09..290a88d 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tmpl
> @@ -181,7 +181,7 @@ return false;
>        }       //]]>
>        </script>
>        <ul class="toolbar">
> -       <li><a id="newtag"
> href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form?authtypecode=<!--
> TMPL_VAR NAME="authtypecode" -->">New Tag</a></li>
> +       <li><a id="newtag"
> href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&authtypecode=<!--
> TMPL_VAR NAME="authtypecode" -->">New Tag</a></li>
>  </ul></div>
>
>  <h2>Select an authority framework</h2>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20080804/b43897e5/attachment-0001.htm>


More information about the Koha-patches mailing list