Bugzilla – Attachment 11464 Details for
Bug 8593
Add unique IDs to pending approval markup on staff client home page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8593 - Follow-up - Add unique IDs to pending approval
0001-Bug-8593-Follow-up-Add-unique-IDs-to-pending-approva.patch (text/plain), 1.66 KB, created by
Jorgia
on 2012-08-09 04:36:44 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8593 - Follow-up - Add unique IDs to pending approval
Filename:
MIME Type:
Creator:
Jorgia
Created:
2012-08-09 04:36:44 UTC
Size:
1.66 KB
patch
obsolete
>From 8b059efebedb36148c428a0e058e3bb5a035b643 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 8 Aug 2012 08:39:10 -0400 >Subject: [PATCH] Bug 8593 - Follow-up - Add unique IDs to pending approval > markup on staff client home page > >This patch adds similar IDs to the tags and comments <div> > >Signed-off-by: jorgia <jorgia_m_kelsey@hotmail.com> >--- > .../intranet-tmpl/prog/en/modules/intranet-main.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 492dca4..527ff0e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -110,14 +110,14 @@ > [% END %] > > [% IF ( CAN_user_tools_moderate_comments && pendingcomments ) %] >- <div class="pending-info"> >+ <div class="pending-info" id="comments_pending"> > <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>: > <span class="pending-number-link">[% pendingcomments %]</span> > </div> > [% END %] > > [% IF ( CAN_user_tools_moderate_tags && pendingtags ) %] >- <div class="pending-info"> >+ <div class="pending-info" id="tags_pending"> > <a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>: > <span class="pending-number-link">[% pendingtags %]</span> > </div> >-- >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 8593
:
11436
|
11442
|
11443
|
11462
|
11463
| 11464 |
11466
|
11468
|
11613
|
11616