Corrections to enable tabs, YUI toolbar
authorOwen Leonard <oleonard@myacpl.org>
Sun, 4 Nov 2007 22:23:43 +0000 (16:23 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 4 Nov 2007 22:30:18 +0000 (16:30 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl

index 3a1a993..296d0a2 100644 (file)
@@ -4,30 +4,6 @@
 <!-- TMPL_INCLUDE NAME="yui-toolbars.inc" -->
 <script type="text/javascript">
 //<![CDATA[
-showlayer('<!-- TMPL_VAR NAME="yearmax"-->');
-
-function showlayer(numlayer)
-{
-       var yeardata=document.getElementsByName("yeardata");
-    for (i=0; i<yeardata.length; i++ ) {
-               ong=yeardata[i].getAttribute('id');
-        if (numlayer==ong) {
-                       yeardata[i].setAttribute("class","content_visible");
-            var tabactive=document.getElementById('link'+numlayer);
-            tabactive.removeAttribute("class");
-            tabactive.setAttribute("class","tab_active");
-               } else {
-                       yeardata[i].removeAttribute("class");
-            yeardata[i].setAttribute("class","content_hidden");
-            try {
-                var tabactive=document.getElementById('link'+ong);
-                tabactive.removeAttribute("class");
-                tabactive.setAttribute("class","tab_inactive");
-            }
-            catch(e){};
-               }
-       }
-}
 function addsubscriptionid()
 {
        var tab=new Array();
@@ -62,7 +38,7 @@ $(document).ready(function() {
 //]]>
 </script>
 </head>
-<body>
+<body class="yui-skin-sam">
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="serials-search.inc" -->
 
@@ -89,9 +65,9 @@ $(document).ready(function() {
 <caption> Subscription Summaries</caption>
 <!--/TMPL_IF-->
 <tr>
-  <th>Subs </th>
-  <th>Freq</th>
-  <th>Num pattern</th>
+  <th>Subscription Num. </th>
+  <th>Frequency</th>
+  <th>Numbering pattern</th>
   <th>Branch</th>
   <th>Call Number</th>
   <th>Notes</th>