Lines 1-6
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
[% USE AuthorisedValues %] |
2 |
[% USE AuthorisedValues %] |
3 |
[% USE Branches %] |
3 |
[% USE Branches %] |
|
|
4 |
[% USE KohaDates %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
<title>Koha › Patrons › Purchase suggestions for [% INCLUDE 'patron-title.inc' %]</title> |
6 |
<title>Koha › Patrons › Purchase suggestions for [% INCLUDE 'patron-title.inc' %]</title> |
6 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
7 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
Lines 46-52
Link Here
|
46 |
<tr> |
47 |
<tr> |
47 |
<th>Summary</th> |
48 |
<th>Summary</th> |
48 |
<th>Note</th> |
49 |
<th>Note</th> |
49 |
<th>Managed by</th> |
50 |
<th>Managed by - on</th> |
50 |
<th>Status</th> |
51 |
<th>Status</th> |
51 |
</tr> |
52 |
</tr> |
52 |
</thead> |
53 |
</thead> |
Lines 73-84
Link Here
|
73 |
[% IF ( s.itemtype ) %] - [% s.itemtype %][% END %] |
74 |
[% IF ( s.itemtype ) %] - [% s.itemtype %][% END %] |
74 |
</p> |
75 |
</p> |
75 |
</td> |
76 |
</td> |
76 |
<td>[% s.note %] |
77 |
<td>[% s.note %]</td> |
77 |
<td> |
78 |
<td> |
78 |
[% IF ( s.surnamemanagedby ) %] |
79 |
[% IF ( s.surnamemanagedby ) %] |
79 |
[% s.surnamemanagedby %] |
80 |
[% s.surnamemanagedby %] |
80 |
[% IF ( s.firstnamemanagedby ) %],[% END %] |
81 |
[% IF ( s.firstnamemanagedby ) %],[% END %] |
81 |
[% s.firstnamemanagedby %] |
82 |
[% s.firstnamemanagedby %] |
|
|
83 |
[% IF ( s.manageddate ) %] - [% s.manageddate | $KohaDates %][% END %] |
82 |
[% ELSE %] |
84 |
[% ELSE %] |
83 |
|
85 |
|
84 |
[% END %] |
86 |
[% END %] |
85 |
- |
|
|