Bugzilla – Attachment 20007 Details for
Bug 9261
Allow librarians to make purchase suggestions for patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9261 - Allow librarians to make purchase suggestions for patrons - QA Followup 2
Bug-9261---Allow-librarians-to-make-purchase-sugge.patch (text/plain), 2.47 KB, created by
Kyle M Hall (khall)
on 2013-07-31 14:54:44 UTC
(
hide
)
Description:
Bug 9261 - Allow librarians to make purchase suggestions for patrons - QA Followup 2
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-07-31 14:54:44 UTC
Size:
2.47 KB
patch
obsolete
>From 1506f14c7101415881c6f5cd143a763be74ffc6f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 31 Jul 2013 10:54:03 -0400 >Subject: [PATCH] Bug 9261 - Allow librarians to make purchase suggestions for patrons - QA Followup 2 > >--- > .../en/modules/members/purchase-suggestions.tt | 14 ++++++++++++-- > 1 files changed, 12 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >index 77fb2b1..c8d31fc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >@@ -44,7 +44,9 @@ > > <div id="toolbar"> > <ul class="toolbar"> >- <li><a id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add&suggestedby=[% borrowernumber %]&redirect=purchase_suggestions&borrowernumber=[% borrowernumber %]">New purchase suggestion</a></li> >+ <li> >+ <a class="btn" id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add&suggestedby=[% borrowernumber %]&redirect=purchase_suggestions&borrowernumber=[% borrowernumber %]"><i class="icon-plus"></i> New purchase suggestion</a> >+ </li> > </ul> > </div> > >@@ -62,7 +64,15 @@ > [% FOREACH s IN suggestions %] > <tr> > <td> >- <p><strong>[% s.title |html %]</strong></p> >+ <p> >+ <strong> >+ [% IF ( CAN_user_catalogue ) %] >+ <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% s.suggestionid %]&op=show">[% s.title |html %]</a> >+ [% ELSE %] >+ [% s.title |html %] >+ [% END %] >+ </strong> >+ </p> > <p> > [% IF ( s.author ) %][% s.author %],[% END %] > [% IF ( s.copyrightdate ) %] - [% s.copyrightdate %],[% END %] >-- >1.7.2.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 9261
:
13999
|
14612
|
14675
|
14677
|
16602
|
16603
|
20002
|
20003
|
20007
|
20008
|
20806
|
22843
|
22897
|
22898
|
22899
|
22900
|
22901
|
22902
|
22903