Bugzilla – Attachment 11443 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]
Bug 8593 - Follow-up - Add unique IDs to pending approval markup on staff client home page
Bug-8593---Follow-up---Add-unique-IDs-to-pending-a.patch (text/plain), 1.64 KB, created by
Owen Leonard
on 2012-08-08 12:41:01 UTC
(
hide
)
Description:
Bug 8593 - Follow-up - Add unique IDs to pending approval markup on staff client home page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-08-08 12:41:01 UTC
Size:
1.64 KB
patch
obsolete
>From be6b18126aeb0e1d59e23669dff9311261f417a9 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 >Content-Type: text/plain; charset="utf-8" > >This patch adds similar IDs to the tags and comments <div> >--- > .../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 a38a5c1..38658dd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -111,14 +111,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