Bugzilla – Attachment 62150 Details for
Bug 18430
Plugins page should have a link to viewing other types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18430 - Plugins page should have a link to viewing other types
Bug-18430---Plugins-page-should-have-a-link-to-vie.patch (text/plain), 2.08 KB, created by
Nick Clemens (kidclamp)
on 2017-04-13 16:35:56 UTC
(
hide
)
Description:
Bug 18430 - Plugins page should have a link to viewing other types
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-04-13 16:35:56 UTC
Size:
2.08 KB
patch
obsolete
>From 2434ad2243b89e7fd9375e09338fb8b67d225d17 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 13 Apr 2017 12:34:06 -0400 >Subject: [PATCH] Bug 18430 - Plugins page should have a link to viewing other > types > >To test: >Go to the plugins page from >Reports->Report plugins >Tools->Tool plugins >Admin->Manage plugins > >Ensure that you have a 'View plugins by class button' > >Ensure the button does what you would expect >--- > koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >index 57cc930..e511653 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >@@ -33,9 +33,16 @@ > [% IF ( CAN_user_plugins_manage ) %] > <div class="btn-toolbar" id="toolbar"> > <a href="/cgi-bin/koha/plugins/plugins-upload.pl" id="upload_plugin" class="btn btn-default btn-sm"><i class="fa fa-upload"></i> Upload plugin</a> >+ <div class="btn-group"> >+ <button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"><i class="fa fa-eye"></i> View plugins by class <span class="caret"></span></button> >+ <ul class="dropdown-menu"> >+ <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">View all plugins</a></li> >+ <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">View report plugins</a></li> >+ <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">View tool plugins</a></li> >+ </ul> >+ </div> > </div> > [% END %] >- > <h1>Plugins</h1> > > [% UNLESS ( plugins ) %] >-- >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 18430
:
62150
|
62151
|
63923