Bugzilla – Attachment 46082 Details for
Bug 12528
Enable staff to deny message setting access to patrons on the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12528 - add check EnhancedMessagingPreference when call directly opac/opac-messaging.pl
Bug-12528---add-check-EnhancedMessagingPreference-.patch (text/plain), 1.46 KB, created by
Bouzid Fergani
on 2015-12-30 13:46:25 UTC
(
hide
)
Description:
Bug 12528 - add check EnhancedMessagingPreference when call directly opac/opac-messaging.pl
Filename:
MIME Type:
Creator:
Bouzid Fergani
Created:
2015-12-30 13:46:25 UTC
Size:
1.46 KB
patch
obsolete
>From 5d4686eac30399ffec91b06939255ded72216bcc Mon Sep 17 00:00:00 2001 >From: Bouzid Fergani <bouzid.fergani@inlibro.com> >Date: Wed, 30 Dec 2015 08:44:48 -0500 >Subject: [PATCH] Bug 12528 - add check EnhancedMessagingPreference when call > directly opac/opac-messaging.pl > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >index aac5065..363786e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >@@ -22,6 +22,7 @@ > </div> > </div> > <div class="span10"> >+ [% IF Koha.Preference( 'EnhancedMessagingPreferences' ) %] > [% IF Koha.Preference( 'OPACEnhancedMessagingPreferences' ) %] > <div id="usermessaging"> > <h3>Your messaging settings</h3> >@@ -133,7 +134,10 @@ > [% ELSE %] > <h4>You are not allowed to call this page directly</h4> > [% END %] >- </div> <!-- / .span10 --> >+ [% ELSE %] >+ <h4>You are not allowed to call this page directly</h4> >+ [% END %] >+ </div> <!-- / .span10 --> > </div> <!-- / .row-fluid --> > </div> <!-- / .container-fluid --> > </div> <!-- / .main --> >-- >1.9.1
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 12528
:
29505
|
30259
|
30348
|
30349
|
30487
|
31047
|
36511
|
36512
|
36513
|
36818
|
44302
|
44820
|
44826
|
45885
|
45886
|
45962
|
46003
|
46015
|
46082
|
46156
|
46217
|
46218
|
50649
|
50650
|
50651
|
50652
|
50988
|
50989
|
51000
|
51001
|
51002
|
51003
|
51004