View | Details | Raw Unified | Return to bug 7760
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/billing.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
8
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
9
<!-- End of additions -->
9
<!-- End of additions -->
10
</head>
10
</head>
11
<body>
11
<body id="circ_billing" class="circ">
12
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'circ-search.inc' %]
13
[% INCLUDE 'circ-search.inc' %]
14
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (-1 / +1 lines)
Lines 8-14 $(document).ready(function(){ Link Here
8
});
8
});
9
</script>
9
</script>
10
</head>
10
</head>
11
<body>
11
<body id="circ_bookcount" class="circ">
12
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'circ-search.inc' %]
13
[% INCLUDE 'circ-search.inc' %]
14
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Circulation &rsaquo; Overdues at [% LoginBranchname %]</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Overdues at [% LoginBranchname %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="circ_branchoverdues" class="circ">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Circulation &rsaquo; Transfers</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Transfers</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="circ_branchtransfers" class="circ">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Circulation</title>
2
<title>Koha &rsaquo; Circulation</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="circ_circulation-home" class="circ">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 157-163 function refocus(calendar) { Link Here
157
</script>
157
</script>
158
[% INCLUDE 'calendar.inc' %]
158
[% INCLUDE 'calendar.inc' %]
159
</head>
159
</head>
160
<body>
160
<body id="circ_circulation" class="circ">
161
161
162
[% INCLUDE 'header.inc' %]
162
[% INCLUDE 'header.inc' %]
163
[% INCLUDE 'circ-search.inc' %]
163
[% INCLUDE 'circ-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +1 lines)
Lines 71-77 Link Here
71
</style>
71
</style>
72
[% INCLUDE 'calendar.inc' %]
72
[% INCLUDE 'calendar.inc' %]
73
</head>
73
</head>
74
<body>
74
<body id="circ_overdue" class="circ">
75
[% INCLUDE 'header.inc' %]
75
[% INCLUDE 'header.inc' %]
76
[% INCLUDE 'circ-search.inc' %]
76
[% INCLUDE 'circ-search.inc' %]
77
77
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 46-52 $(document).ready(function() { Link Here
46
//]]>
46
//]]>
47
</script>
47
</script>
48
</head>
48
</head>
49
<body>
49
<body id="circ_pendingreserves" class="circ">
50
[% INCLUDE 'header.inc' %]
50
[% INCLUDE 'header.inc' %]
51
[% INCLUDE 'circ-search.inc' %]
51
[% INCLUDE 'circ-search.inc' %]
52
52
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-1 / +1 lines)
Lines 14-20 Link Here
14
    }
14
    }
15
</script>
15
</script>
16
</head>
16
</head>
17
<body onload="printThenClose();">
17
<body id="circ_printslip" class="circ" onload="printThenClose();">
18
<div id="receipt">
18
<div id="receipt">
19
19
20
[% IF plain %]
20
[% IF plain %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +1 lines)
Lines 40-46 $.tablesorter.addParser({ Link Here
40
    .ratiolimit { color: blue; cursor: pointer; }
40
    .ratiolimit { color: blue; cursor: pointer; }
41
</style>
41
</style>
42
</head>
42
</head>
43
<body>
43
<body id="circ_reserveratios" class="circ">
44
[% INCLUDE 'header.inc' %]
44
[% INCLUDE 'header.inc' %]
45
[% INCLUDE 'circ-search.inc' %]
45
[% INCLUDE 'circ-search.inc' %]
46
46
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 41-47 function Dopop(link) { Link Here
41
//]]>
41
//]]>
42
</script>
42
</script>
43
</head>
43
</head>
44
<body>
44
<body id="circ_returns" class="circ">
45
[% INCLUDE 'header.inc' %]
45
[% INCLUDE 'header.inc' %]
46
[% INCLUDE 'checkin-search.inc' %]
46
[% INCLUDE 'checkin-search.inc' %]
47
47
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
    .noshow {display: none;}
5
    .noshow {display: none;}
6
</style>
6
</style>
7
</head>
7
</head>
8
<body>
8
<body id="circ_selectbranchprinter" class="circ">
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'circ-search.inc' %]
10
[% INCLUDE 'circ-search.inc' %]
11
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/stats.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Circulation &rsaquo; Statistics</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Statistics</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="circ_stats" class="circ">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
7
[% INCLUDE 'circ-search.inc' %]
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt (-1 / +2 lines)
Lines 9-15 window.close(); Link Here
9
}
9
}
10
</script>
10
</script>
11
</head>
11
</head>
12
<body onload="printandclose();"><div id="main">
12
<body id="circ_transfer-slip" class="circ" onload="printandclose();">
13
<div id="main">
13
14
14
<h5>Date: [% pulldate %]</h5>
15
<h5>Date: [% pulldate %]</h5>
15
<h3>Transfer to [% branchname %]</h3>
16
<h3>Transfer to [% branchname %]</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 23-29 $(document).ready(function() { Link Here
23
//]]>
23
//]]>
24
</script>
24
</script>
25
</head>
25
</head>
26
<body>
26
<body id="circ_transferstoreceive" class="circ">
27
[% INCLUDE 'header.inc' %]
27
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'circ-search.inc' %]
28
[% INCLUDE 'circ-search.inc' %]
29
29
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<style type="text/css"> p { margin-top: 0; }</style>
4
<style type="text/css"> p { margin-top: 0; }</style>
5
</head>
5
</head>
6
<body>
6
<body id="circ_view_holdsqueue" class="circ">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-2 / +1 lines)
Lines 23-29 $.tablesorter.addParser({ Link Here
23
//]]>
23
//]]>
24
</script>
24
</script>
25
</head>
25
</head>
26
<body>
26
<body id="circ_waitingreserves" class="circ">
27
[% INCLUDE 'header.inc' %]
27
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'circ-search.inc' %]
28
[% INCLUDE 'circ-search.inc' %]
29
29
30
- 

Return to bug 7760