Bugzilla – Attachment 4228 Details for
Bug 6389
Administration menu like Tools menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-BUG6389-Administration-menu-like-Tools-menu.patch (text/plain), 1.40 KB, created by
Fridolin Somers
on 2011-05-23 11:52:12 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2011-05-23 11:52:12 UTC
Size:
1.40 KB
patch
obsolete
>From 5ef7e495ec6007eb124b7d3e09cba012509d1b57 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@progilone.fr> >Date: Mon, 23 May 2011 13:51:14 +0200 >Subject: [PATCH] BUG6389 Administration menu like Tools menu > >--- > .../intranet-tmpl/prog/en/includes/admin-menu.inc | 15 +++++++++++++++ > 1 files changed, 15 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >index e1dde68..e9537f4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >@@ -1,3 +1,16 @@ >+<script type="text/javascript">//<![CDATA[ >+ $(document).ready(function() { >+ var path = location.pathname.substring(1); >+ var url = window.location.toString(); >+ url.match(/\?(.+)$/); >+ var params = RegExp.$1; >+ if (params) { params = "?" + params; } >+ $('#navmenulist a[href$="/' + path + params + '"]').css('font-weight','bold'); >+ }); >+//]]> >+</script> >+<div id="navmenu"> >+<div id="navmenulist"> > <h5>System Preferences</h5> > <ul> > <li><a href="/cgi-bin/koha/admin/preferences.pl">System Preferences</a></li> >@@ -48,3 +61,5 @@ > <!-- <li><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></li> --> > <li><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Client Targets</a></li> > </ul> >+</div> >+</div> >-- >1.7.1 >
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 6389
:
4227
| 4228