Bugzilla – Attachment 21042 Details for
Bug 10863
Add 2 circulation permissions: force_checkout and lift_restriction
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10863: The lift restriction button should be hide on the moremember page
Bug-10863-The-lift-restriction-button-should-be-hi.patch (text/plain), 1.65 KB, created by
Jonathan Druart
on 2013-09-12 13:57:56 UTC
(
hide
)
Description:
Bug 10863: The lift restriction button should be hide on the moremember page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-09-12 13:57:56 UTC
Size:
1.65 KB
patch
obsolete
>From 58536446f68954a0affb7432ad318912588f4214 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 12 Sep 2013 15:56:15 +0200 >Subject: [PATCH] Bug 10863: The lift restriction button should be hide on the > moremember page > >This patchs hides the lift restriction button on the moremember page is needed. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index e674c3c..5eb37c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -194,10 +194,12 @@ function validate1(date) { > <ul> > [% IF ( userdebarred ) %] > <li class="blocker">Patron is restricted[% IF ( userdebarreddate ) %] until [% userdebarreddate%] [% IF (debarredcomment ) %]([% debarredcomment %])[% END %][% END %] >- <form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post"> >+ [% IF CAN_user_circulate_lift_restriction %] >+ <form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post"> > <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> > <input type="submit" value="Lift restriction" /> >- </form> >+ </form> >+ [% END %] > </li> > [% END %] > [% IF ( gonenoaddress ) %]<li class="blocker">Patron's address is in doubt.</li>[% END %] >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10863
:
20948
|
20981
|
21042
|
21043
|
21201
|
21203
|
21204
|
21247
|
21248
|
21249
|
21542
|
21661
|
22717
|
23254
|
23540