Bugzilla – Attachment 18115 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]
Bug 10233 - Toolbar background missing from staff client catalogue page
Bug-10233---Toolbar-background-missing-from-staff-.patch (text/plain), 1.45 KB, created by
Owen Leonard
on 2013-05-13 14:00:24 UTC
(
hide
)
Description:
Bug 10233 - Toolbar background missing from staff client catalogue page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-05-13 14:00:24 UTC
Size:
1.45 KB
patch
obsolete
>From 8a9799dcce2d61d0e5d6a74e09f14c67d1e241e4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 13 May 2013 09:57:52 -0400 >Subject: [PATCH] Bug 10233 - Toolbar background missing from staff client > catalogue page >Content-Type: text/plain; charset="utf-8" > >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). >--- > .../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