Bug 7760 - Add ids and classes to every staff page to help with customizaton (circulation)

New id: circ_<filename>
New class: circ

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
This commit is contained in:
Katrin Fischer 2012-03-21 22:45:09 +01:00 committed by Paul Poulain
parent 9e975aaf24
commit 9ab692693e
17 changed files with 18 additions and 17 deletions

View 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' %]

View file

@ -8,7 +8,7 @@ $(document).ready(function(){
});
</script>
</head>
<body>
<body id="circ_bookcount" class="circ">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'circ-search.inc' %]

View 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' %]

View 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' %]

View 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' %]

View 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' %]

View file

@ -75,7 +75,7 @@
</style>
[% INCLUDE 'calendar.inc' %]
</head>
<body>
<body id="circ_overdue" class="circ">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'circ-search.inc' %]

View file

@ -46,7 +46,7 @@ $(document).ready(function() {
//]]>
</script>
</head>
<body>
<body id="circ_pendingreserves" class="circ">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'circ-search.inc' %]

View file

@ -14,7 +14,7 @@
}
</script>
</head>
<body onload="printThenClose();">
<body id="circ_printslip" class="circ" onload="printThenClose();">
<div id="receipt">
[% IF plain %]

View 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' %]

View file

@ -42,7 +42,7 @@ function Dopop(link) {
//]]>
</script>
</head>
<body>
<body id="circ_returns" class="circ">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'checkin-search.inc' %]

View file

@ -5,7 +5,7 @@
.noshow {display: none;}
</style>
</head>
<body>
<body id="circ_selectbranchprinter" class="circ">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'circ-search.inc' %]

View 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' %]

View 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>

View file

@ -23,7 +23,7 @@ $(document).ready(function() {
//]]>
</script>
</head>
<body>
<body id="circ_transferstoreceive" class="circ">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'circ-search.inc' %]

View 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' %]

View file

@ -23,7 +23,7 @@ $.tablesorter.addParser({
//]]>
</script>
</head>
<body>
<body id="circ_waitingreserves" class="circ">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'circ-search.inc' %]