Bugzilla – Attachment 18122 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]
[SIGNED-OFF] Bug 10233 - Toolbar background missing from staff client catalogue page
SIGNED-OFF-Bug-10233---Toolbar-background-missing-.patch (text/plain), 1.48 KB, created by
Nicole C. Engard
on 2013-05-14 04:47:49 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10233 - Toolbar background missing from staff client catalogue page
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2013-05-14 04:47:49 UTC
Size:
1.48 KB
patch
obsolete
>From 6aba982d33d95dcae7ff8cc68ba34d35c6dde122 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 13 May 2013 09:57:52 -0400 >Subject: [PATCH] [SIGNED-OFF] 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> >--- > .../prog/en/modules/cataloguing/addbooks.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.2.3
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