[Koha-patches] [PATCH] bug 5326 fix extended patron attribute error

Nicole Engard nengard at gmail.com
Sat Oct 30 01:05:42 CEST 2010


Please ignore this patch - updated one on the way

On Fri, Oct 29, 2010 at 3:06 AM, Nicole Engard
<nengard at bywatersolutions.com> wrote:
> the error message if you have ExtendedPatronAttributes turned
> off linked to the old sys prefs editor, link has been updated.
> ---
>  .../prog/en/modules/admin/patron-attr-types.tmpl   |    5 +----
>  1 files changed, 1 insertions(+), 4 deletions(-)
>
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl
> index 27c82c5..38ac077 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl
> @@ -68,10 +68,7 @@ function CheckAttributeTypeForm(f) {
>     <div class="yui-b">
>
>  <!-- TMPL_IF name="WARNING_extended_attributes_off" -->
> -<div class="dialog message">Because the 'ExtendedPatronAttributes` system preference is currently OFF, extended patron attributes
> -cannot be given to patron records.  Go
> -<a href="/cgi-bin/koha/admin/systempreferences.pl?op=add_form&amp;searchfield=ExtendedPatronAttributes">here</a> if you wish to turn
> -this feature on.</div>
> +<div class="dialog message">Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records.  Go <a href="/cgi-bin/koha/admin/preferences.pl?tab=patrons">here</a> if you wish to enable this feature.</div>
>  <!-- /TMPL_IF -->
>
>  <!-- TMPL_IF name="attribute_type_form" -->
> --
> 1.5.6.5
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha-community.org
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
>


More information about the Koha-patches mailing list