Bugzilla – Attachment 6965 Details for
Bug 7388
rounded corners for side menus in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7388 [enh] - Adding a <div id="menu"> </div> around the acquisitions menu so that it matches the rest of the interface.
Bug-7388-enh---Adding-a-div-idmenu-div-around-the-.patch (text/plain), 1.25 KB, created by
Liz Rea
on 2011-12-30 06:46:19 UTC
(
hide
)
Description:
Bug 7388 [enh] - Adding a <div id="menu"> </div> around the acquisitions menu so that it matches the rest of the interface.
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-12-30 06:46:19 UTC
Size:
1.25 KB
patch
obsolete
>From 56c97a27886aafddaa1f74b1d34c02225c3c47f4 Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Fri, 30 Dec 2011 00:43:02 -0600 >Subject: [PATCH] Bug 7388 [enh] - Adding a <div id="menu"> </div> around the > acquisitions menu so that it matches the rest of the > interface. >Content-Type: text/plain; charset="utf-8" > >To test: > >Click more -> acquisitions >verify the menu items are on tabs. > >This patch doesn't depend upon the last one, but the tabs are prettier when they are rounded. ;) >--- > .../prog/en/includes/acquisitions-menu.inc | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >index a0f094c..4c81565 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >@@ -1,3 +1,4 @@ >+<div id="menu"> > <ul> > <li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li> > [% IF ( suggestion ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% ELSE %][% END %] >@@ -8,3 +9,4 @@ > <li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li> > [% END %] > </ul> >+</div> >-- >1.7.5.4
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 7388
:
6964
|
6965
|
6966
|
6967
|
7063