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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table-strings.inc (-13 / +13 lines)
Lines 1-19 Link Here
1
<script>
1
<script>
2
    var ill_borrower_details = _('View borrower details');
2
    var ill_borrower_details = _("View borrower details");
3
    var ill_biblio_details = _('View biblio details');
3
    var ill_biblio_details = _("View biblio details");
4
    var ill_statuses = {
4
    var ill_statuses = {
5
        new: _('New request'),
5
        new: _("New request"),
6
        req: _('Requested'),
6
        req: _("Requested"),
7
        genreq: _('Requested from partners'),
7
        genreq: _("Requested from partners"),
8
        rev: _('Reverted'),
8
        rev: _("Reverted"),
9
        que: _('Queued request'),
9
        que: _("Queued request"),
10
        canc: _('Cancellation requested'),
10
        canc: _("Cancellation requested"),
11
        comp: _('Completed'),
11
        comp: _("Completed"),
12
        del: _('Delete request')
12
        del: _("Delete request")
13
    };
13
    };
14
    var ill_manage = _('Manage request');
14
    var ill_manage = _("Manage request");
15
    var ill_columns = {
15
    var ill_columns = {
16
        biblio_id: _('Bibliographic record ID'),
16
        biblio_id: _("Bibliographic record ID"),
17
        updated: _('Updated on')
17
        updated: _("Updated on")
18
    };
18
    };
19
</script>
19
</script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc (-40 / +40 lines)
Lines 1-42 Link Here
1
<div>
1
<div>
2
	[% IF prefilters.length > 0 %]
2
    [% IF prefilters.length > 0 %]
3
	<table id="ill-requests" data-prefilters="[% prefilters | html %]">
3
    <table id="ill-requests" data-prefilters="[% prefilters | html %]">
4
	[% ELSE %]
4
    [% ELSE %]
5
	<table id="ill-requests">
5
    <table id="ill-requests">
6
	[% END %]
6
    [% END %]
7
		<thead>
7
        <thead>
8
			<tr id="illview-header">
8
            <tr id="illview-header">
9
				<th scope="col">Request ID</th>
9
                <th scope="col">Request ID</th>
10
				<th scope="col">Author</th>
10
                <th scope="col">Author</th>
11
				<th scope="col">Title</th>
11
                <th scope="col">Title</th>
12
				<th scope="col">Article title</th>
12
                <th scope="col">Article title</th>
13
				<th scope="col">Issue</th>
13
                <th scope="col">Issue</th>
14
				<th scope="col">Volume</th>
14
                <th scope="col">Volume</th>
15
				<th scope="col">Year</th>
15
                <th scope="col">Year</th>
16
				<th scope="col">Pages</th>
16
                <th scope="col">Pages</th>
17
				<th scope="col">Type</th>
17
                <th scope="col">Type</th>
18
				<th scope="col">Order ID</th>
18
                <th scope="col">Order ID</th>
19
				<th scope="col">Patron</th>
19
                <th scope="col">Patron</th>
20
				<th scope="col">Bibliographic record</th>
20
                <th scope="col">Bibliographic record</th>
21
				<th scope="col">Branch</th>
21
                <th scope="col">Branch</th>
22
				<th scope="col">Status</th>
22
                <th scope="col">Status</th>
23
				<th scope="col" class="placed">&nbsp;</th>
23
                <th scope="col" class="placed">&nbsp;</th>
24
				<th scope="col" class="placed_formatted">Placed on</th>
24
                <th scope="col" class="placed_formatted">Placed on</th>
25
				<th scope="col" class="updated">&nbsp;</th>
25
                <th scope="col" class="updated">&nbsp;</th>
26
				<th scope="col" class="updated_formatted">Updated on</th>
26
                <th scope="col" class="updated_formatted">Updated on</th>
27
				<th scope="col">Replied</th>
27
                <th scope="col">Replied</th>
28
				<th scope="col" class="completed">&nbsp;</th>
28
                <th scope="col" class="completed">&nbsp;</th>
29
				<th scope="col" class="completed_formatted">Completed on</th>
29
                <th scope="col" class="completed_formatted">Completed on</th>
30
				<th scope="col">Access URL</th>
30
                <th scope="col">Access URL</th>
31
				<th scope="col">Cost</th>
31
                <th scope="col">Cost</th>
32
				<th scope="col">Comments</th>
32
                <th scope="col">Comments</th>
33
				<th scope="col">OPAC notes</th>
33
                <th scope="col">OPAC notes</th>
