[Patches] [PATCH] Bug 7388 [enh] - add menu styling to serials

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Fri Dec 30 19:55:02 NZDT 2011


From: Liz Rea <wizzyrea at gmail.com>
Date: Fri, 30 Dec 2011 00:51:52 -0600
Subject: [PATCH] Bug 7388 [enh] - add menu styling to serials
Content-Type: text/plain; charset="utf-8"

To test:
Click more -> serials - please make sure you have at least one subscription!
You should see that the menu on the left is now in tabs.

Again, this doesn't depend on the initial patch here, but those corners sure do look prettier when they are rounded.
---
 .../prog/en/includes/serials-menu.inc              |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc
index b54c842..90f8959 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc
@@ -1,4 +1,5 @@
 [% IF ( subscriptionid ) %]
+<div id="menu">
 <ul>
 <li><a href="serials-collection.pl?subscriptionid=[% subscriptionid %]">Serial Collection</a></li>
 	[% IF ( CAN_user_serials_routing ) %]
@@ -10,7 +11,6 @@
 	[% END %]
 </ul>
 [% END %]
-
 <ul>
     [% IF ( CAN_user_serials_claim_serials ) %]
 	<li><a href="/cgi-bin/koha/serials/claims.pl">Claims</a></li>
@@ -19,3 +19,4 @@
 	<li><a href="/cgi-bin/koha/serials/checkexpiration.pl">Check Expiration</a></li>
     [% END %]
 </ul>
+</div>
-- 
1.7.5.4


More information about the Patches mailing list