Bugzilla – Attachment 66472 Details for
Bug 19173
Make OPAC online payments pluggable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19173 [Followup] - Add opac payment and marc conversion plugins to the pulldown filter list
Bug-19173-Followup---Add-opac-payment-and-marc-con.patch (text/plain), 2.03 KB, created by
Kyle M Hall (khall)
on 2017-08-25 10:34:28 UTC
(
hide
)
Description:
Bug 19173 [Followup] - Add opac payment and marc conversion plugins to the pulldown filter list
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-08-25 10:34:28 UTC
Size:
2.03 KB
patch
obsolete
>From 84393051715ce9460327c66dbb5e4287abd0f6eb Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 25 Aug 2017 06:26:21 -0400 >Subject: [PATCH] Bug 19173 [Followup] - Add opac payment and marc conversion > plugins to the pulldown filter list > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 3 +++ > 1 file changed, 3 insertions(+) > >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 e511653..a78d87a 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 >@@ -39,6 +39,7 @@ > <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> >+ <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=opac_online_payment">View online payment plugins</a></li> > </ul> > </div> > </div> >@@ -53,6 +54,8 @@ > <div class="dialog message">No plugins that can be used as a tool are installed</div> > [% ELSIF method == 'report' %] > <div class="dialog message">No plugins that can create a report are installed</div> >+ [% ELSIF method == 'opac_online_payment' %] >+ <div class="dialog message">No plugins that can process online payments via the public catalog are installed</div> > [% ELSE %] > <div class="dialog message">Unknown plugin type <i>[% method %]</i></div> > [% END %] >-- >2.10.2
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 19173
:
66414
|
66464
|
66472
|
66473
|
66474
|
66839
|
66840
|
66841
|
66842
|
67047
|
67048