Bugzilla – Attachment 48465 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]
Bug 15864 - SMS cellular providers link missing from administration sidebar menu
Bug-15864---SMS-cellular-providers-link-missing-fr.patch (text/plain), 1.77 KB, created by
Owen Leonard
on 2016-02-29 16:11:14 UTC
(
hide
)
Description:
Bug 15864 - SMS cellular providers link missing from administration sidebar menu
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-02-29 16:11:14 UTC
Size:
1.77 KB
patch
obsolete
>From 5daffcad4d1f7856476ba1ce83d1e9289773bac7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 29 Feb 2016 11:04:37 -0500 >Subject: [PATCH] Bug 15864 - SMS cellular providers link missing from > administration sidebar menu >Content-Type: text/plain; charset="utf-8" > >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. >--- > 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 6e6fa49..a685544 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> >-- >2.1.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 15864
:
48465
|
48550
|
48583