Bug 7760 - Add ids and classes to every staff page to help with customizaton (circula...
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Wed, 21 Mar 2012 21:45:09 +0000 (22:45 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 17:12:27 +0000 (18:12 +0100)
New id: circ_<filename>
New class: circ

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
17 files changed:
koha-tmpl/intranet-tmpl/prog/en/modules/circ/billing.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/stats.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt

index a24c99a..f1f1d82 100644 (file)
@@ -8,7 +8,7 @@
 <script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
 <!-- End of additions -->
 </head>
-<body>
+<body id="circ_billing" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index 43ef0c9..bd1764b 100644 (file)
@@ -8,7 +8,7 @@ $(document).ready(function(){
 });
 </script>
 </head>
-<body>
+<body id="circ_bookcount" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index a8a8912..87eeac6 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Circulation &rsaquo; Overdues at [% LoginBranchname %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="circ_branchoverdues" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index 097089a..a8fc073 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Circulation &rsaquo; Transfers</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="circ_branchtransfers" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index 6e7ae45..bdd735d 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Circulation</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="circ_circulation-home" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index 1d0e07a..eaa4a8d 100644 (file)
@@ -157,7 +157,7 @@ function refocus(calendar) {
 </script>
 [% INCLUDE 'calendar.inc' %]
 </head>
-<body>
+<body id="circ_circulation" class="circ">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
index c862738..c230e76 100644 (file)
@@ -75,7 +75,7 @@
 </style>
 [% INCLUDE 'calendar.inc' %]
 </head>
-<body>
+<body id="circ_overdue" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index 634bab9..426f06d 100644 (file)
@@ -46,7 +46,7 @@ $(document).ready(function() {
 //]]>
 </script>
 </head>
-<body>
+<body id="circ_pendingreserves" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index a790069..3e60d73 100644 (file)
@@ -14,7 +14,7 @@
     }
 </script>
 </head>
-<body onload="printThenClose();">
+<body id="circ_printslip" class="circ" onload="printThenClose();">
 <div id="receipt">
 
 [% IF plain %]
index 8fe571b..da6292d 100644 (file)
@@ -40,7 +40,7 @@ $.tablesorter.addParser({
     .ratiolimit { color: blue; cursor: pointer; }
 </style>
 </head>
-<body>
+<body id="circ_reserveratios" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index 033d3cf..c51fed1 100644 (file)
@@ -42,7 +42,7 @@ function Dopop(link) {
 //]]>
 </script>
 </head>
-<body>
+<body id="circ_returns" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'checkin-search.inc' %]
 
index 9b77e68..2f842bc 100644 (file)
@@ -5,7 +5,7 @@
     .noshow {display: none;}
 </style>
 </head>
-<body>
+<body id="circ_selectbranchprinter" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index 880a096..d62c1af 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Circulation &rsaquo; Statistics</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="circ_stats" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index 9d9ac99..d448186 100644 (file)
@@ -9,7 +9,8 @@ window.close();
 }
 </script>
 </head>
-<body onload="printandclose();"><div id="main">
+<body id="circ_transfer-slip" class="circ" onload="printandclose();">
+<div id="main">
 
 <h5>Date: [% pulldate %]</h5>
 <h3>Transfer to [% branchname %]</h3>
index 2c84d5d..1b9bac6 100644 (file)
@@ -23,7 +23,7 @@ $(document).ready(function() {
 //]]>
 </script>
 </head>
-<body>
+<body id="circ_transferstoreceive" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index d9ba8fc..09a8ac0 100644 (file)
@@ -3,7 +3,7 @@
 [% INCLUDE 'doc-head-close.inc' %]
 <style type="text/css"> p { margin-top: 0; }</style>
 </head>
-<body>
+<body id="circ_view_holdsqueue" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 0de1f0f..d4b88a4 100644 (file)
@@ -23,7 +23,7 @@ $.tablesorter.addParser({
 //]]>
 </script>
 </head>
-<body>
+<body id="circ_waitingreserves" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]