Bugzilla – Attachment 17107 Details for
Bug 9964
Add plugins management link to the Administration page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9964 - Add plugins management link to the Administration page
SIGNED-OFF-Bug-9964---Add-plugins-management-link-.patch (text/plain), 1.39 KB, created by
Owen Leonard
on 2013-04-01 18:27:23 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9964 - Add plugins management link to the Administration page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-04-01 18:27:23 UTC
Size:
1.39 KB
patch
obsolete
>From 6c794fd51241105bfcb1add500a213e23eade9dc Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 1 Apr 2013 13:56:34 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 9964 - Add plugins management link to the > Administration page >Content-Type: text/plain; charset="utf-8" > >Test Plan: >1) Apply patch >2) Log in with user that has plugin management rights >3) Load the Administration page >4) Note the plugins management link > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/admin/admin-home.tt | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index a5dbe44..ef890f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -60,6 +60,15 @@ > </dt> > <dd>Define road types (street, avenue, way, etc.). Road types display as authorized values when adding/editing patrons and can be used in geographic statistics.</dd> > </dl> >+ >+[% IF ( UseKohaPlugins && CAN_user_plugins ) %] >+ <h3>Plugins management</h3> >+ <dl> >+ <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></dt> >+ <dd>View and manage all types of plugins.</dd> >+ </dl> >+[% END %] >+ > </div> > <div class="yui-u"> > <h3>Catalog</h3> >-- >1.7.9.5
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 9964
:
17106
| 17107