Lines 473-480
Link Here
|
473 |
<tr> |
473 |
<tr> |
474 |
<th class="NoSort"> </th> |
474 |
<th class="NoSort"> </th> |
475 |
<th class="anti-the">Suggestion</th> |
475 |
<th class="anti-the">Suggestion</th> |
476 |
<th>Suggested by - on</th> |
476 |
<th>Suggested by</th> |
477 |
<th>Managed by - on</th> |
477 |
<th>Suggested on</th> |
|
|
478 |
<th>Managed by</th> |
479 |
<th>Managed on</th> |
478 |
<th>Library</th> |
480 |
<th>Library</th> |
479 |
<th>Fund</th> |
481 |
<th>Fund</th> |
480 |
<th>Status</th> |
482 |
<th>Status</th> |
Lines 497-507
Link Here
|
497 |
</td> |
499 |
</td> |
498 |
<td> |
500 |
<td> |
499 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.suggestedby | uri %]">[% suggestions_loo.surnamesuggestedby | html %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby | html %][% END %] [% IF (suggestions_loo.cardnumbersuggestedby ) %]([% suggestions_loo.cardnumbersuggestedby | html %])[% END %]</a> |
501 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.suggestedby | uri %]">[% suggestions_loo.surnamesuggestedby | html %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby | html %][% END %] [% IF (suggestions_loo.cardnumbersuggestedby ) %]([% suggestions_loo.cardnumbersuggestedby | html %])[% END %]</a> |
500 |
[% IF ( suggestions_loo.suggesteddate ) %] - [% suggestions_loo.suggesteddate | $KohaDates %][% END %] |
502 |
</td> |
|
|
503 |
<td data-order="[% suggestions_loo.suggesteddate | html %]"> |
504 |
[% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate | $KohaDates %][% END %] |
501 |
</td> |
505 |
</td> |
502 |
<td> |
506 |
<td> |
503 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.suggestedby | uri %]">[% suggestions_loo.surnamemanagedby | html %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby | html %][% END %]</a> |
507 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestions_loo.suggestedby | uri %]">[% suggestions_loo.surnamemanagedby | html %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby | html %][% END %]</a> |
504 |
[% IF ( suggestions_loo.manageddate ) %] - [% suggestions_loo.manageddate | $KohaDates %][% END %] |
508 |
</td> |
|
|
509 |
<td data-order="[% suggestions_loo.manageddate | html %]"> |
510 |
[% IF ( suggestions_loo.manageddate ) %][% suggestions_loo.manageddate | $KohaDates %][% END %] |
505 |
</td> |
511 |
</td> |
506 |
<td> |
512 |
<td> |
507 |
[% Branches.GetName( suggestions_loo.branchcode ) | html %] |
513 |
[% Branches.GetName( suggestions_loo.branchcode ) | html %] |
508 |
- |
|
|