Bug 34891: Correct link on view restrictions button
This patch updates the button which appears on the circulation page when a patron is restricted. Before this patch, clicking the button would activate the restrictions tab but wouldn't scroll the page to make the tab visible. To test, apply the patch and check out to a patron who has one or more restrictions. - There should be a message on the page, "Restricted since..." - Click the "View restrictions" button. - The page should jump down so that the tabs are visible and the restrictions tab should be active. - Test on the patron details page too. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
b0b33b382c
commit
ca2fdda342
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
[% END %]
|
||||
</em><br/>
|
||||
[% END %]
|
||||
<a class="btn btn-xs btn-default" href="#reldebarments" onclick="$('#reldebarments-tab').click()"><i class="fa fa-ban"></i> View restrictions</a>
|
||||
<a class="btn btn-xs btn-default" href="#reldebarments-tab" onclick="$('#reldebarments-tab').click()"><i class="fa fa-ban"></i> View restrictions</a>
|
||||
|
||||
[% IF (noissues && CAN_user_circulate_force_checkout && !moremember) %]
|
||||
<span class="override_debarment">
|
||||
|
|
Loading…
Reference in a new issue