Bugzilla – Attachment 18128 Details for
Bug 10233
Toolbar background missing from staff client catalogue page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10233 - Toolbar background missing from staff client catalogue page
PASSED-QA-Bug-10233---Toolbar-background-missing-f.patch (text/plain), 1.60 KB, created by
Katrin Fischer
on 2013-05-14 06:32:20 UTC
(
hide
)
Description:
[PASSED QA] Bug 10233 - Toolbar background missing from staff client catalogue page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-05-14 06:32:20 UTC
Size:
1.60 KB
patch
obsolete
>From 9fadab9a655752e16d33d9f86fa7e4bb0e97971a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 13 May 2013 09:57:52 -0400 >Subject: [PATCH] [PASSED QA] Bug 10233 - Toolbar background missing from > staff client catalogue page > >The toolbar on the cataloging home page lacks the standard toolbar id, >resulting in an inconsistent appearance. This patch adds the correct id. > >To test, apply the patch, clear your browser cache, and view the >cataloging home page (cataloguing/addbooks.pl). The toolbar should look >like other toolbars in Koha (for instance, members/members-home.pl). > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Template change only, no string changed involved. >Works as described. >--- > .../prog/en/modules/cataloguing/addbooks.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index de597f2..9155235 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -42,7 +42,7 @@ > <div id="yui-main"> > > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %] >- <div id="newmenuc" class="btn-toolbar"> >+ <div id="toolbar" class="btn-toolbar"> > <div class="btn-group"> > <button class="btn btn-small dropdown-toggle" data-toggle="dropdown"><i class="icon-plus"></i> New record <span class="caret"></span></button> > <ul class="dropdown-menu"> >-- >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 10233
:
18115
|
18122
| 18128