From eacc6d9d3ff311238efbb98c5f314d0c686585d9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 29 Feb 2016 11:04:37 -0500 Subject: [PATCH] [SIGNED-OFF] 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 --- 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 %]