From fa29300633c00ea4f2c1174bcd65f3878e3b2eaf Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Fri, 4 Jun 2010 22:18:15 -0400 Subject: [PATCH] Bug 4223: Divides the information on the Serials Subscription detail page into tabs. Content-Type: text/plain; charset="utf-8" --- .../en/modules/serials/subscription-detail.tmpl | 158 +++++++++++--------- 1 files changed, 86 insertions(+), 72 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tmpl index 86c3efc..17cee63 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tmpl @@ -34,6 +34,9 @@ function popup(subscriptionid) { newin=window.open("subscription-renew.pl?mode=popup&subscriptionid="+subscriptionid,'popup','width=590,height=440,toolbar=false,scrollbars=yes'); } +$(document).ready(function() { + $("#subscription_description").tabs(); +}); --> @@ -75,6 +78,89 @@ function popup(subscriptionid) { +
+ + +
+

Serial issues

+ + + + + + + + + + + + + + + +
Issue numberPlanned datePublished dateStatus
+ + + + + + + + Expected + + + Arrived + + + Late + + + Missing + + + Not Available + + + Claimed + + + + +
+
+ +
+

Subscription summary

+ + + + + + + + + + + + + + + + + + + + + +
+
+ +

Subscription information

@@ -285,78 +371,6 @@ function popup(subscriptionid) {
-
-

Serial issues

- - - - - - - - - - - - - - - -
Issue numberPlanned datePublished dateStatus
- - - - - - - - Expected - - - Arrived - - - Late - - - Missing - - - Not Available - - - Claimed - - - - -
-
-
-

Subscription summary

- - - - - - - - - - - - - - - - - - - - - -
-
-- 1.5.6.5