Fix for Bug 5974 - Bogus auth check for "StaffMember" role
authorOwen Leonard <oleonard@myacpl.org>
Mon, 28 Mar 2011 18:08:00 +0000 (14:08 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 7 Dec 2011 02:02:33 +0000 (21:02 -0500)
commit4d1809334d701415f715152876ca00d044adc84e
treee0494df742631654c2ab6d273719472a5d75378d
parent83f87a9d9b588a7f1e343835b2c2edbf2c6754f1
Fix for Bug 5974 - Bogus auth check for "StaffMember" role

Also removing some YAHOO.widget.Button declarations which
are redundant.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
follow-up: trailing " that makes T::T fail

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

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Bug 5974: Fix broken toolbar on paton checkout tab

Fixed a couple of errors:
- [% CAN_user_staffaccess %] should be [% IF ( CAN_user_staffaccess ) %]
- added missing [% END %]
- added missing line new YAHOO.widget.Button("duplicate");

To test:
1) Open patron account
2) Go through tabs, especially 'Check out'
3) Check toolbars are correct and buttons work

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc