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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc (-3 / +3 lines)
Lines 1-5 Link Here
1
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/calendar/calendar-system.css"/>
1
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/calendar/calendar-system.css"/>
2
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar.js"></script>
2
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar.js"></script>
3
<script type="text/javascript">
3
<script type="text/javascript">
4
// full day names
4
// full day names
5
Calendar._DN = new Array(_("Sunday"),_("Monday"),_("Tuesday"),_("Wednesday"),_("Thursday"),_("Friday"),_("Saturday"),_("Sunday"));
5
Calendar._DN = new Array(_("Sunday"),_("Monday"),_("Tuesday"),_("Wednesday"),_("Thursday"),_("Friday"),_("Saturday"),_("Sunday"));
Lines 61-67 Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; Link Here
61
Calendar._TT["WK"] = _("wk");
61
Calendar._TT["WK"] = _("wk");
62
Calendar._TT["TIME"] = _("Time:");
62
Calendar._TT["TIME"] = _("Time:");
63
</script>
63
</script>
64
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
64
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar-setup.js"></script>
65
<script type="text/javascript">
65
<script type="text/javascript">
66
//<![CDATA[
66
//<![CDATA[
67
var debug    = "[% debug %]";
67
var debug    = "[% debug %]";
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc (-1 / +1 lines)
Lines 5-11 Link Here
5
		<td>[% totalprice %]</td>
5
		<td>[% totalprice %]</td>
6
		<td colspan="2">
6
		<td colspan="2">
7
			<p>Renewal due date: <input type="text" size="8" id="newduedate" name="newduedate" value="[% newduedate %]" />
7
			<p>Renewal due date: <input type="text" size="8" id="newduedate" name="newduedate" value="[% newduedate %]" />
8
			<img src="[% themelang %]/lib/calendar/cal.gif" id="newduedate_button" alt="Show Calendar" />
8
			<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="newduedate_button" alt="Show Calendar" />
9
			<script type="text/javascript"> //<![CDATA[
9
			<script type="text/javascript"> //<![CDATA[
10
			//#TODO - ADD syspref (AllowPostDatedCheckouts).
10
			//#TODO - ADD syspref (AllowPostDatedCheckouts).
11
			 Calendar.setup(
11
			 Calendar.setup(
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc (-1 / +1 lines)
Lines 1-5 Link Here
1
<!-- AJAX file upload stuff -->
1
<!-- AJAX file upload stuff -->
2
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/ajaxfileupload.js"></script>
2
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/ajaxfileupload.js"></script>
3
<script type="text/javascript">
3
<script type="text/javascript">
4
    //<![CDATA[
4
    //<![CDATA[
5
    var fileUploadProgressTimer = 0;
5
    var fileUploadProgressTimer = 0;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc (-5 / +5 lines)
Lines 1-7 Link Here
1
<script type="text/javascript">                            
1
<script type="text/javascript">                            
2
    var GB_ROOT_DIR = "[% themelang %]/lib/greybox/";                               
2
    var GB_ROOT_DIR = "[% interface %]/[% theme %]/lib/greybox/";                               
3
</script>
3
</script>
4
<script type="text/javascript" src="[% themelang %]/lib/greybox/AJS.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/AJS.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/greybox/AJS_fx.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/AJS_fx.js"></script>
6
<script type="text/javascript" src="[% themelang %]/lib/greybox/gb_scripts.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/gb_scripts.js"></script>
7
<link href="[% themelang %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
7
<link href="[% interface %]/[% theme %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc (-8 / +8 lines)
Lines 2-19 Link Here
2
<title>Online Help</title>
2
<title>Online Help</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
5
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
6
[% IF ( intranetstylesheet ) %]
6
[% IF ( intranetstylesheet ) %]
7
<link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
7
<link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
8
[% ELSE %]
8
[% ELSE %]
9
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/staff-global.css" />
10
[% END %]
10
[% END %]
11
<script type="text/javascript" src="[% themelang %]/lib/jquery/jquery.js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/jquery.js"></script>
12
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/ui.tabs.js"></script>
12
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/ui.tabs.js"></script>
13
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
13
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
14
<!-- local colors -->
14
<!-- local colors -->
15
[% IF ( intranetcolorstylesheet ) %]
15
[% IF ( intranetcolorstylesheet ) %]
16
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% intranetcolorstylesheet %]" />
16
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% intranetcolorstylesheet %]" />
17
[% END %]
17
[% END %]
18
<!-- yui js --> 
18
<!-- yui js --> 
19
<script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
19
<script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
Lines 22-29 Link Here
22
<script type="text/javascript" src="[% yuipath %]/container/container_core-min.js"></script> 
22
<script type="text/javascript" src="[% yuipath %]/container/container_core-min.js"></script> 
23
<script type="text/javascript" src="[% yuipath %]/menu/menu-min.js"></script> 
23
<script type="text/javascript" src="[% yuipath %]/menu/menu-min.js"></script> 
24
<!-- koha core js -->
24
<!-- koha core js -->
25
<script type="text/javascript" src="[% themelang %]/js/staff-global.js"></script>
25
<script type="text/javascript" src="[% interface %]/[% theme %]/js/staff-global.js"></script>
26
26
27
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
27
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/help.css" />
28
</head>
28
</head>
29
<body id="help">
29
<body id="help">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +2 lines)
Lines 8-15 Link Here
8
[% END %]
8
[% END %]
9
</title>
9
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
12
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
12
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
13
<script type="text/JavaScript">
13
<script type="text/JavaScript">
14
//<![CDATA[
14
//<![CDATA[
15
    $(document).ready(function() {
15
    $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% UNLESS ( closedate ) %]
5
[% UNLESS ( closedate ) %]
6
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
9
    $(document).ready(function() {
9
    $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
2
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
5
[% IF ( grouping ) %]
5
[% IF ( grouping ) %]
6
<script type="text/javascript" src="[% yuipath %]/yahoo-dom-event/yahoo-dom-event.js"></script>
6
<script type="text/javascript" src="[% yuipath %]/yahoo-dom-event/yahoo-dom-event.js"></script>
7
<script type="text/javascript" src="[% yuipath %]/animation/animation-min.js"></script>
7
<script type="text/javascript" src="[% yuipath %]/animation/animation-min.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% END %]
7
[% END %]
8
</title>
8
</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
11
<script type="text/javascript">
11
<script type="text/javascript">
12
//<![CDATA[
12
//<![CDATA[
13
// to check if the data are correctly entered.
13
// to check if the data are correctly entered.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-3 / +3 lines)
Lines 7-16 Link Here
7
	vertical-align: top;
7
	vertical-align: top;
8
}
8
}
9
</style>
9
</style>
10
<link rel="stylesheet" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/datatables.css" />
11
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
12
[% INCLUDE 'datatables-strings.inc' %]
12
[% INCLUDE 'datatables-strings.inc' %]
13
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
13
<script type="text/javascript" src="[% interface %]/[% theme %]/js/datatables.js"></script>
14
<script type="text/javascript">
14
<script type="text/javascript">
15
//<![CDATA[
15
//<![CDATA[
16
$(document).ready(function() {
16
$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-2 / +2 lines)
Lines 28-39 Link Here
28
        <li><label for="booksellerinvoicenumber ">Bookseller invoice no: </label> <input type="text" name="booksellerinvoicenumber" id="booksellerinvoicenumber" value="[% booksellerinvoicenumber %]" /></li>
28
        <li><label for="booksellerinvoicenumber ">Bookseller invoice no: </label> <input type="text" name="booksellerinvoicenumber" id="booksellerinvoicenumber" value="[% booksellerinvoicenumber %]" /></li>
29
		<li><label for="from">From: </label> 
29
		<li><label for="from">From: </label> 
30
			<input type="text" size="10" id="from" name="from" value="[% from_placed_on %]" />
30
			<input type="text" size="10" id="from" name="from" value="[% from_placed_on %]" />
31
			<img src="[% themelang %]/lib/calendar/cal.gif" id="openCalendarFrom" style="cursor: pointer;" alt="Show Calendar" />
31
			<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="openCalendarFrom" style="cursor: pointer;" alt="Show Calendar" />
32
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
32
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
33
		</li>
33
		</li>
34
		<li><label for="to">To: </label> 
34
		<li><label for="to">To: </label> 
35
			<input type="text" size="10" id="to" name="to" value="[% to_placed_on %]" />
35
			<input type="text" size="10" id="to" name="to" value="[% to_placed_on %]" />
36
			<img src="[% themelang %]/lib/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" alt="Show Calendar" />
36
			<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" alt="Show Calendar" />
37
			<script type="text/javascript">
37
			<script type="text/javascript">
38
				// return true if the date is blocked.
38
				// return true if the date is blocked.
39
				function disable_from(date) {var limit = get_Calendar_limit(date,'to'  ); return (limit && limit < date);}  // true or false
39
				function disable_from(date) {var limit = get_Calendar_limit(date,'to'  ); return (limit && limit < date);}  // true or false
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-3 / +3 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
[% INCLUDE 'calendar.inc' %]
6
[% INCLUDE 'calendar.inc' %]
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
Lines 152-163 $(document).ready(function() { Link Here
152
    <li><label for="delay">Order date:</label><input size="3" maxlength="3" id="delay" type="text" name="delay" value="[% delay %]" /> days ago</li>
152
    <li><label for="delay">Order date:</label><input size="3" maxlength="3" id="delay" type="text" name="delay" value="[% delay %]" /> days ago</li>
153
    <li><label for="delay">Estimated Delivery date from: </label>
153
    <li><label for="delay">Estimated Delivery date from: </label>
154
        <input type="text" size="10" id="estimateddeliverydatefrom" name="estimateddeliverydatefrom" value="[% estimateddeliverydatefrom %]" />
154
        <input type="text" size="10" id="estimateddeliverydatefrom" name="estimateddeliverydatefrom" value="[% estimateddeliverydatefrom %]" />
155
        <img src="[% themelang %]/lib/calendar/cal.gif" id="openCalendarFrom" style="cursor: pointer;" alt="Show Calendar" />
155
        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="openCalendarFrom" style="cursor: pointer;" alt="Show Calendar" />
156
        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
156
        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
157
    </li>
157
    </li>
158
    <li><label for="delay">To: </label>
158
    <li><label for="delay">To: </label>
159
        <input type="text" size="10" id="estimateddeliverydateto" name="estimateddeliverydateto" value="[% estimateddeliverydateto %]" />
159
        <input type="text" size="10" id="estimateddeliverydateto" name="estimateddeliverydateto" value="[% estimateddeliverydateto %]" />
160
        <img src="[% themelang %]/lib/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" alt="Show Calendar" />
160
        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" alt="Show Calendar" />
161
        <script type="text/javascript">
161
        <script type="text/javascript">
162
            // return true if the date is blocked.
162
            // return true if the date is blocked.
163
            function disable_from(date) {var limit = get_Calendar_limit(date,'estimateddeliverydatefrom'); return (limit && limit < date);}
163
            function disable_from(date) {var limit = get_Calendar_limit(date,'estimateddeliverydatefrom'); return (limit && limit < date);}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 3-11 Link Here
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno %] &rsaquo; [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber %])[% ELSE %]New order[% END %]</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno %] &rsaquo; [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber %])[% ELSE %]New order[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
5
6
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
7
[% INCLUDE 'additem.js.inc' %]
7
[% INCLUDE 'additem.js.inc' %]
8
<script type="text/javascript" src="[% themelang %]/js/additem.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/js/additem.js"></script>
9
<script type="text/javascript">
9
<script type="text/javascript">
10
//<![CDATA[
10
//<![CDATA[
11
actTotal = "";
11
actTotal = "";
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Receipt summary for : [% name %] [% IF ( invoice ) %]invoice, [% invoice %][% END %]</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Receipt summary for : [% name %] [% IF ( invoice ) %]invoice, [% invoice %][% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'additem.js.inc' %]
4
[% INCLUDE 'additem.js.inc' %]
5
<script type="text/javascript" src="[% themelang %]/js/additem.js"> </script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/additem.js"> </script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
    function Check(form) {
8
    function Check(form) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'greybox.inc' %]
5
[% INCLUDE 'greybox.inc' %]
6
<script type="text/javascript" src="[% yuipath %]/json/json-min.js"></script>
6
<script type="text/javascript" src="[% yuipath %]/json/json-min.js"></script>
7
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +1 lines)
Lines 103-109 Link Here
103
        </li> -->
103
        </li> -->
104
         <li><label for="datereceived">Shipment date: </label>
104
         <li><label for="datereceived">Shipment date: </label>
105
            <input type="text" id="datereceived" name="datereceived"  maxlength="10" size="10"  value="[% datereceived_today %]" />
105
            <input type="text" id="datereceived" name="datereceived"  maxlength="10" size="10"  value="[% datereceived_today %]" />
106
            <img src="[% themelang %]/lib/calendar/cal.gif" id="datereceived_button" alt="Show Calendar" />
106
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="datereceived_button" alt="Show Calendar" />
107
      <script language="JavaScript" type="text/javascript">
107
      <script language="JavaScript" type="text/javascript">
108
        Calendar.setup(
108
        Calendar.setup(
109
          {
109
          {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Orders with uncertain prices for Vendor [% booksellername %]</title>
2
<title>Koha &rsaquo; Orders with uncertain prices for Vendor [% booksellername %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
5
<script type="text/javascript">
5
<script type="text/javascript">
6
//<![CDATA[
6
//<![CDATA[
7
function check(form) {
7
function check(form) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-4 / +4 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
3
[% INCLUDE 'greybox.inc' %]
3
[% INCLUDE 'greybox.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7
[% INCLUDE 'datatables-strings.inc' %]
7
[% INCLUDE 'datatables-strings.inc' %]
8
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/js/datatables.js"></script>
9
9
10
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
11
<script type="text/javascript">
11
<script type="text/javascript">
12
//<![CDATA[
12
//<![CDATA[
13
    $(document).ready(function(){
13
    $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-2 / +2 lines)
Lines 2-9 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'calendar.inc' %]
3
[% INCLUDE 'calendar.inc' %]
4
4
5
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
6
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
7
<script type="text/javascript">
7
<script type="text/javascript">
8
// #################################################################################
8
// #################################################################################
9
// Javascript
9
// Javascript
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-5 / +5 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; Funds[% IF ( add_form ) %] &rsaquo; [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name %]'[% END %][% ELSE %]Add fund [% END %][% END %]</title>
2
<title>Koha &rsaquo; Administration &rsaquo; Funds[% IF ( add_form ) %] &rsaquo; [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name %]'[% END %][% ELSE %]Add fund [% END %][% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
5
5
6
[% IF ( add_form ) %]
6
[% IF ( add_form ) %]
7
<script type="text/javascript">
7
<script type="text/javascript">
Lines 84-94 Link Here
84
//]]>
84
//]]>
85
</script>
85
</script>
86
[% ELSE %]
86
[% ELSE %]
87
<link href="[% themelang %]/lib/jquery/plugins/treetable/stylesheets/jquery.treeTable.css" rel="stylesheet" type="text/css" />
87
<link href="[% interface %]/[% theme %]/lib/jquery/plugins/treetable/stylesheets/jquery.treeTable.css" rel="stylesheet" type="text/css" />
88
88
89
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
89
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
90
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/treetable/jquery.treeTable.min.js"></script>
90
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/treetable/jquery.treeTable.min.js"></script>
91
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.qtip.js"></script>
91
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.qtip.js"></script>
92
92
93
<script type="text/javascript">
93
<script type="text/javascript">
94
//<![CDATA[
94
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-3 / +3 lines)
Lines 10-16 Link Here
10
[% IF ( delete_confirmed ) %]Contract deleted[% END %]</title>
10
[% IF ( delete_confirmed ) %]Contract deleted[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'calendar.inc' %]
12
[% INCLUDE 'calendar.inc' %]
13
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
13
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
14
<script type="text/javascript">
14
<script type="text/javascript">
15
//<![CDATA[
15
//<![CDATA[
16
// to check if the data are correctly entered.
16
// to check if the data are correctly entered.
Lines 112-118 function Check(ff) { Link Here
112
                                </li>
112
                                </li>
113
                                <li><label for="contractstartdate" class="required">Start date *</label> &nbsp;
113
                                <li><label for="contractstartdate" class="required">Start date *</label> &nbsp;
114
                                        <input type="text" name="contractstartdate" id="contractstartdate" value="[% contractstartdate %]" maxlength="10"  size="10"/>
114
                                        <input type="text" name="contractstartdate" id="contractstartdate" value="[% contractstartdate %]" maxlength="10"  size="10"/>
115
                                        <img src="[% themelang %]/lib/calendar/cal.gif" id="contractstartdate_button" alt="Show Calendar" />
115
                                        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="contractstartdate_button" alt="Show Calendar" />
116
                                        <script language="JavaScript" type="text/javascript">
116
                                        <script language="JavaScript" type="text/javascript">
117
                                            Calendar.setup(
117
                                            Calendar.setup(
118
                                            {
118
                                            {
Lines 126-132 function Check(ff) { Link Here
126
                                </li>
126
                                </li>
127
                                <li><label for="contractenddate" class="required">End date *</label> &nbsp;
127
                                <li><label for="contractenddate" class="required">End date *</label> &nbsp;
128
                                        <input type="text" name="contractenddate" id="contractenddate" value="[% contractenddate %]" maxlength="10"  size="10" />
128
                                        <input type="text" name="contractenddate" id="contractenddate" value="[% contractenddate %]" maxlength="10"  size="10" />
129
                                        <img src="[% themelang %]/lib/calendar/cal.gif" id="contractenddate_button" alt="Show Calendar" />
129
                                        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="contractenddate_button" alt="Show Calendar" />
130
                                        <script language="JavaScript" type="text/javascript">
130
                                        <script language="JavaScript" type="text/javascript">
131
                                            Calendar.setup(
131
                                            Calendar.setup(
132
                                            {
132
                                            {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; Planning for [% budget_period_description %] by [% authcat %]</title>
2
<title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; Planning for [% budget_period_description %] by [% authcat %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
// ---------------------------------------------------------------------
8
// ---------------------------------------------------------------------
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-2 / +2 lines)
Lines 4-11 Link Here
4
    [% IF ( heading_add_tag_p ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; New tag[% END %]
4
    [% IF ( heading_add_tag_p ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; New tag[% END %]
5
    [% ELSE %]&rsaquo; [% action %][% END %][% END %][% IF ( delete_confirm ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Confirm deletion[% END %][% IF ( delete_confirmed ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Data deleted[% END %]</title>
5
    [% ELSE %]&rsaquo; [% action %][% END %][% END %][% IF ( delete_confirm ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Confirm deletion[% END %][% IF ( delete_confirmed ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Data deleted[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
8
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
9
<script type="text/javascript" id="js">$(document).ready(function() {
9
<script type="text/javascript" id="js">$(document).ready(function() {
10
	$("#table_authtagstructure").tablesorter({
10
	$("#table_authtagstructure").tablesorter({
11
		sortList: [[0,0]],
11
		sortList: [[0,0]],
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-2 / +2 lines)
Lines 5-12 Link Here
5
[% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]
5
[% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]
6
[% IF ( else ) %]Authorized values[% END %]</title>
6
[% IF ( else ) %]Authorized values[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
9
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
9
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
10
<script type="text/javascript" id="js">$(document).ready(function() {
10
<script type="text/javascript" id="js">$(document).ready(function() {
11
	// call the tablesorter plugin
11
	// call the tablesorter plugin
12
	$("#table_authorized_values").tablesorter({
12
	$("#table_authorized_values").tablesorter({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-3 / +3 lines)
Lines 1-9 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
2
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
6
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
9
	$(document).ready(function(){
9
	$(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-4 / +4 lines)
Lines 11-24 Link Here
11
[% END %]
11
[% END %]
12
</title>
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
14
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
15
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
15
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
16
<script type="text/javascript" src="[% themelang %]/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
16
<script type="text/javascript" src="[% interface %]/[% theme %]/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
17
<script language="javascript" type="text/javascript">
17
<script language="javascript" type="text/javascript">
18
tinyMCE.init({
18
tinyMCE.init({
19
    mode : "textareas",
19
    mode : "textareas",
20
    theme : "advanced",
20
    theme : "advanced",
21
    content_css : "[% themelang %]/css/tinymce.css",
21
    content_css : "[% interface %]/[% theme %]/css/tinymce.css",
22
    plugins : "table,save,advhr,advlink,iespell,contextmenu",
22
    plugins : "table,save,advhr,advlink,iespell,contextmenu",
23
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,",
23
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,",
24
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
24
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt (-3 / +3 lines)
Lines 4-11 Link Here
4
[% IF ( delete_confirm ) %][% IF ( totalgtzero ) %]Cannot delete: category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %]
4
[% IF ( delete_confirm ) %][% IF ( totalgtzero ) %]Cannot delete: category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %]
5
[% IF ( delete_confirmed ) %]Category deleted[% END %]</title>
5
[% IF ( delete_confirmed ) %]Category deleted[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
8
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
9
<script type="text/javascript" id="js">$(document).ready(function() {
9
<script type="text/javascript" id="js">$(document).ready(function() {
10
	$("#table_categorie").tablesorter({
10
	$("#table_categorie").tablesorter({
11
		sortList: [[0,0]],
11
		sortList: [[0,0]],
Lines 133-139 Link Here
133
	<li><label for="enrolmentperiod" style="width:6em;">In months: </label>
133
	<li><label for="enrolmentperiod" style="width:6em;">In months: </label>
134
		<input type="text" name="enrolmentperiod" id="enrolmentperiod" size="3" maxlength="3" value="[% IF ( enrolmentperiod ) %][% enrolmentperiod %][% END %]" /> months</li>
134
		<input type="text" name="enrolmentperiod" id="enrolmentperiod" size="3" maxlength="3" value="[% IF ( enrolmentperiod ) %][% enrolmentperiod %][% END %]" /> months</li>
135
	<li><label for="enrolmentperioddate" style="width:6em;">Until date: </label>
135
	<li><label for="enrolmentperioddate" style="width:6em;">Until date: </label>
136
		<input type="text" name="enrolmentperioddate" id="enrolmentperioddate" value="[% enrolmentperioddate %]" /> <img src="[% themelang %]/lib/calendar/cal.gif" id="enrolmentperioddate_button" alt="Show Calendar" />
136
		<input type="text" name="enrolmentperioddate" id="enrolmentperioddate" value="[% enrolmentperioddate %]" /> <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="enrolmentperioddate_button" alt="Show Calendar" />
137
		<script type="text/javascript">
137
		<script type="text/javascript">
138
            //<![CDATA[
138
            //<![CDATA[
139
               Calendar.setup({
139
               Calendar.setup({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-2 / +2 lines)
Lines 1-8 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; [% IF ( add_form ) %]Cities &rsaquo; [% IF ( cityid ) %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF ( delete_confirm ) %]Cities &rsaquo; Confirm deletion of city[% ELSE %] Cities[% END %][% END %]</title>
2
<title>Koha &rsaquo; Administration &rsaquo; [% IF ( add_form ) %]Cities &rsaquo; [% IF ( cityid ) %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF ( delete_confirm ) %]Cities &rsaquo; Confirm deletion of city[% ELSE %] Cities[% END %][% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
6
<script type="text/javascript" id="js">$(document).ready(function() {
6
<script type="text/javascript" id="js">$(document).ready(function() {
7
	$.tablesorter.defaults.widgets = ['zebra'];
7
	$.tablesorter.defaults.widgets = ['zebra'];
8
	$("#table_cities").tablesorter({
8
	$("#table_cities").tablesorter({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +2 lines)
Lines 18-25 Data deleted Link Here
18
[% END %]
18
[% END %]
19
</title>
19
</title>
20
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
21
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
21
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
22
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
22
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
23
<script type="text/javascript" id="js">$(document).ready(function() {
23
<script type="text/javascript" id="js">$(document).ready(function() {
24
	// call the tablesorter plugin
24
	// call the tablesorter plugin
25
	$("#table_item_type").tablesorter({
25
	$("#table_item_type").tablesorter({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-2 / +2 lines)
Lines 5-12 Link Here
5
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
5
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
6
[% IF ( else ) %]MARC frameworks[% END %]</title>
6
[% IF ( else ) %]MARC frameworks[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
9
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
9
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
10
<script type="text/javascript" id="js">$(document).ready(function() {
10
<script type="text/javascript" id="js">$(document).ready(function() {
11
	$("#table_marctagstructure").tablesorter({
11
	$("#table_marctagstructure").tablesorter({
12
		sortList: [[0,0]],
12
		sortList: [[0,0]],
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-7 / +7 lines)
Lines 1-11 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
2
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/preferences.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/preferences.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/humanmsg.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/humanmsg.css" />
7
<script src="[% themelang %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
7
<script src="[% interface %]/[% theme %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
8
<script src="[% themelang %]/js/ajax.js" type="text/javascript"></script>
8
<script src="[% interface %]/[% theme %]/js/ajax.js" type="text/javascript"></script>
9
<script type="text/javascript">
9
<script type="text/javascript">
10
//<![CDATA[
10
//<![CDATA[
11
    // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw
11
    // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw
Lines 19-26 Link Here
19
    var MSG_CLICK_TO_COLLAPSE = _("Click to collapse this section");
19
    var MSG_CLICK_TO_COLLAPSE = _("Click to collapse this section");
20
//]]>
20
//]]>
21
</script>
21
</script>
22
<script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script>
22
<script src="[% interface %]/[% theme %]/js/pages/preferences.js" type="text/javascript"></script>
23
<script src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js" type="text/javascript"></script>
23
<script src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.highlight-3.js" type="text/javascript"></script>
24
</head>
24
</head>
25
<body id="admin_preferences" class="admin">
25
<body id="admin_preferences" class="admin">
26
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-5 / +5 lines)
Lines 13-22 $(document).ready(function() { Link Here
13
//]]>
13
//]]>
14
</script>
14
</script>
15
<!-- Enable Calendar system -->
15
<!-- Enable Calendar system -->
16
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/calendar/calendar-system.css" />
16
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/calendar/calendar-system.css" />
17
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar.js"></script>
17
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar.js"></script>
18
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-en.js"></script>
18
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar-en.js"></script>
19
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
19
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar-setup.js"></script>
20
<!-- End Calendar system additions -->
20
<!-- End Calendar system additions -->
21
</head>
21
</head>
22
<body id="admin_smart-rules" class="admin">
22
<body id="admin_smart-rules" class="admin">
Lines 163-169 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
163
                        </select>
163
                        </select>
164
                        <input type="text" size="10" id="hardduedate" name="hardduedate" value="[% hardduedate %]" />
164
                        <input type="text" size="10" id="hardduedate" name="hardduedate" value="[% hardduedate %]" />
165
                        [% INCLUDE 'date-format.inc' %]
165
                        [% INCLUDE 'date-format.inc' %]
166
                        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar"  border="0" id="CalendarDueDate" style="cursor: pointer;"/>
166
                        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar"  border="0" id="CalendarDueDate" style="cursor: pointer;"/>
167
                        <script language="JavaScript" type="text/javascript">
167
                        <script language="JavaScript" type="text/javascript">
168
                             function refocus(calendar) {
168
                             function refocus(calendar) {
169
                                 document.getElementById('hardduedate').focus();
169
                                 document.getElementById('hardduedate').focus();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-1 / +1 lines)
Lines 242-248 Link Here
242
    [% IF ( else ) %]
242
    [% IF ( else ) %]
243
    
243
    
244
    <div id="toolbar">
244
    <div id="toolbar">
245
    <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
245
    <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
246
    <script type="text/javascript">
246
    <script type="text/javascript">
247
    //<![CDATA[
247
    //<![CDATA[
248
    // prepare DOM for YUI Toolbar
248
    // prepare DOM for YUI Toolbar
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 278-284 Link Here
278
[% IF ( else ) %]
278
[% IF ( else ) %]
279
279
280
<div id="toolbar">
280
<div id="toolbar">
281
		<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
281
		<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
282
	<script type="text/javascript">
282
	<script type="text/javascript">
283
	//<![CDATA[
283
	//<![CDATA[
284
	// prepare DOM for YUI Toolbar
284
	// prepare DOM for YUI Toolbar
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-5 / +5 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Authorities &rsaquo; [% IF ( authid ) %]Modify authority #[% authid %] ([% authtypetext %])[% ELSE %]Adding authority ([% authtypetext %])[% END %]</title>
2
<title>Koha &rsaquo; Authorities &rsaquo; [% IF ( authid ) %]Modify authority #[% authid %] ([% authtypetext %])[% ELSE %]Adding authority ([% authtypetext %])[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/yui/plugins/bubbling-min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/yui/plugins/bubbling-min.js"></script>
5
5
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
Lines 503-509 function searchauthority() { Link Here
503
}
503
}
504
//]]>
504
//]]>
505
</script>
505
</script>
506
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
506
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" />
507
</head>
507
</head>
508
<body id="auth_authorities" class="auth">
508
<body id="auth_authorities" class="auth">
509
<div id="yui-cms-loading">
509
<div id="yui-cms-loading">
Lines 511-517 function searchauthority() { Link Here
511
          Loading, please wait...
511
          Loading, please wait...
512
      </div>
512
      </div>
513
  </div>
513
  </div>
514
<script type="text/javascript" src="[% themelang %]/lib/yui/plugins/loading-min.js"></script>
514
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/yui/plugins/loading-min.js"></script>
515
<script type="text/javascript">
515
<script type="text/javascript">
516
//<![CDATA[
516
//<![CDATA[
517
(function() {
517
(function() {
Lines 680-688 function searchauthority() { Link Here
680
                    
680
                    
681
                    [% UNLESS ( subfield_loo.hide_marc ) %]
681
                    [% UNLESS ( subfield_loo.hide_marc ) %]
682
                    [% IF ( subfield_loo.fixedfield ) %]
682
                    [% IF ( subfield_loo.fixedfield ) %]
683
                        <img class="buttonUp" style="display:none;" src="[% themelang %]/../img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %]')" alt="Move Up" title="Move Up" />
683
                        <img class="buttonUp" style="display:none;" src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %]')" alt="Move Up" title="Move Up" />
684
                    [% ELSE %]
684
                    [% ELSE %]
685
                        <img class="buttonUp"  src="[% themelang %]/../img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %]')" alt="Move Up" title="Move Up" />
685
                        <img class="buttonUp"  src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %]')" alt="Move Up" title="Move Up" />
686
                        [% END %]
686
                        [% END %]
687
                            <input title="[% subfield_loo.marc_lib_plain %]"
687
                            <input title="[% subfield_loo.marc_lib_plain %]"
688
                                style=" [% IF ( subfield_loo.fixedfield ) %]display:none; [% END %]border:0;" type="text"
688
                                style=" [% IF ( subfield_loo.fixedfield ) %]display:none; [% END %]border:0;" type="text"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-1 / +1 lines)
Lines 27-33 function Dopop(link) { Link Here
27
//]]>
27
//]]>
28
</script>
28
</script>
29
[% IF ( displayhierarchy ) %]
29
[% IF ( displayhierarchy ) %]
30
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/hierarchy.css" />
30
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/hierarchy.css" />
31
<script type="text/javascript">
31
<script type="text/javascript">
32
function showParents(mynumber) {
32
function showParents(mynumber) {
33
  var parents=document.getElementsByName(mynumber+'p')
33
  var parents=document.getElementsByName(mynumber+'p')
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-3 / +3 lines)
Lines 6-16 Link Here
6
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
6
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
7
<meta http-equiv="Content-Language" content="en-us" />
7
<meta http-equiv="Content-Language" content="en-us" />
8
<style type="text/css">
8
<style type="text/css">
9
    @import url([% themelang %]/css/print.css);
9
    @import url([% interface %]/[% theme %]/css/print.css);
10
</style>
10
</style>
11
    [% ELSE %][% INCLUDE 'doc-head-close.inc' %]
11
    [% ELSE %][% INCLUDE 'doc-head-close.inc' %]
12
	<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
12
	<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
13
	<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
13
	<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
14
	<script type="text/javascript">
14
	<script type="text/javascript">
15
	//<![CDATA[
15
	//<![CDATA[
16
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-2 / +2 lines)
Lines 37-43 Link Here
37
<fieldset>
37
<fieldset>
38
        <legend>Select local databases</legend>
38
        <legend>Select local databases</legend>
39
                [% FOREACH local_servers_loo IN local_servers_loop %]
39
                [% FOREACH local_servers_loo IN local_servers_loop %]
40
[% IF ( local_servers_loo.checked ) %]<input type="checkbox" id="[% local_servers_loo.id %]" name="[% local_servers_loo.name %]" checked="checked" value="[% local_servers_loo.value %]" />[% ELSE %]<input type="checkbox" id="[% local_servers_loo.id %]" name="[% local_servers_loo.name %]" value="[% local_servers_loo.value %]" />[% END %]<label for="[% local_servers_loo.id %]"><img width="16" height="16" alt="[% local_servers_loo.id %]" src="[% themelang %]/img/[% local_servers_loo.icon %]" /> [% local_servers_loo.label %]</label>[% END %]
40
[% IF ( local_servers_loo.checked ) %]<input type="checkbox" id="[% local_servers_loo.id %]" name="[% local_servers_loo.name %]" checked="checked" value="[% local_servers_loo.value %]" />[% ELSE %]<input type="checkbox" id="[% local_servers_loo.id %]" name="[% local_servers_loo.name %]" value="[% local_servers_loo.value %]" />[% END %]<label for="[% local_servers_loo.id %]"><img width="16" height="16" alt="[% local_servers_loo.id %]" src="[% interface %]/[% theme %]/img/[% local_servers_loo.icon %]" /> [% local_servers_loo.label %]</label>[% END %]
41
</fieldset>
41
</fieldset>
42
<!-- /DATABASES -->
42
<!-- /DATABASES -->
43
[% END %]
43
[% END %]
Lines 48-54 Link Here
48
    <legend>Select remote databases</legend>
48
    <legend>Select remote databases</legend>
49
                [% FOREACH outer_servers_loo IN outer_servers_loop %]
49
                [% FOREACH outer_servers_loo IN outer_servers_loop %]
50
                [% IF ( outer_servers_loo.checked ) %]<input type="checkbox" id="[% outer_servers_loo.id %]" name="[% outer_servers_loo.name %]" checked="checked" value="[% outer_servers_loo.value %]" />[% ELSE %]<input type="checkbox" id="[% outer_servers_loo.id %]" name="[% outer_servers_loo.name %]" value="[% outer_servers_loo.value %]" />[% END %]
50
                [% IF ( outer_servers_loo.checked ) %]<input type="checkbox" id="[% outer_servers_loo.id %]" name="[% outer_servers_loo.name %]" checked="checked" value="[% outer_servers_loo.value %]" />[% ELSE %]<input type="checkbox" id="[% outer_servers_loo.id %]" name="[% outer_servers_loo.name %]" value="[% outer_servers_loo.value %]" />[% END %]
51
<label for="[% outer_servers_loo.id %]"><img alt="[% outer_servers_loo.id %]" src="[% themelang %]/images/[% outer_servers_loo.icon %]" />[% outer_servers_loo.label %]</label>
51
<label for="[% outer_servers_loo.id %]"><img alt="[% outer_servers_loo.id %]" src="[% interface %]/[% theme %]/images/[% outer_servers_loo.icon %]" />[% outer_servers_loo.label %]</label>
52
                [% END %]
52
                [% END %]
53
    </fieldset>
53
    </fieldset>
54
<!-- /REMOTE DATABASES -->
54
<!-- /REMOTE DATABASES -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detailprint.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Catalog &rsaquo; Details for [% title |html %]</title>
2
<title>Koha &rsaquo; Catalog &rsaquo; Details for [% title |html %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" href="[% themelang %]/css/print.css" type="text/css" />
4
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/print.css" type="text/css" />
5
</head>
5
</head>
6
6
7
<body id="catalog_detailprint" class="catalog">
7
<body id="catalog_detailprint" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-6 / +6 lines)
Lines 1-8 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/yui/plugins/bubbling-min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/yui/plugins/bubbling-min.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
8
Lines 637-643 function unHideSubfield(index,labelindex) { // FIXME :: is it used ? Link Here
637
}
637
}
638
//]]>
638
//]]>
639
</script>
639
</script>
640
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
640
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" />
641
</head>
641
</head>
642
<body id="cat_addbiblio" class="cat">
642
<body id="cat_addbiblio" class="cat">
643
<div id="yui-cms-loading">
643
<div id="yui-cms-loading">
Lines 645-651 function unHideSubfield(index,labelindex) { // FIXME :: is it used ? Link Here
645
          Loading, please wait...
645
          Loading, please wait...
646
      </div>
646
      </div>
647
  </div>
647
  </div>
648
<script type="text/javascript" src="[% themelang %]/lib/yui/plugins/loading-min.js"></script>
648
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/yui/plugins/loading-min.js"></script>
649
<script type="text/javascript">
649
<script type="text/javascript">
650
//<![CDATA[
650
//<![CDATA[
651
(function() {
651
(function() {
Lines 870-878 function unHideSubfield(index,labelindex) { // FIXME :: is it used ? Link Here
870
                
870
                
871
                [% UNLESS hide_marc %]
871
                [% UNLESS hide_marc %]
872
                <span class="subfieldcode">[% IF ( subfield_loo.fixedfield ) %] 
872
                <span class="subfieldcode">[% IF ( subfield_loo.fixedfield ) %] 
873
                        <img class="buttonUp" style="display:none;" src="[% themelang %]/../img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
873
                        <img class="buttonUp" style="display:none;" src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
874
                    [% ELSE %]
874
                    [% ELSE %]
875
                        <img class="buttonUp" src="[% themelang %]/../img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
875
                        <img class="buttonUp" src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" />
876
                    [% END %]
876
                    [% END %]
877
                        <input title="[% subfield_loo.marc_lib_plain %]" style=" [% IF ( subfield_loo.fixedfield ) %]display:none; [% END %]border:0;" type="text" tabindex="0" name="tag_[% subfield_loo.tag %]_code_[% subfield_loo.subfield %]_[% subfield_loo.index %]_[% subfield_loo.index_subfield %]" value="[% subfield_loo.subfield %]" size="1" maxlength="1" class="flat" />
877
                        <input title="[% subfield_loo.marc_lib_plain %]" style=" [% IF ( subfield_loo.fixedfield ) %]display:none; [% END %]border:0;" type="text" tabindex="0" name="tag_[% subfield_loo.tag %]_code_[% subfield_loo.subfield %]_[% subfield_loo.index %]_[% subfield_loo.index_subfield %]" value="[% subfield_loo.subfield %]" size="1" maxlength="1" class="flat" />
878
 </span>
878
 </span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-2 / +2 lines)
Lines 25-31 function active(numlayer) Link Here
25
        if (numlayer==i) {
25
        if (numlayer==i) {
26
            document.getElementById(ong).style.visibility="visible";
26
            document.getElementById(ong).style.visibility="visible";
27
            document.getElementById(link).style.backgroundColor="#11AA11";
27
            document.getElementById(link).style.backgroundColor="#11AA11";
28
            document.getElementById(link).style.backgroundImage="url([% themelang %]/images/background-mem.gif)";
28
            document.getElementById(link).style.backgroundImage="url([% interface %]/[% theme %]/images/background-mem.gif)";
29
        } else {
29
        } else {
30
            document.getElementById(ong).style.visibility="hidden";
30
            document.getElementById(ong).style.visibility="hidden";
31
            document.getElementById(link).style.backgroundColor="#FFFFFF";
31
            document.getElementById(link).style.backgroundColor="#FFFFFF";
Lines 159-165 $(document).ready(function() { Link Here
159
});
159
});
160
//]]>
160
//]]>
161
</script>
161
</script>
162
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
162
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" />
163
</head>
163
</head>
164
<body id="cat_additem" class="cat">
164
<body id="cat_additem" class="cat">
165
[% INCLUDE 'header.inc' %]
165
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Cataloging &rsaquo; 006 builder</title>
2
<title>Koha &rsaquo; Cataloging &rsaquo; 006 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
4
5
<script type="text/javascript" src='[% themelang %]/js/xmlControlfield.js'></script>
5
<script type="text/javascript" src='[% interface %]/[% theme %]/js/xmlControlfield.js'></script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
    var objXmlControlField;
7
    var objXmlControlField;
8
    var tr_result;
8
    var tr_result;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Cataloging &rsaquo; 008 builder</title>
2
<title>Koha &rsaquo; Cataloging &rsaquo; 008 builder</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
4
5
<script type="text/javascript" src='[% themelang %]/js/xmlControlfield.js'></script>
5
<script type="text/javascript" src='[% interface %]/[% theme %]/js/xmlControlfield.js'></script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
    var objXmlControlField;
7
    var objXmlControlField;
8
    var tr_result;
8
    var tr_result;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
    <script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
7
    <script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> 
8
    <script type="text/javascript" src="[% yuipath %]/datasource/datasource.js"></script> 
8
    <script type="text/javascript" src="[% yuipath %]/datasource/datasource.js"></script> 
9
    <script type="text/javascript" src="[% yuipath %]/autocomplete/autocomplete-min.js"></script>
9
    <script type="text/javascript" src="[% yuipath %]/autocomplete/autocomplete-min.js"></script>
10
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
10
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/staff-global.css" />
11
11
12
</head>
12
</head>
13
<body id="cat_unimarc_field_210c_bis" class="cat">
13
<body id="cat_unimarc_field_210c_bis" class="cat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-2 / +2 lines)
Lines 2-9 Link Here
2
<title>Koha &rsaquo; Z39.50 search results</title>
2
<title>Koha &rsaquo; Z39.50 search results</title>
3
[% INCLUDE 'greybox.inc' %]
3
[% INCLUDE 'greybox.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
9
function Import(GetThisOne,biblionumber) {
9
function Import(GetThisOne,biblionumber) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-4 / +4 lines)
Lines 1-8 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation [% IF ( borrowernumber ) %] &rsaquo; Checking out to [% INCLUDE 'patron-title.inc' %] [% END %]</title>
2
<title>Koha &rsaquo; Circulation [% IF ( borrowernumber ) %] &rsaquo; Checking out to [% INCLUDE 'patron-title.inc' %] [% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% IF ( UseTablesortForCirc ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>[% END %]
4
[% IF ( UseTablesortForCirc ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>[% END %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% ELSE %]$.cookie("holdfor",null, { path: "/", expires: 0 });[% END %]
8
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% ELSE %]$.cookie("holdfor",null, { path: "/", expires: 0 });[% END %]
Lines 483-489 No patron matched <span class="ex">[% message %]</span> Link Here
483
        <div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div>
483
        <div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div>
484
		[% IF ( duedatespec ) %]<input type="text" size="10" id="duedatespec" name="duedatespec" value="[% duedatespec %]" />[% ELSE %]<input type="text" size="10" id="duedatespec" name="duedatespec" value="" />
484
		[% IF ( duedatespec ) %]<input type="text" size="10" id="duedatespec" name="duedatespec" value="[% duedatespec %]" />[% ELSE %]<input type="text" size="10" id="duedatespec" name="duedatespec" value="" />
485
[% END %]
485
[% END %]
486
        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar"  border="0" id="CalendarDueDate" style="cursor: pointer;" />
486
        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar"  border="0" id="CalendarDueDate" style="cursor: pointer;" />
487
             <script language="JavaScript" type="text/javascript">
487
             <script language="JavaScript" type="text/javascript">
488
			 //<![CDATA[
488
			 //<![CDATA[
489
                   function validate1(date) {
489
                   function validate1(date) {
Lines 998-1004 No patron matched <span class="ex">[% message %]</span> Link Here
998
            [% IF AutoResumeSuspendedHolds %]
998
            [% IF AutoResumeSuspendedHolds %]
999
            <label for="suspend_until">until</label>
999
            <label for="suspend_until">until</label>
1000
            <input type="text" size="10" id="suspend_until" name="suspend_until"/>
1000
            <input type="text" size="10" id="suspend_until" name="suspend_until"/>
1001
            <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar"  border="0" id="CalendarSuspendUntil" style="cursor: pointer;" />
1001
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar"  border="0" id="CalendarSuspendUntil" style="cursor: pointer;" />
1002
            <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span>
1002
            <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span>
1003
1003
1004
             <script language="JavaScript" type="text/javascript">
1004
             <script language="JavaScript" type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-2 / +2 lines)
Lines 144-150 Link Here
144
	<ol>
144
	<ol>
145
    <li><label for="dateduefrom">From:</label>
145
    <li><label for="dateduefrom">From:</label>
146
	<input type="text" id="dateduefrom" name="dateduefrom" size="10" value="[% dateduefrom %]" />
146
	<input type="text" id="dateduefrom" name="dateduefrom" size="10" value="[% dateduefrom %]" />
147
    <img src="[% themelang %]/lib/calendar/cal.gif" id="dateduefrom_button" alt="Show calendar" />
147
    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="dateduefrom_button" alt="Show calendar" />
148
	<script language="JavaScript" type="text/javascript">
148
	<script language="JavaScript" type="text/javascript">
149
	    Calendar.setup(
149
	    Calendar.setup(
150
	    {
150
	    {
Lines 158-164 Link Here
158
	<li>
158
	<li>
159
	<label for="datedueto">To:</label>
159
	<label for="datedueto">To:</label>
160
	<input type="text" id="datedueto" name="datedueto" size="10" value="[% datedueto %]" />
160
	<input type="text" id="datedueto" name="datedueto" size="10" value="[% datedueto %]" />
161
    <img src="[% themelang %]/lib/calendar/cal.gif" id="datedueto_button" alt="Show calendar" />
161
    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="datedueto_button" alt="Show calendar" />
162
	<script language="JavaScript" type="text/javascript">
162
	<script language="JavaScript" type="text/javascript">
163
	    Calendar.setup(
163
	    Calendar.setup(
164
	    {
164
	    {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-9 / +9 lines)
Lines 2-16 Link Here
2
<title>Koha &rsaquo; Circulation &rsaquo; Holds to pull</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Holds to pull</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<!-- Additions to enable Calendar system -->
4
<!-- Additions to enable Calendar system -->
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/calendar/calendar-system.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/calendar/calendar-system.css" />
6
<!-- End of additions --><!-- Additions to enable Calendar system -->
6
<!-- End of additions --><!-- Additions to enable Calendar system -->
7
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar.js"></script>
8
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-en.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar-en.js"></script>
9
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
9
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar-setup.js"></script>
10
<!-- Plugin datatables -->
10
<!-- Plugin datatables -->
11
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
12
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
12
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
13
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
13
<script type="text/javascript" src="[% interface %]/[% theme %]/js/datatables.js"></script>
14
<script type="text/JavaScript" language="JavaScript">
14
<script type="text/JavaScript" language="JavaScript">
15
//<![CDATA[
15
//<![CDATA[
16
$(document).ready(function() {
16
$(document).ready(function() {
Lines 151-157 $(document).ready(function() { Link Here
151
    Start date:
151
    Start date:
152
</label>
152
</label>
153
<input type="text" size="10" id="from" name="from" value="[% from %]" />
153
<input type="text" size="10" id="from" name="from" value="[% from %]" />
154
<img src="[% themelang %]/lib/calendar/cal.gif"  border="0" id="openCalendarFrom" style="cursor: pointer;" alt="" />
154
<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif"  border="0" id="openCalendarFrom" style="cursor: pointer;" alt="" />
155
<script language="JavaScript" type="text/javascript">
155
<script language="JavaScript" type="text/javascript">
156
function validate1(date) {
156
function validate1(date) {
157
    var day = date.getDate();
157
    var day = date.getDate();
Lines 182-188 Calendar.setup( Link Here
182
    End date:
182
    End date:
183
</label>
183
</label>
184
<input size="10" id="to" name="to" value="[% to %]" type="text" />
184
<input size="10" id="to" name="to" value="[% to %]" type="text" />
185
<img src="[% themelang %]/lib/calendar/cal.gif" alt="" id="openCalendarTo" style="cursor: pointer;" border="0" />
185
<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="" id="openCalendarTo" style="cursor: pointer;" border="0" />
186
<script type="text/javascript">
186
<script type="text/javascript">
187
        function validate2(date) {
187
        function validate2(date) {
188
            var day = date.getDate();
188
            var day = date.getDate();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>[% title %]</title>
2
<title>[% title %]</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print.css" />
6
[% IF stylesheet %]
6
[% IF stylesheet %]
7
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
7
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
8
[% END %]
8
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-7 / +7 lines)
Lines 2-14 Link Here
2
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<!-- Additions to enable Calendar system -->
4
<!-- Additions to enable Calendar system -->
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/calendar/calendar-system.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/calendar/calendar-system.css" />
6
<!-- End of additions --><!-- Additions to enable Calendar system -->
6
<!-- End of additions --><!-- Additions to enable Calendar system -->
7
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar.js"></script>
8
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-en.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar-en.js"></script>
9
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
9
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar-setup.js"></script>
10
<!-- End of additions -->
10
<!-- End of additions -->
11
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
12
<script type="text/javascript">
12
<script type="text/javascript">
13
//<![CDATA[
13
//<![CDATA[
14
$.tablesorter.addParser({
14
$.tablesorter.addParser({
Lines 118-124 $.tablesorter.addParser({ Link Here
118
    Start date:
118
    Start date:
119
</label>
119
</label>
120
<input type="text" size="10" id="from" name="from" value="[% from %]" />
120
<input type="text" size="10" id="from" name="from" value="[% from %]" />
121
<img src="[% themelang %]/lib/calendar/cal.gif"  border="0" id="openCalendarFrom" style="cursor: pointer;" alt="" />
121
<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif"  border="0" id="openCalendarFrom" style="cursor: pointer;" alt="" />
122
<script language="JavaScript" type="text/javascript">
122
<script language="JavaScript" type="text/javascript">
123
function validate1(date) {
123
function validate1(date) {
124
    var day = date.getDate();
124
    var day = date.getDate();
Lines 149-155 Calendar.setup( Link Here
149
    End date:
149
    End date:
150
</label>
150
</label>
151
<input size="10" id="to" name="to" value="[% to %]" type="text" />
151
<input size="10" id="to" name="to" value="[% to %]" type="text" />
152
<img src="[% themelang %]/lib/calendar/cal.gif" alt="" id="openCalendarTo" style="cursor: pointer;" border="0" />
152
<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="" id="openCalendarTo" style="cursor: pointer;" border="0" />
153
<script type="text/javascript">
153
<script type="text/javascript">
154
        function validate2(date) {
154
        function validate2(date) {
155
            var day = date.getDate();
155
            var day = date.getDate();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript" language="JavaScript">
5
<script type="text/javascript" language="JavaScript">
6
//<![CDATA[
6
//<![CDATA[
7
$.tablesorter.addParser({
7
$.tablesorter.addParser({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
9
9
10
<script type="text/javascript" src="[% ( themelang ) %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
11
<script type="text/javascript">//<![CDATA[
11
<script type="text/javascript">//<![CDATA[
12
$(document).ready(function() {
12
$(document).ready(function() {
13
        $("#holdst").tablesorter({
13
        $("#holdst").tablesorter({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript" language="JavaScript">
5
<script type="text/javascript" language="JavaScript">
6
//<![CDATA[
6
//<![CDATA[
7
$.tablesorter.addParser({
7
$.tablesorter.addParser({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt (-5 / +5 lines)
Lines 1-11 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Online help</title>
2
<title>Online help</title>
3
<script language="javascript" type="text/javascript" src="[% themelang %]/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
3
<script language="javascript" type="text/javascript" src="[% interface %]/[% theme %]/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
4
<script language="javascript" type="text/javascript">
4
<script language="javascript" type="text/javascript">
5
tinyMCE.init({
5
tinyMCE.init({
6
	mode : "textareas",
6
	mode : "textareas",
7
        theme : "advanced",
7
        theme : "advanced",
8
    content_css : "[% themelang %]/css/tinymce.css",
8
    content_css : "[% interface %]/[% theme %]/css/tinymce.css",
9
	plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
9
	plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
10
        theme_advanced_disable : "underline,strikethrough,styleselect,image",
10
        theme_advanced_disable : "underline,strikethrough,styleselect,image",
11
	theme_advanced_buttons1_add_before : "save,|",
11
	theme_advanced_buttons1_add_before : "save,|",
Lines 23-34 tinyMCE.init({ Link Here
23
[% IF ( intranetstylesheet ) %]
23
[% IF ( intranetstylesheet ) %]
24
    <link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
24
    <link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
25
[% ELSE %]
25
[% ELSE %]
26
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
26
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/staff-global.css" />
27
[% END %]
27
[% END %]
28
[% IF ( intranetcolorstylesheet ) %]
28
[% IF ( intranetcolorstylesheet ) %]
29
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% intranetcolorstylesheet %]" />
29
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% intranetcolorstylesheet %]" />
30
[% END %]
30
[% END %]
31
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
31
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/help.css" />
32
</head>
32
</head>
33
<body id="help">
33
<body id="help">
34
	<h1>Online Help</h1>
34
	<h1>Online Help</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha staff client</title>
2
<title>Koha staff client</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/mainpage.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<style type="text/css"> </style>
5
<style type="text/css"> </style>
6
6
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels home</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels home</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" />
4
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/label.css" />
5
</head>
5
</head>
6
<body id="labels_label-home" class="tools labels">
6
<body id="labels_label-home" class="tools labels">
7
    [% INCLUDE 'header.inc' %]
7
    [% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
    <title>Koha &rsaquo; Barcodes and labels &rsaquo; Search results</title>
2
    <title>Koha &rsaquo; Barcodes and labels &rsaquo; Search results</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <style type="text/css">#custom-doc { width:46.23em;*width:45.04em;min-width:700px; margin:auto;margin-top: .4em; text-align:left; }</style>
4
    <style type="text/css">#custom-doc { width:46.23em;*width:45.04em;min-width:700px; margin:auto;margin-top: .4em; text-align:left; }</style>
5
    <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
    <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
    <script type="text/javascript">
6
    <script type="text/javascript">
7
        //<![CDATA[
7
        //<![CDATA[
8
            $(document).ready(function(){
8
            $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-2 / +2 lines)
Lines 92-98 to add to Batch [% batch_id %] Link Here
92
	<li>
92
	<li>
93
		<label for="datefrom">Added on or after date</label>
93
		<label for="datefrom">Added on or after date</label>
94
	     <input type="text" size="10" id="datefrom" name="datefrom" value="" />
94
	     <input type="text" size="10" id="datefrom" name="datefrom" value="" />
95
  <img src="[% themelang %]/lib/calendar/cal.gif" border="0" id="openCalendarFrom" alt="Show Calendar" />
95
  <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" border="0" id="openCalendarFrom" alt="Show Calendar" />
96
<script type="text/javascript">
96
<script type="text/javascript">
97
    Calendar.setup({
97
    Calendar.setup({
98
        inputField     :    "datefrom",
98
        inputField     :    "datefrom",
Lines 107-113 to add to Batch [% batch_id %] Link Here
107
<li>
107
<li>
108
		<label for="dateto">Added on or before date</label>
108
		<label for="dateto">Added on or before date</label>
109
  <input type="text" size="10" id="dateto" name="dateto" value="" />
109
  <input type="text" size="10" id="dateto" name="dateto" value="" />
110
  <img src="[% themelang %]/lib/calendar/cal.gif" border="0" id="openCalendarTo" alt="Show Calendar" />
110
  <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" border="0" id="openCalendarTo" alt="Show Calendar" />
111
111
112
<script type="text/javascript">
112
<script type="text/javascript">
113
    Calendar.setup({
113
    Calendar.setup({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
<head>
8
<head>
9
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
9
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/spinelabel.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/spinelabel.css" />
12
12
13
		<style type="text/css">
13
		<style type="text/css">
14
		@media print {
14
		@media print {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-2 / +2 lines)
Lines 1-8 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons &rsaquo; Set privileges for [% surname %], [% firstname %]</title>
2
<title>Koha &rsaquo; Patrons &rsaquo; Set privileges for [% surname %], [% firstname %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/treeview/jquery.treeview.css"/>
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/treeview/jquery.treeview.css"/>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.treeview.pack.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.treeview.pack.js"></script>
6
<!-- set up tree -->
6
<!-- set up tree -->
7
<script type="text/javascript">
7
<script type="text/javascript">
8
    $(document).ready(function() {
8
    $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-5 / +5 lines)
Lines 93-99 Link Here
93
        var MSG_PASSWORD_MISMATCH = _("The passwords entered do not match");
93
        var MSG_PASSWORD_MISMATCH = _("The passwords entered do not match");
94
//]]>
94
//]]>
95
</script>
95
</script>
96
<script type="text/javascript" src="[% themelang %]/js/members.js"></script>
96
<script type="text/javascript" src="[% interface %]/[% theme %]/js/members.js"></script>
97
</head>
97
</head>
98
<body id="pat_memberentrygen" class="pat">
98
<body id="pat_memberentrygen" class="pat">
99
[% INCLUDE 'header.inc' %]
99
[% INCLUDE 'header.inc' %]
Lines 295-301 Link Here
295
                <input type="text" id="dateofbirth" name="dateofbirth" size="20" value="[% IF ( opduplicate ) %][% ELSE %][% dateofbirth %][% END %]" />
295
                <input type="text" id="dateofbirth" name="dateofbirth" size="20" value="[% IF ( opduplicate ) %][% ELSE %][% dateofbirth %][% END %]" />
296
[% END %]
296
[% END %]
297
297
298
                <img src="[% themelang %]/lib/calendar/cal.gif" id="dateofbirth_button" alt="Show Calendar" />
298
                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="dateofbirth_button" alt="Show Calendar" />
299
        <script language="JavaScript" type="text/javascript">
299
        <script language="JavaScript" type="text/javascript">
300
            Calendar.setup(
300
            Calendar.setup(
301
            {
301
            {
Lines 1106-1112 Link Here
1106
			[% ELSE %]
1106
			[% ELSE %]
1107
				<input type="text" id="dateenrolled" name="dateenrolled"  maxlength="10" size="10" value="[% dateenrolled %]" />
1107
				<input type="text" id="dateenrolled" name="dateenrolled"  maxlength="10" size="10" value="[% dateenrolled %]" />
1108
			[% END %]
1108
			[% END %]
1109
            <img src="[% themelang %]/lib/calendar/cal.gif" id="dateenrolled_button" alt="Show Calendar" />
1109
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="dateenrolled_button" alt="Show Calendar" />
1110
      <script language="JavaScript" type="text/javascript">
1110
      <script language="JavaScript" type="text/javascript">
1111
        Calendar.setup(
1111
        Calendar.setup(
1112
          {
1112
          {
Lines 1142-1148 Link Here
1142
				<input type="text" id="dateexpiry" name="dateexpiry" maxlength="10"  size="10" />
1142
				<input type="text" id="dateexpiry" name="dateexpiry" maxlength="10"  size="10" />
1143
				[% END %]
1143
				[% END %]
1144
			[% END %]
1144
			[% END %]
1145
            <img src="[% themelang %]/lib/calendar/cal.gif" id="dateexpiry_button" alt="Show Calendar" />
1145
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="dateexpiry_button" alt="Show Calendar" />
1146
      <script language="JavaScript" type="text/javascript">
1146
      <script language="JavaScript" type="text/javascript">
1147
        Calendar.setup(
1147
        Calendar.setup(
1148
          {
1148
          {
Lines 1352-1358 Link Here
1352
				[% ELSE %]
1352
				[% ELSE %]
1353
				    <input type="text" name="datedebarred" id="datedebarred" class="debarred" value="[% datedebarred %]" />
1353
				    <input type="text" name="datedebarred" id="datedebarred" class="debarred" value="[% datedebarred %]" />
1354
				[% END %]
1354
				[% END %]
1355
				<img src="[% themelang %]/lib/calendar/cal.gif" id="debarred_button" alt="Show Calendar" />
1355
				<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="debarred_button" alt="Show Calendar" />
1356
		         <script language="JavaScript" type="text/javascript">
1356
		         <script language="JavaScript" type="text/javascript">
1357
		            Calendar.setup(
1357
		            Calendar.setup(
1358
		            {
1358
		            {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title>
2
<title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print.css" />
6
<script language="javascript">
6
<script language="javascript">
7
    function printThenClose() {
7
    function printThenClose() {
8
        window.print();
8
        window.print();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Print Receipt for [% cardnumber %]</title>
2
<title>Print Receipt for [% cardnumber %]</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
5
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print.css" />
6
6
7
<script language="javascript">
7
<script language="javascript">
8
    function printThenClose() {
8
    function printThenClose() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-3 / +3 lines)
Lines 8-15 Link Here
8
</title>
8
</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'calendar.inc' %]
10
[% INCLUDE 'calendar.inc' %]
11
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
12
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
12
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
13
<script type="text/JavaScript" language="JavaScript">
13
<script type="text/JavaScript" language="JavaScript">
14
//<![CDATA[
14
//<![CDATA[
15
$.tablesorter.addParser({
15
$.tablesorter.addParser({
Lines 654-660 function validate1(date) { Link Here
654
            [% IF AutoResumeSuspendedHolds %]
654
            [% IF AutoResumeSuspendedHolds %]
655
            <label for="suspend_until">until</label>
655
            <label for="suspend_until">until</label>
656
            <input type="text" size="10" id="suspend_until" name="suspend_until"/>
656
            <input type="text" size="10" id="suspend_until" name="suspend_until"/>
657
            <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar"  border="0" id="CalendarSuspendUntil" style="cursor: pointer;" />
657
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar"  border="0" id="CalendarSuspendUntil" style="cursor: pointer;" />
658
            <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span>
658
            <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span>
659
659
660
             <script language="JavaScript" type="text/javascript">
660
             <script language="JavaScript" type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Sent notices for [% INCLUDE 'patron-title.inc' %]</title>
2
<title>Sent notices for [% INCLUDE 'patron-title.inc' %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript" language="javascript">
5
<script type="text/javascript" language="javascript">
6
//<![CDATA[
6
//<![CDATA[
7
    $(document).ready(function() {
7
    $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Print Receipt for [% cardnumber %]</title>
2
<title>Print Receipt for [% cardnumber %]</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/printreceiptinvoice.css" />
6
<script language="javascript">
6
<script language="javascript">
7
    function printThenClose() {
7
    function printThenClose() {
8
        window.print();
8
        window.print();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Print Receipt for [% cardnumber %]</title>
2
<title>Print Receipt for [% cardnumber %]</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/printreceiptinvoice.css" />
6
<script language="javascript">
6
<script language="javascript">
7
    function printThenClose() {
7
    function printThenClose() {
8
        window.print();
8
        window.print();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-3 / +3 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Circulation History for [% INCLUDE 'patron-title.inc' %]</title>
2
<title>Circulation History for [% INCLUDE 'patron-title.inc' %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
[% INCLUDE 'datatables-strings.inc' %]
6
[% INCLUDE 'datatables-strings.inc' %]
7
<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/js/datatables.js"></script>
8
<script type="text/javascript" id="js">$(document).ready(function() {
8
<script type="text/javascript" id="js">$(document).ready(function() {
9
 $(document).ready(function() {
9
 $(document).ready(function() {
10
    $("#table_readingrec").dataTable($.extend(true, {}, dataTablesDefaults, {
10
    $("#table_readingrec").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Choose Adult category</title>
2
<title>Koha &rsaquo; Choose Adult category</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript">
5
<script type="text/javascript">
6
	$(document).ready(function() {
6
	$(document).ready(function() {
7
		$.tablesorter.defaults.widgets = ['zebra'];
7
		$.tablesorter.defaults.widgets = ['zebra'];
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt (-2 / +2 lines)
Lines 1-8 Link Here
1
    [% INCLUDE "doc-head-open.inc" %]
1
    [% INCLUDE "doc-head-open.inc" %]
2
    <title>Koha &rsaquo; Circulation &rsaquo; Offline circulation</title>
2
    <title>Koha &rsaquo; Circulation &rsaquo; Offline circulation</title>
3
    [% INCLUDE "doc-head-close.inc" %]
3
    [% INCLUDE "doc-head-close.inc" %]
4
    <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
    <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
    <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
    <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
    <script type="text/javascript" language="javascript">
6
    <script type="text/javascript" language="javascript">
7
    //<![CDATA[
7
    //<![CDATA[
8
        $(document).ready(function() {
8
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Circulation &rsaquo; Offline circulation file upload</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Offline circulation file upload</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
5
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
$(document).ready(function(){
8
$(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/card.css" />
4
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/card.css" />
5
</head>
5
</head>
6
<body id="pcard_home" class="tools pcard">
6
<body id="pcard_home" class="tools pcard">
7
    [% INCLUDE 'header.inc' %]
7
    [% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
	<style type="text/css">
4
	<style type="text/css">
5
   		#custom-doc { width:47.23em;*width:46.04em;min-width:600px; margin:auto; text-align:left; }
5
   		#custom-doc { width:47.23em;*width:46.04em;min-width:600px; margin:auto; text-align:left; }
6
   	</style>
6
   	</style>
7
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
10
$(document).ready(function(){
10
$(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-4 / +4 lines)
Lines 79-85 Link Here
79
				<td><input type="radio" name="Line" value="aqbasket.closedate" /></td>
79
				<td><input type="radio" name="Line" value="aqbasket.closedate" /></td>
80
				<td><input type="radio" checked="checked" name="Column" value="aqbasket.closedate" /> </td>
80
				<td><input type="radio" checked="checked" name="Column" value="aqbasket.closedate" /> </td>
81
				<td> From <input type="text" size="10" id="from" name="Filter" value="" />
81
				<td> From <input type="text" size="10" id="from" name="Filter" value="" />
82
                            <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
82
                            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
83
									<script type="text/javascript">
83
									<script type="text/javascript">
84
									//<![CDATA[
84
									//<![CDATA[
85
									function validate1(date) {
85
									function validate1(date) {
Lines 111-117 Link Here
111
								</script>
111
								</script>
112
				<span class="hint">[% INCLUDE 'date-format.inc' %]</span>
112
				<span class="hint">[% INCLUDE 'date-format.inc' %]</span>
113
					To <input size="10" id="to" name="Filter" type="text" value="" />
113
					To <input size="10" id="to" name="Filter" type="text" value="" />
114
						<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
114
						<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
115
							<script type="text/javascript">
115
							<script type="text/javascript">
116
							//<![CDATA[
116
							//<![CDATA[
117
								function validate2(date) {
117
								function validate2(date) {
Lines 161-167 Link Here
161
				<td><input type="radio" name="Line" value="aqorders.datereceived" /></td>
161
				<td><input type="radio" name="Line" value="aqorders.datereceived" /></td>
162
				<td><input type="radio" name="Column" value="aqorders.datereceived" /></td>
162
				<td><input type="radio" name="Column" value="aqorders.datereceived" /></td>
163
				<td> From <input type="text" size="10" id="fromRO" name="Filter" value="" />
163
				<td> From <input type="text" size="10" id="fromRO" name="Filter" value="" />
164
							<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFromRO" style="cursor: pointer;" />
164
							<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFromRO" style="cursor: pointer;" />
165
									<script type="text/javascript">
165
									<script type="text/javascript">
166
									//<![CDATA[
166
									//<![CDATA[
167
									function validate1(date) {
167
									function validate1(date) {
Lines 193-199 Link Here
193
									</script>
193
									</script>
194
				<span class="hint">[% INCLUDE 'date-format.inc' %]</span>
194
				<span class="hint">[% INCLUDE 'date-format.inc' %]</span>
195
					To <input type="text" size="10" id="toRO" name="Filter" value="" />
195
					To <input type="text" size="10" id="toRO" name="Filter" value="" />
196
						<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarToRO" style="cursor: pointer;" border="0" />
196
						<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarToRO" style="cursor: pointer;" border="0" />
197
								<script type="text/javascript">
197
								<script type="text/javascript">
198
								//<![CDATA[
198
								//<![CDATA[
199
								function validate2(date) {
199
								function validate2(date) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (-4 / +4 lines)
Lines 68-74 function Dopop(link) { Link Here
68
	<form method="post" action="/cgi-bin/koha/reports/bor_issues_top.pl">
68
	<form method="post" action="/cgi-bin/koha/reports/bor_issues_top.pl">
69
	<fieldset class="rows">
69
	<fieldset class="rows">
70
	<ol><li><label for="from">Checkout date from:</label> <input type="text" readonly="readonly" size="10" id="from" name="Filter" />
70
	<ol><li><label for="from">Checkout date from:</label> <input type="text" readonly="readonly" size="10" id="from" name="Filter" />
71
							<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
71
							<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
72
								<script language="JavaScript" type="text/javascript">
72
								<script language="JavaScript" type="text/javascript">
73
									function validate1(date) {
73
									function validate1(date) {
74
										var day = date.getDate();
74
										var day = date.getDate();
Lines 97-103 function Dopop(link) { Link Here
97
									);
97
									);
98
								</script>
98
								</script>
99
					<label class="inline" for="to">To: </label> <input readonly="readonly" size="10" id="to" name="Filter" value="" type="text" />
99
					<label class="inline" for="to">To: </label> <input readonly="readonly" size="10" id="to" name="Filter" value="" type="text" />
100
						<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
100
						<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
101
							<script type="text/javascript">
101
							<script type="text/javascript">
102
								function validate2(date) {
102
								function validate2(date) {
103
									var day = date.getDate();
103
									var day = date.getDate();
Lines 126-132 function Dopop(link) { Link Here
126
								);
126
								);
127
							</script><span class="hint">[% INCLUDE 'date-format.inc' %]</span></li>
127
							</script><span class="hint">[% INCLUDE 'date-format.inc' %]</span></li>
128
				<li> <label for="fromRO">Check-in date from:</label> <input type="text" readonly="readonly" size="10" id="fromRO" name="Filter" />
128
				<li> <label for="fromRO">Check-in date from:</label> <input type="text" readonly="readonly" size="10" id="fromRO" name="Filter" />
129
							<img src="[% themelang %]/lib/calendar/cal.gif" border="0" id="openCalendarFromRO" style="cursor: pointer;" alt="Show Calendar" />
129
							<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" border="0" id="openCalendarFromRO" style="cursor: pointer;" alt="Show Calendar" />
130
								<script language="JavaScript" type="text/javascript">
130
								<script language="JavaScript" type="text/javascript">
131
									function validate1(date) {
131
									function validate1(date) {
132
										var day = date.getDate();
132
										var day = date.getDate();
Lines 155-161 function Dopop(link) { Link Here
155
									);
155
									);
156
								</script>
156
								</script>
157
					<label class="inline" for="toRO">To: </label> <input type="text" readonly="readonly" size="10" id="toRO" name="Filter" value="" />
157
					<label class="inline" for="toRO">To: </label> <input type="text" readonly="readonly" size="10" id="toRO" name="Filter" value="" />
158
						<img src="[% themelang %]/lib/calendar/cal.gif" id="openCalendarToRO" style="cursor: pointer;" alt="Show Calendar" border="0" />
158
						<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="openCalendarToRO" style="cursor: pointer;" alt="Show Calendar" border="0" />
159
							<script type="text/javascript">
159
							<script type="text/javascript">
160
								function validate2(date) {
160
								function validate2(date) {
161
									var day = date.getDate();
161
									var day = date.getDate();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
    </select>
59
    </select>
60
</li>
60
</li>
61
	<li><label for="to">Not checked out since: </label> <input size="10" id="to" name="Filter" value="" type="text" />
61
	<li><label for="to">Not checked out since: </label> <input size="10" id="to" name="Filter" value="" type="text" />
62
                        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
62
                        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
63
                            <script type="text/javascript">
63
                            <script type="text/javascript">
64
                                Calendar.setup(
64
                                Calendar.setup(
65
                                    {
65
                                    {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-2 / +2 lines)
Lines 151-157 Link Here
151
            <td>Date of birth</td>
151
            <td>Date of birth</td>
152
            <td colspan="2"></td>
152
            <td colspan="2"></td>
153
                <td><label for="from">From</label> <input type="text" size="10" id="from" name="Filter" />
153
                <td><label for="from">From</label> <input type="text" size="10" id="from" name="Filter" />
154
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
154
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
155
                   <script type="text/javascript">
155
                   <script type="text/javascript">
156
				   //<![CDATA[
156
				   //<![CDATA[
157
				    function validate1(date) {
157
				    function validate1(date) {
Lines 179-185 Link Here
179
					//]]>
179
					//]]>
180
                    </script>
180
                    </script>
181
                    <label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" />
181
                    <label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" />
182
                        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
182
                        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
183
                          <script type="text/javascript">
183
                          <script type="text/javascript">
184
						  //<![CDATA[ 
184
						  //<![CDATA[ 
185
						   function validate2(date) {
185
						   function validate2(date) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt (-4 / +4 lines)
Lines 77-83 function Dopop(link) { Link Here
77
	<fieldset class="rows">
77
	<fieldset class="rows">
78
	<ol>
78
	<ol>
79
		<li><label for="from">Checkout date from: </label> <input type="text" readonly="readonly" size="10" id="from" name="Filter" />
79
		<li><label for="from">Checkout date from: </label> <input type="text" readonly="readonly" size="10" id="from" name="Filter" />
80
							<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
80
							<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
81
								<script language="JavaScript" type="text/javascript">
81
								<script language="JavaScript" type="text/javascript">
82
									function validate1(date) {
82
									function validate1(date) {
83
										var day = date.getDate();
83
										var day = date.getDate();
Lines 106-112 function Dopop(link) { Link Here
106
									);
106
									);
107
								</script>
107
								</script>
108
					<label for="to" class="inline">To:</label> <input readonly="readonly" size="10" id="to" name="Filter" value="" type="text" />
108
					<label for="to" class="inline">To:</label> <input readonly="readonly" size="10" id="to" name="Filter" value="" type="text" />
109
						<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
109
						<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
110
							<script type="text/javascript">
110
							<script type="text/javascript">
111
								function validate2(date) {
111
								function validate2(date) {
112
									var day = date.getDate();
112
									var day = date.getDate();
Lines 135-141 function Dopop(link) { Link Here
135
								);
135
								);
136
							</script> <span class="hint">[% INCLUDE 'date-format.inc' %]</span></li>
136
							</script> <span class="hint">[% INCLUDE 'date-format.inc' %]</span></li>
137
		<li><label for="fromRO">Check-in date from</label> <input type="text" readonly="readonly" size="10" id="fromRO" name="Filter" />
137
		<li><label for="fromRO">Check-in date from</label> <input type="text" readonly="readonly" size="10" id="fromRO" name="Filter" />
138
							<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFromRO" style="cursor: pointer;" />
138
							<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFromRO" style="cursor: pointer;" />
139
								<script language="JavaScript" type="text/javascript">
139
								<script language="JavaScript" type="text/javascript">
140
									function validate1(date) {
140
									function validate1(date) {
141
										var day = date.getDate();
141
										var day = date.getDate();
Lines 164-170 function Dopop(link) { Link Here
164
									);
164
									);
165
								</script>
165
								</script>
166
					<label for="toRO" class="inline">To: </label> <input type="text" readonly="readonly" size="10" id="toRO" name="Filter" value="" />
166
					<label for="toRO" class="inline">To: </label> <input type="text" readonly="readonly" size="10" id="toRO" name="Filter" value="" />
167
						<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarToRO" style="cursor: pointer;"  border="0" />
167
						<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarToRO" style="cursor: pointer;"  border="0" />
168
							<script type="text/javascript">
168
							<script type="text/javascript">
169
								function validate2(date) {
169
								function validate2(date) {
170
									var day = date.getDate();
170
									var day = date.getDate();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-2 / +2 lines)
Lines 185-191 Link Here
185
	<tr>
185
	<tr>
186
	<td>Start of date range</td>
186
	<td>Start of date range</td>
187
	<td><input type="text" size="10" id="[% column.name %]_start_value" name="[% column.name %]_start_value" value="" />      
187
	<td><input type="text" size="10" id="[% column.name %]_start_value" name="[% column.name %]_start_value" value="" />      
188
	<img src="[% themelang %]/lib/calendar/cal.gif" id="buttonfrom1" style="cursor: pointer;"  />
188
	<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="buttonfrom1" style="cursor: pointer;"  />
189
	<script type="text/javascript">
189
	<script type="text/javascript">
190
	Calendar.setup({
190
	Calendar.setup({
191
	inputField     : "[% column.name %]_start_value",
191
	inputField     : "[% column.name %]_start_value",
Lines 201-207 Link Here
201
	<td>End of date range</td>
201
	<td>End of date range</td>
202
	<td>
202
	<td>
203
	<input type="text" size="10" id="[% column.name %]_end_value" name="[% column.name %]_end_value" value="" />      
203
	<input type="text" size="10" id="[% column.name %]_end_value" name="[% column.name %]_end_value" value="" />      
204
	<img src="[% themelang %]/lib/calendar/cal.gif" id="buttonfrom2" style="cursor: pointer;"  />
204
	<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="buttonfrom2" style="cursor: pointer;"  />
205
	<script type="text/javascript">
205
	<script type="text/javascript">
206
	Calendar.setup({
206
	Calendar.setup({
207
	inputField     : "[% column.name %]_end_value",
207
	inputField     : "[% column.name %]_end_value",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-6 / +6 lines)
Lines 19-26 Link Here
19
<style type="text/css">
19
<style type="text/css">
20
    #sql { width: 90%; height: 9em;}
20
    #sql { width: 90%; height: 9em;}
21
</style>
21
</style>
22
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
22
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
23
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
23
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
24
24
25
<script type="text/javascript">
25
<script type="text/javascript">
26
//<![CDATA[
26
//<![CDATA[
Lines 348-354 canned reports and writing custom SQL reports.</p> Link Here
348
        [% IF ( criteri.date ) %]
348
        [% IF ( criteri.date ) %]
349
        <td>
349
        <td>
350
            <input type="text" size="10" id="[% criteri.name %]_value" name="[% criteri.name %]_value" value="" />
350
            <input type="text" size="10" id="[% criteri.name %]_value" name="[% criteri.name %]_value" value="" />
351
            <img src="[% themelang %]/lib/calendar/cal.gif" id="buttonfrom[% criteri.name %]" style="cursor: pointer;" alt="Show calendar" title="Show calendar" />
351
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="buttonfrom[% criteri.name %]" style="cursor: pointer;" alt="Show calendar" title="Show calendar" />
352
            <script type="text/javascript">   
352
            <script type="text/javascript">   
353
            Calendar.setup({  
353
            Calendar.setup({  
354
            inputField     : "[% criteri.name %]_value",
354
            inputField     : "[% criteri.name %]_value",
Lines 371-377 canned reports and writing custom SQL reports.</p> Link Here
371
            [% IF ( criteri.daterange ) %]
371
            [% IF ( criteri.daterange ) %]
372
            <td>from 
372
            <td>from 
373
            <input type="text" size="10" id="from_[% criteri.name %]_value" name="from_[% criteri.name %]_value" value="" />
373
            <input type="text" size="10" id="from_[% criteri.name %]_value" name="from_[% criteri.name %]_value" value="" />
374
            <img src="[% themelang %]/lib/calendar/cal.gif" id="buttonfromfrom_[% criteri.name %]" style="cursor: pointer;" alt="Show calendar" title="Show calendar" />
374
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="buttonfromfrom_[% criteri.name %]" style="cursor: pointer;" alt="Show calendar" title="Show calendar" />
375
            <script type="text/javascript">   
375
            <script type="text/javascript">   
376
                Calendar.setup({  
376
                Calendar.setup({  
377
                inputField     : "from_[% criteri.name %]_value",
377
                inputField     : "from_[% criteri.name %]_value",
Lines 382-388 canned reports and writing custom SQL reports.</p> Link Here
382
            </script>         
382
            </script>         
383
            to
383
            to
384
            <input type="text" size="10" id="to_[% criteri.name %]_value" name="to_[% criteri.name %]_value" value="" />
384
            <input type="text" size="10" id="to_[% criteri.name %]_value" name="to_[% criteri.name %]_value" value="" />
385
            <img src="[% themelang %]/lib/calendar/cal.gif" id="buttonfromto_[% criteri.name %]" style="cursor: pointer;" alt="Show calendar" title="Show calendar" />
385
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="buttonfromto_[% criteri.name %]" style="cursor: pointer;" alt="Show calendar" title="Show calendar" />
386
            <script type="text/javascript">   
386
            <script type="text/javascript">   
387
                Calendar.setup({  
387
                Calendar.setup({  
388
                inputField     : "to_[% criteri.name %]_value",
388
                inputField     : "to_[% criteri.name %]_value",
Lines 752-758 Sub report:<select name="subreport"> Link Here
752
  <h3>Filter</h3>
752
  <h3>Filter</h3>
753
  <ol>
753
  <ol>
754
    <li><label for="filter_date">Date:
754
    <li><label for="filter_date">Date:
755
  <img src="[% themelang %]/lib/calendar/cal.gif" id="datedueto_button" alt="Show calendar" /></label> <input type="text" id="filter_date" name="filter_date" size="10" value="[% filter_date %]" />
755
  <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="datedueto_button" alt="Show calendar" /></label> <input type="text" id="filter_date" name="filter_date" size="10" value="[% filter_date %]" />
756
    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
756
    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
757
    <script type="text/javascript">
757
    <script type="text/javascript">
758
        Calendar.setup(
758
        Calendar.setup(
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt (-4 / +4 lines)
Lines 78-84 Link Here
78
				<td><input type="radio" name="Line" value="timestamp" /></td>
78
				<td><input type="radio" name="Line" value="timestamp" /></td>
79
				<td><input type="radio" name="Column" value="timestamp" /></td>
79
				<td><input type="radio" name="Column" value="timestamp" /></td>
80
				<td > <label for="from">From</label> <input type="text" size="10" id="from" name="Filter" />
80
				<td > <label for="from">From</label> <input type="text" size="10" id="from" name="Filter" />
81
							<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
81
							<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
82
								<script language="JavaScript" type="text/javascript">
82
								<script language="JavaScript" type="text/javascript">
83
									function validate1(date) {
83
									function validate1(date) {
84
										var day = date.getDate();
84
										var day = date.getDate();
Lines 107-113 Link Here
107
									);
107
									);
108
								</script>
108
								</script>
109
					<label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" />
109
					<label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" />
110
                        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
110
                        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
111
							<script type="text/javascript">
111
							<script type="text/javascript">
112
								function validate2(date) {
112
								function validate2(date) {
113
									var day = date.getDate();
113
									var day = date.getDate();
Lines 154-160 Link Here
154
				<td><input type="radio" name="Line" value="returndate" /></td>
154
				<td><input type="radio" name="Line" value="returndate" /></td>
155
				<td><input type="radio" name="Column" value="returndate" /></td>
155
				<td><input type="radio" name="Column" value="returndate" /></td>
156
				<td > <label for="fromRO">From</label> <input type="text" size="10" id="fromRO" name="Filter" />
156
				<td > <label for="fromRO">From</label> <input type="text" size="10" id="fromRO" name="Filter" />
157
                            <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendarFromRO" style="cursor: pointer;" />
157
                            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendarFromRO" style="cursor: pointer;" />
158
								<script language="JavaScript" type="text/javascript">
158
								<script language="JavaScript" type="text/javascript">
159
									function validate1(date) {
159
									function validate1(date) {
160
										var day = date.getDate();
160
										var day = date.getDate();
Lines 183-189 Link Here
183
									);
183
									);
184
								</script>
184
								</script>
185
					<label for="toRO">To</label> <input type="text" size="10" id="toRO" name="Filter" value="" />
185
					<label for="toRO">To</label> <input type="text" size="10" id="toRO" name="Filter" value="" />
186
                        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="openCalendarToRO" style="cursor: pointer;" border="0" />
186
                        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" id="openCalendarToRO" style="cursor: pointer;" border="0" />
187
							<script type="text/javascript">
187
							<script type="text/javascript">
188
								function validate2(date) {
188
								function validate2(date) {
189
									var day = date.getDate();
189
									var day = date.getDate();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-2 / +2 lines)
Lines 84-90 Link Here
84
                <td><input type="radio" name="Line" value="datetime" /></td>
84
                <td><input type="radio" name="Line" value="datetime" /></td>
85
                <td><input type="radio" name="Column" value="datetime" /></td>
85
                <td><input type="radio" name="Column" value="datetime" /></td>
86
                <td><label for="from">From</label> <input type="text" size="10" id="from" name="Filter" />
86
                <td><label for="from">From</label> <input type="text" size="10" id="from" name="Filter" />
87
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
87
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendarFrom" style="cursor: pointer;" />
88
                   <script type="text/javascript">
88
                   <script type="text/javascript">
89
				   //<![CDATA[ 
89
				   //<![CDATA[ 
90
				   function validate1(date) {
90
				   function validate1(date) {
Lines 112-118 Link Here
112
					//]]>
112
					//]]>
113
					</script>
113
					</script>
114
                    <label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" />
114
                    <label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" />
115
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
115
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
116
                    <script type="text/javascript">
116
                    <script type="text/javascript">
117
					//<![CDATA[  
117
					//<![CDATA[  
118
					function validate2(date) {
118
					function validate2(date) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
2
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript">
5
<script type="text/javascript">
6
//<![CDATA[
6
//<![CDATA[
7
$(document).ready(function() {
7
$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-10 / +10 lines)
Lines 101-107 Link Here
101
                <td><input type="radio" name="Line" value="reservedate" /></td>
101
                <td><input type="radio" name="Line" value="reservedate" /></td>
102
                <td><input type="radio" name="Column" value="reservedate" /></td>
102
                <td><input type="radio" name="Column" value="reservedate" /></td>
103
                <td><label for="filter_reservedate_begin">From</label> <input type="text"  size="10" id="filter_reservedate_begin" name="filter_reservedate_begin" />
103
                <td><label for="filter_reservedate_begin">From</label> <input type="text"  size="10" id="filter_reservedate_begin" name="filter_reservedate_begin" />
104
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openreservedateFrom" style="cursor: pointer;" />
104
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openreservedateFrom" style="cursor: pointer;" />
105
                   <script type="text/javascript">
105
                   <script type="text/javascript">
106
				   //<![CDATA[ 
106
				   //<![CDATA[ 
107
				   function validate1(date) {
107
				   function validate1(date) {
Lines 129-135 Link Here
129
					//]]>
129
					//]]>
130
					</script>
130
					</script>
131
                    <label for="filter_reservedate_end">To</label> <input size="10" id="filter_reservedate_end" name="filter_reservedate_end" value="" type="text" />
131
                    <label for="filter_reservedate_end">To</label> <input size="10" id="filter_reservedate_end" name="filter_reservedate_end" value="" type="text" />
132
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="openreservedateTo" style="cursor: pointer;" border="0" />
132
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" id="openreservedateTo" style="cursor: pointer;" border="0" />
133
                    <script type="text/javascript">
133
                    <script type="text/javascript">
134
					//<![CDATA[  
134
					//<![CDATA[  
135
					function validate2(date) {
135
					function validate2(date) {
Lines 163-169 Link Here
163
                <td><input type="radio" name="Line" value="notificationdate" /></td>
163
                <td><input type="radio" name="Line" value="notificationdate" /></td>
164
                <td><input type="radio" name="Column" value="notificationdate" /></td>
164
                <td><input type="radio" name="Column" value="notificationdate" /></td>
165
                <td><label for="filter_notificationdate_begin">From</label> <input type="text"  size="10" id="filter_notificationdate_begin" name="filter_notificationdate_begin" />
165
                <td><label for="filter_notificationdate_begin">From</label> <input type="text"  size="10" id="filter_notificationdate_begin" name="filter_notificationdate_begin" />
166
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="opennotificationdateFrom" style="cursor: pointer;" />
166
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="opennotificationdateFrom" style="cursor: pointer;" />
167
                   <script type="text/javascript">
167
                   <script type="text/javascript">
168
				   //<![CDATA[ 
168
				   //<![CDATA[ 
169
				   function validate1(date) {
169
				   function validate1(date) {
Lines 191-197 Link Here
191
					//]]>
191
					//]]>
192
					</script>
192
					</script>
193
                    <label for="filter_notificationdate_end">To</label> <input  size="10" id="filter_notificationdate_end" name="filter_notificationdate_end" value="" type="text" />
193
                    <label for="filter_notificationdate_end">To</label> <input  size="10" id="filter_notificationdate_end" name="filter_notificationdate_end" value="" type="text" />
194
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="opennotificationdateTo" style="cursor: pointer;" border="0" />
194
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" id="opennotificationdateTo" style="cursor: pointer;" border="0" />
195
                    <script type="text/javascript">
195
                    <script type="text/javascript">
196
					//<![CDATA[  
196
					//<![CDATA[  
197
					function validate2(date) {
197
					function validate2(date) {
Lines 225-231 Link Here
225
                <td><input type="radio" name="Line" value="reminderdate" /></td>
225
                <td><input type="radio" name="Line" value="reminderdate" /></td>
226
                <td><input type="radio" name="Column" value="reminderdate" /></td>
226
                <td><input type="radio" name="Column" value="reminderdate" /></td>
227
                <td><label for="filter_reminderdate_begin">From</label> <input type="text"  size="10" id="filter_reminderdate_begin" name="Filter" />
227
                <td><label for="filter_reminderdate_begin">From</label> <input type="text"  size="10" id="filter_reminderdate_begin" name="Filter" />
228
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openreminderdateFrom" style="cursor: pointer;" />
228
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openreminderdateFrom" style="cursor: pointer;" />
229
                   <script type="text/javascript">
229
                   <script type="text/javascript">
230
				   //<![CDATA[ 
230
				   //<![CDATA[ 
231
				   function validate1(date) {
231
				   function validate1(date) {
Lines 253-259 Link Here
253
					//]]>
253
					//]]>
254
					</script>
254
					</script>
255
                    <label for="filter_reminderdate_end">To</label> <input size="10" id="filter_reminderdate_end" name="filter_reminderdate_end" value="" type="text" />
255
                    <label for="filter_reminderdate_end">To</label> <input size="10" id="filter_reminderdate_end" name="filter_reminderdate_end" value="" type="text" />
256
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="openreminderdateTo" style="cursor: pointer;" border="0" />
256
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" id="openreminderdateTo" style="cursor: pointer;" border="0" />
257
                    <script type="text/javascript">
257
                    <script type="text/javascript">
258
					//<![CDATA[  
258
					//<![CDATA[  
259
					function validate2(date) {
259
					function validate2(date) {
Lines 287-293 Link Here
287
                <td><input type="radio" name="Line" value="waitingdate" /></td>
287
                <td><input type="radio" name="Line" value="waitingdate" /></td>
288
                <td><input type="radio" name="Column" value="waitingdate" /></td>
288
                <td><input type="radio" name="Column" value="waitingdate" /></td>
289
                <td><label for="filter_waitingdate_begin">From</label> <input type="text"  size="10" id="filter_waitingdate_begin" name="filter_waitingdate_begin" />
289
                <td><label for="filter_waitingdate_begin">From</label> <input type="text"  size="10" id="filter_waitingdate_begin" name="filter_waitingdate_begin" />
290
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openwaitingdateFrom" style="cursor: pointer;" />
290
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openwaitingdateFrom" style="cursor: pointer;" />
291
                   <script type="text/javascript">
291
                   <script type="text/javascript">
292
				   //<![CDATA[ 
292
				   //<![CDATA[ 
293
				   function validate1(date) {
293
				   function validate1(date) {
Lines 315-321 Link Here
315
					//]]>
315
					//]]>
316
					</script>
316
					</script>
317
                    <label for="filter_waitingdate_end">To</label> <input  size="10" id="filter_waitingdate_end" name="filter_waitingdate_end" value="" type="text" />
317
                    <label for="filter_waitingdate_end">To</label> <input  size="10" id="filter_waitingdate_end" name="filter_waitingdate_end" value="" type="text" />
318
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="openwaitingdateTo" style="cursor: pointer;" border="0" />
318
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" id="openwaitingdateTo" style="cursor: pointer;" border="0" />
319
                    <script type="text/javascript">
319
                    <script type="text/javascript">
320
					//<![CDATA[  
320
					//<![CDATA[  
321
					function validate2(date) {
321
					function validate2(date) {
Lines 349-355 Link Here
349
                <td><input type="radio" name="Line" value="cancellationdate" /></td>
349
                <td><input type="radio" name="Line" value="cancellationdate" /></td>
350
                <td><input type="radio" name="Column" value="cancellationdate" /></td>
350
                <td><input type="radio" name="Column" value="cancellationdate" /></td>
351
                <td><label for="filter_cancellationdate_begin">From</label> <input type="text"  size="10" id="filter_cancellationdate_begin" name="filter_cancellationdate_begin" />
351
                <td><label for="filter_cancellationdate_begin">From</label> <input type="text"  size="10" id="filter_cancellationdate_begin" name="filter_cancellationdate_begin" />
352
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="opencancellationdateFrom" style="cursor: pointer;" />
352
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="opencancellationdateFrom" style="cursor: pointer;" />
353
                   <script type="text/javascript">
353
                   <script type="text/javascript">
354
				   //<![CDATA[ 
354
				   //<![CDATA[ 
355
				   function validate1(date) {
355
				   function validate1(date) {
Lines 377-383 Link Here
377
					//]]>
377
					//]]>
378
					</script>
378
					</script>
379
                    <label for="filter_cancellationdate_end">To</label> <input  size="10" id="filter_cancellationdate_end" name="filter_cancellationdate_end" value="" type="text" />
379
                    <label for="filter_cancellationdate_end">To</label> <input  size="10" id="filter_cancellationdate_end" name="filter_cancellationdate_end" value="" type="text" />
380
                    <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" id="opencancellationdateTo" style="cursor: pointer;" border="0" />
380
                    <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" id="opencancellationdateTo" style="cursor: pointer;" border="0" />
381
                    <script type="text/javascript">
381
                    <script type="text/javascript">
382
					//<![CDATA[  
382
					//<![CDATA[  
383
					function validate2(date) {
383
					function validate2(date) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
<style type="text/css">
4
<style type="text/css">
5
	.sql {display: none;}
5
	.sql {display: none;}
6
</style>
6
</style>
7
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
8
<script type="text/JavaScript" language="JavaScript">
8
<script type="text/JavaScript" language="JavaScript">
9
	//<![CDATA[
9
	//<![CDATA[
10
		$(document).ready(function() {
10
		$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/stats_screen.tt (-2 / +2 lines)
Lines 22-28 Link Here
22
<form action="stats.screen.pl" method="post">
22
<form action="stats.screen.pl" method="post">
23
  <label for="from">Start Date: </label>
23
  <label for="from">Start Date: </label>
24
  <input type="text" name="time" size="10" value="[% IF ( date ) %][% date %][% ELSE %]today[% END %]" id="from" /> 
24
  <input type="text" name="time" size="10" value="[% IF ( date ) %][% date %][% ELSE %]today[% END %]" id="from" /> 
25
  <img src="[% themelang %]/lib/calendar/cal.gif" id="buttonfrom1" alt="Show calendar" style="cursor: pointer;" />
25
  <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="buttonfrom1" alt="Show calendar" style="cursor: pointer;" />
26
     <script type="text/javascript">
26
     <script type="text/javascript">
27
     Calendar.setup({
27
     Calendar.setup({
28
     inputField     :    "from",
28
     inputField     :    "from",
Lines 33-39 Link Here
33
     </script>
33
     </script>
34
  <label for="to">End Date: </label>
34
  <label for="to">End Date: </label>
35
  <input type="text" name="time2" size="10" value="[% IF ( date2 ) %][% date2 %][% ELSE %]tomorrow[% END %]" id="to" />
35
  <input type="text" name="time2" size="10" value="[% IF ( date2 ) %][% date2 %][% ELSE %]tomorrow[% END %]" id="to" />
36
  <img src="[% themelang %]/lib/calendar/cal.gif" id="buttonto1" alt="Show calendar" style="cursor: pointer;" />
36
  <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="buttonto1" alt="Show calendar" style="cursor: pointer;" />
37
     <script type="text/javascript">
37
     <script type="text/javascript">
38
     Calendar.setup({
38
     Calendar.setup({
39
     inputField     :    "to",
39
     inputField     :    "to",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-3 / +3 lines)
Lines 289-295 function checkMultiHold() { Link Here
289
	<li>
289
	<li>
290
	    <label for="reserve_date">Hold starts on date:</label>
290
	    <label for="reserve_date">Hold starts on date:</label>
291
	    <input name="reserve_date" id="reserve_date" size="10" readonly="readonly">
291
	    <input name="reserve_date" id="reserve_date" size="10" readonly="readonly">
292
        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="CalendarReserveDate" style="cursor: pointer;" />
292
        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="CalendarReserveDate" style="cursor: pointer;" />
293
	    <script language="JavaScript" type="text/javascript">
293
	    <script language="JavaScript" type="text/javascript">
294
		//<![CDATA[
294
		//<![CDATA[
295
		function validate1(date) {
295
		function validate1(date) {
Lines 321-327 function checkMultiHold() { Link Here
321
	<li>
321
	<li>
322
	    <label for="expiration_date">Hold expires on date:</label>
322
	    <label for="expiration_date">Hold expires on date:</label>
323
	    <input name="expiration_date" id="expiration_date" size="10" readonly="readonly" />
323
	    <input name="expiration_date" id="expiration_date" size="10" readonly="readonly" />
324
        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="CalendarExpirationDate" style="cursor: pointer;" />
324
        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="CalendarExpirationDate" style="cursor: pointer;" />
325
	    <script language="JavaScript" type="text/javascript">
325
	    <script language="JavaScript" type="text/javascript">
326
		//<![CDATA[
326
		//<![CDATA[
327
		function validate1(date) {
327
		function validate1(date) {
Lines 736-742 function checkMultiHold() { Link Here
736
            [% IF AutoResumeSuspendedHolds %]
736
            [% IF AutoResumeSuspendedHolds %]
737
	    <label for="suspend_until_[% reserveloo.borrowernumber %]">[% IF ( reserveloo.suspend ) %] on [% ELSE %] until [% END %]</label>
737
	    <label for="suspend_until_[% reserveloo.borrowernumber %]">[% IF ( reserveloo.suspend ) %] on [% ELSE %] until [% END %]</label>
738
	    <input name="suspend_until" id="suspend_until_[% reserveloo.borrowernumber %]" size="10" readonly="readonly" value="[% reserveloo.suspend_until %]" />
738
	    <input name="suspend_until" id="suspend_until_[% reserveloo.borrowernumber %]" size="10" readonly="readonly" value="[% reserveloo.suspend_until %]" />
739
        <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="SuspendUntilDate_[% reserveloo.borrowernumber %]" style="cursor: pointer;" />
739
        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="SuspendUntilDate_[% reserveloo.borrowernumber %]" style="cursor: pointer;" />
740
	    <script language="JavaScript" type="text/javascript">
740
	    <script language="JavaScript" type="text/javascript">
741
		//<![CDATA[
741
		//<![CDATA[
742
		function validate1(date) {
742
		function validate1(date) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-1 / +1 lines)
Lines 54-60 Link Here
54
54
55
        <li><label for="date" class="required" title="Required field">Expiring before:</label>
55
        <li><label for="date" class="required" title="Required field">Expiring before:</label>
56
        <input id="date" type="text" name="date" size="10" value="[% date %]" class="focus" />
56
        <input id="date" type="text" name="date" size="10" value="[% date %]" class="focus" />
57
                <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendar" style="cursor: pointer;" />
57
                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendar" style="cursor: pointer;" />
58
            <script type="text/javascript">
58
            <script type="text/javascript">
59
                Calendar.setup(
59
                Calendar.setup(
60
                 {
60
                 {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-4 / +4 lines)
Lines 1-8 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
2
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.uitablefilter.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.uitablefilter.js"></script>
6
<script type="text/JavaScript" language="JavaScript">
6
<script type="text/JavaScript" language="JavaScript">
7
//<![CDATA[
7
//<![CDATA[
8
	 $(document).ready(function() {
8
	 $(document).ready(function() {
Lines 228-234 Link Here
228
	
228
	
229
	<li>
229
	<li>
230
	    <label for="begindate">From</label>
230
	    <label for="begindate">From</label>
231
        <img src="[% themelang %]/lib/calendar/cal.gif" id="begindatebutton" style="cursor: pointer;" alt="Show calendar" title="Show Calendar" />
231
        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="begindatebutton" style="cursor: pointer;" alt="Show calendar" title="Show Calendar" />
232
	    <input type="text" name="begindate" id="begindate" value="[% begindate %]" size="10" maxlength="10" />
232
	    <input type="text" name="begindate" id="begindate" value="[% begindate %]" size="10" maxlength="10" />
233
	    <script type="text/javascript">
233
	    <script type="text/javascript">
234
		 //<![CDATA[ 
234
		 //<![CDATA[ 
Lines 241-247 Link Here
241
	    </script>
241
	    </script>
242
242
243
	    <label for="enddate" style="float:none;">To</label>
243
	    <label for="enddate" style="float:none;">To</label>
244
        <img src="[% themelang %]/lib/calendar/cal.gif" id="enddatebutton" style="cursor: pointer;" alt="Show calendar" title="Show Calendar" />
244
        <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="enddatebutton" style="cursor: pointer;" alt="Show calendar" title="Show Calendar" />
245
	    <input type="text" name="enddate" id="enddate" value="[% enddate %]" size="10" maxlength="10" />
245
	    <input type="text" name="enddate" id="enddate" value="[% enddate %]" size="10" maxlength="10" />
246
	    <script type="text/javascript">
246
	    <script type="text/javascript">
247
		 //<![CDATA[ 
247
		 //<![CDATA[ 
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt (-3 / +3 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
2
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
[% INCLUDE 'datatables-strings.inc' %]
6
[% INCLUDE 'datatables-strings.inc' %]
7
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/js/datatables.js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
10
 $(document).ready(function() {
10
 $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-4 / +4 lines)
Lines 1124-1135 $(document).ready(function() { Link Here
1124
    <ol>
1124
    <ol>
1125
        <li>
1125
        <li>
1126
           <label for="acqui_date"> First issue publication date:</label>
1126
           <label for="acqui_date"> First issue publication date:</label>
1127
                [% UNLESS ( modify ) %]<img src="[% themelang %]/lib/calendar/cal.gif" id="acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />[% END %]
1127
                [% UNLESS ( modify ) %]<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />[% END %]
1128
                [% IF ( modify ) %]<input type="text" name="firstacquidate" value="[% firstacquidate %]"  size="13" maxlength="10" id="acqui_date" disabled="disabled" />
1128
                [% IF ( modify ) %]<input type="text" name="firstacquidate" value="[% firstacquidate %]"  size="13" maxlength="10" id="acqui_date" disabled="disabled" />
1129
                [% ELSE %]<input type="text" name="firstacquidate" value="[% firstacquidate %]"  size="13" maxlength="10" id="acqui_date" />[% END %]
1129
                [% ELSE %]<input type="text" name="firstacquidate" value="[% firstacquidate %]"  size="13" maxlength="10" id="acqui_date" />[% END %]
1130
        </li>
1130
        </li>
1131
           [% IF ( modify ) %]<li><label for="next_acqui_date"> Next issue publication date:</label>
1131
           [% IF ( modify ) %]<li><label for="next_acqui_date"> Next issue publication date:</label>
1132
                <img src="[% themelang %]/lib/calendar/cal.gif" id="next_acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />
1132
                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="next_acqui_button" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />
1133
                <input type="text" name="nextacquidate" value="[% nextacquidate %]" size="13" maxlength="10" id="next_acqui_date" />
1133
                <input type="text" name="nextacquidate" value="[% nextacquidate %]" size="13" maxlength="10" id="next_acqui_date" />
1134
                </li>[% END %]
1134
                </li>[% END %]
1135
                
1135
                
Lines 1316-1322 $(document).ready(function() { Link Here
1316
        <li>
1316
        <li>
1317
           <label for="beginning_date" class="required"> Subscription start date:</label>
1317
           <label for="beginning_date" class="required"> Subscription start date:</label>
1318
            
1318
            
1319
                <img src="[% themelang %]/lib/calendar/cal.gif" id="button1" style="cursor: pointer;" alt="Show calendar" title="Show calendar" />
1319
                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="button1" style="cursor: pointer;" alt="Show calendar" title="Show calendar" />
1320
                <input type="text" name="startdate" value="[% startdate %]" size="13" maxlength="10" id="beginning_date" />
1320
                <input type="text" name="startdate" value="[% startdate %]" size="13" maxlength="10" id="beginning_date" />
1321
                <!-- both scripts for calendar must follow the input field --> 
1321
                <!-- both scripts for calendar must follow the input field --> 
1322
                <script type="text/javascript">
1322
                <script type="text/javascript">
Lines 1349-1355 $(document).ready(function() { Link Here
1349
        <li>
1349
        <li>
1350
           <label for="ending_date"> Subscription end date:</label>
1350
           <label for="ending_date"> Subscription end date:</label>
1351
            
1351
            
1352
                <img src="[% themelang %]/lib/calendar/cal.gif" id="buttonend1" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />
1352
                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="buttonend1" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" />
1353
                <input type="text" name="enddate" value="[% enddate %]" size="13" maxlength="10" id="ending_date" />
1353
                <input type="text" name="enddate" value="[% enddate %]" size="13" maxlength="10" id="ending_date" />
1354
                <!-- both scripts for calendar must follow the input field --> 
1354
                <!-- both scripts for calendar must follow the input field --> 
1355
                <script type="text/javascript">
1355
                <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-9 / +9 lines)
Lines 16-23 Link Here
16
</title>
16
</title>
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'calendar.inc' %]
18
[% INCLUDE 'calendar.inc' %]
19
[% IF ( op_else ) %] <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
19
[% IF ( op_else ) %] <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
20
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
20
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
21
<script type="text/javascript">
21
<script type="text/javascript">
22
// <![CDATA[
22
// <![CDATA[
23
23
Lines 100-106 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
100
// ]]>
100
// ]]>
101
</script>
101
</script>
102
[% END %]
102
[% END %]
103
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
103
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
104
</head>
104
</head>
105
<body id="acq_suggestion" class="acq">
105
<body id="acq_suggestion" class="acq">
106
[% INCLUDE 'header.inc' %]
106
[% INCLUDE 'header.inc' %]
Lines 474-480 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
474
                    <li><label for="suggesteddate_from"> Suggested on:</label>[% suggesteddate %]
474
                    <li><label for="suggesteddate_from"> Suggested on:</label>[% suggesteddate %]
475
                        <table class="invis">
475
                        <table class="invis">
476
                        <tr>
476
                        <tr>
477
                        <td>from :</td><td><input type="text" id="suggesteddate_from" name="suggesteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_from_button" alt="Show calendar" />
477
                        <td>from :</td><td><input type="text" id="suggesteddate_from" name="suggesteddate_from" style="width:80px;" /><img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="suggesteddate_from_button" alt="Show calendar" />
478
                        <script language="JavaScript" type="text/javascript">
478
                        <script language="JavaScript" type="text/javascript">
479
                            Calendar.setup(
479
                            Calendar.setup(
480
                            {
480
                            {
Lines 486-492 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
486
                        </script></td>
486
                        </script></td>
487
                        </tr>
487
                        </tr>
488
                        <tr>
488
                        <tr>
489
                        <td>to :</td><td><input type="text" id="suggesteddate_to" name="suggesteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_to_button" alt="Show calendar" />
489
                        <td>to :</td><td><input type="text" id="suggesteddate_to" name="suggesteddate_to" style="width:80px;" /><img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="suggesteddate_to_button" alt="Show calendar" />
490
                        <script language="JavaScript" type="text/javascript">
490
                        <script language="JavaScript" type="text/javascript">
491
                            Calendar.setup(
491
                            Calendar.setup(
492
                            {
492
                            {
Lines 505-511 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
505
                    <li><label for="manageddate_from"> Management date:</label>[% manageddate %]
505
                    <li><label for="manageddate_from"> Management date:</label>[% manageddate %]
506
                        <table class="invis">
506
                        <table class="invis">
507
                        <tr>
507
                        <tr>
508
                        <td>from :</td><td><input type="text" id="manageddate_from" name="manageddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_from_button" alt="Show calendar" />
508
                        <td>from :</td><td><input type="text" id="manageddate_from" name="manageddate_from" style="width:80px;" /><img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="manageddate_from_button" alt="Show calendar" />
509
                        <script language="JavaScript" type="text/javascript">
509
                        <script language="JavaScript" type="text/javascript">
510
                            Calendar.setup(
510
                            Calendar.setup(
511
                            {
511
                            {
Lines 517-523 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
517
                        </script></td>
517
                        </script></td>
518
                        </tr>
518
                        </tr>
519
                        <tr>
519
                        <tr>
520
                        <td>to :</td><td><input type="text" id="manageddate_to" name="manageddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_to_button" alt="Show calendar" />
520
                        <td>to :</td><td><input type="text" id="manageddate_to" name="manageddate_to" style="width:80px;" /><img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="manageddate_to_button" alt="Show calendar" />
521
                        <script language="JavaScript" type="text/javascript">
521
                        <script language="JavaScript" type="text/javascript">
522
                            Calendar.setup(
522
                            Calendar.setup(
523
                            {
523
                            {
Lines 536-542 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
536
                    <li><label for="accepteddate_from"> Accepted on:</label>[% accepteddate %]
536
                    <li><label for="accepteddate_from"> Accepted on:</label>[% accepteddate %]
537
                        <table class="invis">
537
                        <table class="invis">
538
                        <tr>
538
                        <tr>
539
                        <td>from :</td><td><input type="text" id="accepteddate_from" name="accepteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_from_button" alt="Show calendar" />
539
                        <td>from :</td><td><input type="text" id="accepteddate_from" name="accepteddate_from" style="width:80px;" /><img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="accepteddate_from_button" alt="Show calendar" />
540
                        <script language="JavaScript" type="text/javascript">
540
                        <script language="JavaScript" type="text/javascript">
541
                            Calendar.setup(
541
                            Calendar.setup(
542
                            {
542
                            {
Lines 548-554 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
548
                        </script></td>
548
                        </script></td>
549
                        </tr>
549
                        </tr>
550
                        <tr>
550
                        <tr>
551
                        <td>to :</td><td><input type="text" id="accepteddate_to" name="accepteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_to_button" alt="Show calendar" />
551
                        <td>to :</td><td><input type="text" id="accepteddate_to" name="accepteddate_to" style="width:80px;" /><img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="accepteddate_to_button" alt="Show calendar" />
552
                        <script language="JavaScript" type="text/javascript">
552
                        <script language="JavaScript" type="text/javascript">
553
                            Calendar.setup(
553
                            Calendar.setup(
554
                            {
554
                            {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript">
5
<script type="text/javascript">
6
//<![CDATA[
6
//<![CDATA[
7
    $.tablesorter.addParser({
7
    $.tablesorter.addParser({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-3 / +3 lines)
Lines 2-8 Link Here
2
<title>Home &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
2
<title>Home &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
<style type="text/css">
6
<style type="text/css">
7
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
7
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
8
.red      {color:darkred;   background-color: pink;}
8
.red      {color:darkred;   background-color: pink;}
Lines 322-333 td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
322
	    <li>
322
	    <li>
323
			<label for="from">Date: from </label>
323
			<label for="from">Date: from </label>
324
			<input type="text" size="10" id="from" name="from" value="[% filter_date_approved_from %]" />
324
			<input type="text" size="10" id="from" name="from" value="[% filter_date_approved_from %]" />
325
            <img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" style="cursor: pointer;" id="openCalendarFrom" />
325
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" border="0" alt="Show calendar" style="cursor: pointer;" id="openCalendarFrom" />
326
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
326
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
327
327
328
			<label for="to">...to </label>
328
			<label for="to">...to </label>
329
			<input type="text" size="10" id="to"   name="to"   value="[% filter_date_approved_to %]" />
329
			<input type="text" size="10" id="to"   name="to"   value="[% filter_date_approved_to %]" />
330
            <img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" style="cursor: pointer;" id="openCalendarTo" />
330
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" border="0" alt="Show calendar" style="cursor: pointer;" id="openCalendarTo" />
331
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
331
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
332
	    </li>
332
	    </li>
333
  </ol>
333
  </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Tools &rsaquo; Stage MARC records for import</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Stage MARC records for import</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
5
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
6
<style type="text/css">
6
<style type="text/css">
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-6 / +6 lines)
Lines 1-11 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/pages/batchMod.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/pages/batchMod.css" />
6
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
7
<script src="[% themelang %]/lib/yui/cookie/cookie-min.js"></script>
7
<script src="[% interface %]/[% theme %]/lib/yui/cookie/cookie-min.js"></script>
8
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript">
9
<script type="text/javascript">
10
//<![CDATA[
10
//<![CDATA[
11
11
Lines 18-24 for( x=0; x<allColumns.length; x++ ){ Link Here
18
}
18
}
19
//]]>
19
//]]>
20
</script>
20
</script>
21
<script type="text/javascript" src="[% themelang %]/js/pages/batchMod.js"></script>
21
<script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/batchMod.js"></script>
22
<!--[if IE]>
22
<!--[if IE]>
23
<style type="text/css">#selections { display: none; }</style>
23
<style type="text/css">#selections { display: none; }</style>
24
<![endif]-->
24
<![endif]-->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-7 / +7 lines)
Lines 1-11 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Batch item modification</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Batch item modification</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/pages/batchMod.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/pages/batchMod.css" />
6
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
7
<script src="[% themelang %]/lib/yui/cookie/cookie-min.js"></script>
7
<script src="[% interface %]/[% theme %]/lib/yui/cookie/cookie-min.js"></script>
8
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript">
9
<script type="text/javascript">
10
//<![CDATA[
10
//<![CDATA[
11
11
Lines 39-49 $("input[name='disable_input']").click(function() { Link Here
39
39
40
//]]>
40
//]]>
41
</script>
41
</script>
42
<script type="text/javascript" src="[% themelang %]/js/pages/batchMod.js"></script>
42
<script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/batchMod.js"></script>
43
<!--[if IE]>
43
<!--[if IE]>
44
<style type="text/css">#selections { display: none; }</style>
44
<style type="text/css">#selections { display: none; }</style>
45
<![endif]-->
45
<![endif]-->
46
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
46
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" />
47
</head>
47
</head>
48
<body id="tools_batchMod-edit" class="tools">
48
<body id="tools_batchMod-edit" class="tools">
49
[% INCLUDE 'header.inc' %]
49
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; [% IF ( del ) %]Batch item deletion[% ELSE %]Batch item modification[% END %] </title>
2
<title>Koha &rsaquo; Tools &rsaquo; [% IF ( del ) %]Batch item deletion[% ELSE %]Batch item modification[% END %] </title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/JavaScript" language="JavaScript">
5
<script type="text/JavaScript" language="JavaScript">
6
//<![CDATA[
6
//<![CDATA[
7
         $(document).ready(function() {
7
         $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-6 / +6 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; MARC export</title>
2
<title>Koha &rsaquo; Tools &rsaquo; MARC export</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/calendar/calendar-system.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/calendar/calendar-system.css" />
5
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar.js"></script>
6
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-en.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar-en.js"></script>
7
<script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/calendar/calendar-setup.js"></script>
8
</head>
8
</head>
9
<body id="tools_export" class="tools">
9
<body id="tools_export" class="tools">
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
Lines 72-78 Link Here
72
		<ul><li>
72
		<ul><li>
73
		<label for="start_accession">Start date:</label>
73
		<label for="start_accession">Start date:</label>
74
		<input type="text" size="10" id="start_accession" name="start_accession" value="[% from %]" />
74
		<input type="text" size="10" id="start_accession" name="start_accession" value="[% from %]" />
75
		<img src="[% themelang %]/lib/calendar/cal.gif"  border="0" id="openCalendarFrom" style="cursor: pointer;" alt="" />
75
		<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif"  border="0" id="openCalendarFrom" style="cursor: pointer;" alt="" />
76
			<script language="JavaScript" type="text/javascript">
76
			<script language="JavaScript" type="text/javascript">
77
Calendar.setup(
77
Calendar.setup(
78
        {
78
        {
Lines 86-92 Calendar.setup( Link Here
86
    End date:
86
    End date:
87
</label>
87
</label>
88
<input size="10" id="end_accession" name="end_accession" value="[% end_accession %]" type="text" />
88
<input size="10" id="end_accession" name="end_accession" value="[% end_accession %]" type="text" />
89
<img src="[% themelang %]/lib/calendar/cal.gif" alt="" id="openCalendarTo" style="cursor: pointer;" border="0" />
89
<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="" id="openCalendarTo" style="cursor: pointer;" border="0" />
90
<script type="text/javascript">
90
<script type="text/javascript">
91
91
92
        Calendar.setup(
92
        Calendar.setup(
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-2 / +2 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Tools &rsaquo; [% branchname %] Calendar</title>
2
<title>Koha &rsaquo; Tools &rsaquo; [% branchname %] Calendar</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
6
<script language="JavaScript" type="text/javascript">
6
<script language="JavaScript" type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
8
Lines 249-255 Link Here
249
			<li class="dateinsert">
249
			<li class="dateinsert">
250
                <b>To date : </b>
250
                <b>To date : </b>
251
				<input type="text" id="dateofrange" name="dateofrange" size="20" value="[% dateofrange %]" />
251
				<input type="text" id="dateofrange" name="dateofrange" size="20" value="[% dateofrange %]" />
252
                <img src="[% themelang %]/lib/calendar/cal.gif" id="dateofrange_button" alt="Show calendar" />
252
                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="dateofrange_button" alt="Show calendar" />
253
				<script language="JavaScript" type="text/javascript">
253
				<script language="JavaScript" type="text/javascript">
254
				Calendar.setup(
254
				Calendar.setup(
255
					{
255
					{
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-3 / +3 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
$(document).ready(function(){
8
$(document).ready(function(){
Lines 59-65 $(document).ready(function(){ Link Here
59
	 <ol>
59
	 <ol>
60
            <li><label for="uploadbarcodes">Barcode file: </label> <input type="file" id="uploadbarcodes" name="uploadbarcodes" /></li>
60
            <li><label for="uploadbarcodes">Barcode file: </label> <input type="file" id="uploadbarcodes" name="uploadbarcodes" /></li>
61
            <li><label for="setdate">Set inventory date to:</label> <input type="text" id="setdate" name="setdate" value="[% today %]" />
61
            <li><label for="setdate">Set inventory date to:</label> <input type="text" id="setdate" name="setdate" value="[% today %]" />
62
             <img src="[% themelang %]/lib/calendar/cal.gif" id="setdate_button" alt="Show calendar" />
62
             <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="setdate_button" alt="Show calendar" />
63
            <script type="text/javascript">
63
            <script type="text/javascript">
64
            Calendar.setup(
64
            Calendar.setup(
65
            {
65
            {
Lines 142-148 $(document).ready(function(){ Link Here
142
142
143
        <li><label for="datelastseen">Inventory date:</label>
143
        <li><label for="datelastseen">Inventory date:</label>
144
            <input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen %]" />
144
            <input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen %]" />
145
            <img src="[% themelang %]/lib/calendar/cal.gif" id="datelastseen_button" alt="Show Calendar" />
145
            <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="datelastseen_button" alt="Show Calendar" />
146
            <script type="text/javascript">
146
            <script type="text/javascript">
147
            Calendar.setup(
147
            Calendar.setup(
148
            {
148
            {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-5 / +5 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Tools &rsaquo; News</title>
2
<title>Koha &rsaquo; Tools &rsaquo; News</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
6
<script type="text/javascript">//<![CDATA[
6
<script type="text/javascript">//<![CDATA[
7
$(document).ready(function() {
7
$(document).ready(function() {
8
	$("#newst").tablesorter({[% IF ( dateformat == 'metric' ) %]
8
	$("#newst").tablesorter({[% IF ( dateformat == 'metric' ) %]
Lines 13-24 $(document).ready(function() { Link Here
13
}); 
13
}); 
14
//]]>
14
//]]>
15
</script>
15
</script>
16
<script language="javascript" type="text/javascript" src="[% themelang %]/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
16
<script language="javascript" type="text/javascript" src="[% interface %]/[% theme %]/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
17
<script language="javascript" type="text/javascript">
17
<script language="javascript" type="text/javascript">
18
tinyMCE.init({
18
tinyMCE.init({
19
    mode : "textareas",
19
    mode : "textareas",
20
    theme : "advanced",
20
    theme : "advanced",
21
    content_css : "[% themelang %]/css/tinymce.css",
21
    content_css : "[% interface %]/[% theme %]/css/tinymce.css",
22
    plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
22
    plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
23
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,search,replace,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,|,print",
23
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,search,replace,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,|,print",
24
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
24
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
Lines 89-95 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div> Link Here
89
            <li>
89
            <li>
90
                <label for="timestamp">Publication date</label>
90
                <label for="timestamp">Publication date</label>
91
                <input id="timestamp" type="text" name="timestamp" size="15" value="[% new_detail.timestamp %]" />
91
                <input id="timestamp" type="text" name="timestamp" size="15" value="[% new_detail.timestamp %]" />
92
                <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="timestampButton" style="cursor: pointer;" />
92
                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="timestampButton" style="cursor: pointer;" />
93
                <script type="text/javascript">
93
                <script type="text/javascript">
94
                    Calendar.setup(
94
                    Calendar.setup(
95
                    {
95
                    {
Lines 104-110 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div> Link Here
104
            <li>
104
            <li>
105
                <label for="expirationdate">Expiration date</label>
105
                <label for="expirationdate">Expiration date</label>
106
                <input id="expirationdate" type="text" name="expirationdate" size="15" value="[% new_detail.expirationdate %]" />
106
                <input id="expirationdate" type="text" name="expirationdate" size="15" value="[% new_detail.expirationdate %]" />
107
                <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendar" style="cursor: pointer;" />
107
                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="openCalendar" style="cursor: pointer;" />
108
                <script type="text/javascript">
108
                <script type="text/javascript">
109
                    Calendar.setup(
109
                    Calendar.setup(
110
                    {
110
                    {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate ) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate ) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5
	<script type="text/javascript">
5
	<script type="text/javascript">
6
	//<![CDATA[
6
	//<![CDATA[
7
$(document).ready(function() {
7
$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
</title>
6
</title>
7
[% INCLUDE 'greybox.inc' %]
7
[% INCLUDE 'greybox.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
9
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
10
<script type="text/JavaScript" language="JavaScript">
10
<script type="text/JavaScript" language="JavaScript">
11
//<![CDATA[
11
//<![CDATA[
12
$(document).ready(function(){
12
$(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt (-1 / +1 lines)
Lines 31-37 Link Here
31
<li><label for="starttime">Time:</label>
31
<li><label for="starttime">Time:</label>
32
<input type="text" name="starttime" id="starttime" value="" maxlength="5" size="5" /></li>
32
<input type="text" name="starttime" id="starttime" value="" maxlength="5" size="5" /></li>
33
<li><label for="startdate">Date: </label> <input type="text" size="10" id="startdate" name="startdate" value="" />
33
<li><label for="startdate">Date: </label> <input type="text" size="10" id="startdate" name="startdate" value="" />
34
<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" id="openCalendarStartdate" style="cursor: pointer;" />
34
<img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" border="0" alt="Show calendar" id="openCalendarStartdate" style="cursor: pointer;" />
35
35
36
<script type="text/javascript">
36
<script type="text/javascript">
37
//<![CDATA[
37
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Tools &rsaquo; Stage MARC records for import</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Stage MARC records for import</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
5
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
6
<style type="text/css">
6
<style type="text/css">
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Tools &rsaquo; Upload images</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Upload images</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
4
[% INCLUDE 'file-upload.inc' %]
5
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
6
<style type="text/css">
6
<style type="text/css">
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
7
	#uploadpanel,#fileuploadstatus,#fileuploadfailed,#jobpanel,#jobstatus,#jobfailed { display : none; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
8
	#fileuploadstatus,#jobstatus { margin:.4em; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 / +2 lines)
Lines 76-87 Link Here
76
							</li>
76
							</li>
77
							<li>
77
							<li>
78
								<label for="from"> Display from: </label> <input type="text" size="10" id="from" name="from" value="[% datefrom %]" />
78
								<label for="from"> Display from: </label> <input type="text" size="10" id="from" name="from" value="[% datefrom %]" />
79
                                <img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" id="openCalendarFrom" style="cursor: pointer;" />
79
                                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" border="0" alt="Show calendar" id="openCalendarFrom" style="cursor: pointer;" />
80
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
80
				<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
81
							</li>
81
							</li>
82
							<li>
82
							<li>
83
								<label for="to">Display to: </label> <input size="10" id="to" name="to" type="text" value="[% dateto %]" />
83
								<label for="to">Display to: </label> <input size="10" id="to" name="to" type="text" value="[% dateto %]" />
84
                                <img src="[% themelang %]/lib/calendar/cal.gif" id="openCalendarTo" alt="Show calendar" style="cursor: pointer;" border="0" />
84
                                <img src="[% interface %]/[% theme %]/lib/calendar/cal.gif" id="openCalendarTo" alt="Show calendar" style="cursor: pointer;" border="0" />
85
									<script type="text/javascript">
85
									<script type="text/javascript">
86
									//<![CDATA[
86
									//<![CDATA[
87
87
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; [% IF ( viewshelf ) %]Lists &rsaquo; Contents of [% shelfname | html %][% ELSE %]lists[% END %][% IF ( shelves ) %] &rsaquo; Create new list[% END %][% IF ( edit ) %] &rsaquo; Edit list [% shelfname | html %][% END %]</title>
2
<title>Koha &rsaquo; [% IF ( viewshelf ) %]Lists &rsaquo; Contents of [% shelfname | html %][% ELSE %]lists[% END %][% IF ( shelves ) %] &rsaquo; Create new list[% END %][% IF ( edit ) %] &rsaquo; Edit list [% shelfname | html %][% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<script type="text/javascript">
5
<script type="text/javascript">
6
//<![CDATA[ 
6
//<![CDATA[ 
7
7
8
- 

Return to bug 4048