Bugzilla – Attachment 16201 Details for
Bug 7875
Pending suggestion link (the numbers) from staff client home directs to accepted suggestions instead of pending
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7875: Change the pending suggestion link in home page so that it directs to pending suggestions
Bug-7875-Change-the-pending-suggestion-link-in-hom.patch (text/plain), 1.62 KB, created by
Marcel de Rooy
on 2013-03-17 15:27:40 UTC
(
hide
)
Description:
Bug 7875: Change the pending suggestion link in home page so that it directs to pending suggestions
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-03-17 15:27:40 UTC
Size:
1.62 KB
patch
obsolete
>From fc59b36b3a59b0d6731d973ab75c920472e0b515 Mon Sep 17 00:00:00 2001 >From: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >Date: Sat, 9 Mar 2013 17:53:03 +0100 >Subject: [PATCH] Bug 7875: Change the pending suggestion link in home page so > that it directs to pending suggestions >Content-Type: text/plain; charset="utf-8" > >Pending suggestion link from staff client home directs to accepted >suggestions instead of pending suggestions. This patch changes the link >so that it directs to pending suggestions. > >To test : >1 - create 2 suggestions, accept 1 of them >2 - click on the link on home page > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index 542a350..a696845 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -113,7 +113,7 @@ > [% IF ( CAN_user_acquisition && pendingsuggestions ) %] > <div class="pending-info" id="suggestions_pending"> > >- <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions pending approval</a>: >+ <a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions pending approval</a>: > <span class="pending-number-link">[% pendingsuggestions %]</span> > </div> > [% END %] >-- >1.7.7.6
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 7875
:
16000
|
16046
| 16201