34
				<th scope="col">Staff notes</th>
34
                <th scope="col">Staff notes</th>
35
				<th scope="col">Backend</th>
35
                <th scope="col">Backend</th>
36
				<th scope="col" class="actions"></th>
36
                <th scope="col" class="actions"></th>
37
			</tr>
37
            </tr>
38
		</thead>
38
        </thead>
39
		<tbody id="illview-body">
39
        <tbody id="illview-body">
40
		</tbody>
40
        </tbody>
41
	</table>
41
    </table>
42
</div>
42
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-42 / +41 lines)
Lines 13-63 Link Here
13
</head>
13
</head>
14
14
15
<body>
15
<body>
16
	[% INCLUDE 'header.inc' %]
16
    [% INCLUDE 'header.inc' %]
17
	[% INCLUDE 'patron-search.inc' %]
17
    [% INCLUDE 'patron-search.inc' %]
18
18
19
	<div id="breadcrumbs">
19
    <div id="breadcrumbs">
20
		<a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
		&rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
21
        &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
22
		&rsaquo; ILL requests for [% INCLUDE 'patron-title.inc' %]
22
        &rsaquo; ILL requests for [% INCLUDE 'patron-title.inc' %]
23
	</div>
23
    </div>
24
24
25
	<div id="doc3" class="yui-t1">
25
    <div id="doc3" class="yui-t1">
26
26
27
	<div id="bd">
27
    <div id="bd">
28
		<div id="yui-main">
28
        <div id="yui-main">
29
			<div class="yui-b">
29
            <div class="yui-b">
30
				<div class="yui-g">
30
                <div class="yui-g">
31
					<h2>ILL requests</h2>
31
                    <h2>ILL requests</h2>
32
					[% INCLUDE 'ill-list-table.inc' %]
32
                    [% INCLUDE 'ill-list-table.inc' %]
33
				</div>
33
                </div>
34
			</div>
34
            </div>
35
		</div>
35
        </div>
36
		<div class="yui-b">
36
        <div class="yui-b">
37
			[% INCLUDE 'circ-menu.inc' %]
37
            [% INCLUDE 'circ-menu.inc' %]
38
		</div>
38
        </div>
39
	</div>
39
    </div>
40
40
41
	[% MACRO jsinclude BLOCK %]
41
    [% MACRO jsinclude BLOCK %]
42
		[% INCLUDE 'datatables.inc' %]
42
        [% INCLUDE 'datatables.inc' %]
43
		[% INCLUDE 'columns_settings.inc' %]
43
        [% INCLUDE 'columns_settings.inc' %]
44
		[% INCLUDE 'calendar.inc' %]
44
        [% INCLUDE 'calendar.inc' %]
45
		[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
45
        [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
46
		<script>
46
        <script>
47
			// Date format for datepickers
47
            // Date format for datepickers
48
			var dateMap = {
48
            var dateMap = {
49
				dmydot: 'dd.mm.yy',
49
                dmydot: 'dd.mm.yy',
50
				iso: 'yy-mm-dd',
50
                iso: 'yy-mm-dd',
51
				metric: 'dd/mm/yy',
51
                metric: 'dd/mm/yy',
52
				us: 'mm/dd/yy'
52
                us: 'mm/dd/yy'
53
			};
53
            };
54
			var dateFormat = dateMap['[% Koha.Preference('dateformat') | html %]'];
54
            var dateFormat = dateMap['[% Koha.Preference('dateformat') | html %]'];
55
			var prefilters = '[% prefilters | html %]';
55
            var prefilters = '[% prefilters | html %]';
56
			// Set column settings
56
            // Set column settings
57
			var columns_settings = [% ColumnsSettings.GetColumns( 'illrequests', 'ill-requests', 'ill-requests', 'json' ) %];
57
            var columns_settings = [% ColumnsSettings.GetColumns( 'illrequests', 'ill-requests', 'ill-requests', 'json' ) %];
58
		</script>
58
        </script>
59
        [% INCLUDE 'ill-list-table-strings.inc' %]
59
        [% INCLUDE 'ill-list-table-strings.inc' %]
60
		[% Asset.js("js/ill-list-table.js") | $raw %]
60
        [% Asset.js("js/ill-list-table.js") | $raw %]
61
	[% END %]
61
    [% END %]
62
62
63
[% INCLUDE 'intranet-bottom.inc' %]
63
[% INCLUDE 'intranet-bottom.inc' %]
64
- 

Return to bug 18589