[Koha-bugs] [Bug 11941] "Patron lists" are not easily accessible

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 1 18:05:34 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11941

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 38598
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38598
Bug 11941: Add link to patron lists from the patron home page

Review of attachment 38598:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11941&attachment=38598)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc
@@ +6,5 @@
>                  [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&categorycode=[% category.categorycode %]">[% category.description %]</a></li>[% END %]
>              </ul>
>      </div>
> +    [% IF CAN_user_tools_manage_patron_lists %]
> +        <button class="btn btn-small" href="/cgi-bin/koha/patron_lists/lists.pl"><i class="icon-edit"></i>Patron lists</button>

This isn't inside a form, as far as I can tell. Please change 'button' to 'a'.
I couldn't get it to meaningfully click with 'button'.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list