Bugzilla – Attachment 48583 Details for
Bug 15864
SMS cellular providers link missing from administration sidebar menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15864 - SMS cellular providers link missing from administration sidebar menu
PASSED-QA-Bug-15864---SMS-cellular-providers-link-.patch (text/plain), 1.86 KB, created by
Katrin Fischer
on 2016-03-03 06:51:33 UTC
(
hide
)
Description:
[PASSED QA] Bug 15864 - SMS cellular providers link missing from administration sidebar menu
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-03-03 06:51:33 UTC
Size:
1.86 KB
patch
obsolete
>From a85ed7d329e7b12c42369e5b77ffe10aa8f484ff Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 29 Feb 2016 11:04:37 -0500 >Subject: [PATCH] [PASSED QA] Bug 15864 - SMS cellular providers link missing > from administration sidebar menu > >When the SMSSendDriver system preference is set to "Email" a link to the >SMS cellular providers management page should appear in the left-hand >sidebar menu on Administration pages. This patch adds the link to >admin-menu.inc. > >To test, apply the patch set your SMSSendDriver system preference to >"Email." View various Administration pages which show the left-hand >sidebar menu and confirm that "SMS cellular providers" is in the list. > >Empty the SMSSendDriver preference and confirm that the link no longer >appears. > >Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >index 74bd3dc..050bfbb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >@@ -1,3 +1,4 @@ >+[% USE Koha %] > <script type="text/javascript">//<![CDATA[ > $(document).ready(function() { > var path = location.pathname.substring(1); >@@ -72,6 +73,9 @@ > <li><a href="/cgi-bin/koha/admin/didyoumean.pl">Did you mean?</a></li> > <li><a href="/cgi-bin/koha/admin/columns_settings.pl">Columns settings</a></li> > <li><a href="/cgi-bin/koha/admin/audio_alerts.pl">Audio alerts</a></li> >+ [% IF Koha.Preference('SMSSendDriver') == 'Email' %] >+ <li><a href="/cgi-bin/koha/admin/sms_providers.pl">SMS cellular providers</a></li> >+ [% END %] > </ul> > </div> > </div> >-- >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 15864
:
48465
|
48550
| 48583