Lines 503-510
Link Here
|
503 |
<tr> |
503 |
<tr> |
504 |
<th class="NoSort"> </th> |
504 |
<th class="NoSort"> </th> |
505 |
<th class="anti-the">Suggestion</th> |
505 |
<th class="anti-the">Suggestion</th> |
506 |
<th>Suggested by - on</th> |
506 |
<th>Suggested by</th> |
507 |
<th>Managed by - on</th> |
507 |
<th>Suggested on</th> |
|
|
508 |
<th>Managed by</th> |
509 |
<th>Managed on</th> |
508 |
<th>Library</th> |
510 |
<th>Library</th> |
509 |
<th>Fund</th> |
511 |
<th>Fund</th> |
510 |
<th>Status</th> |
512 |
<th>Status</th> |
Lines 527-537
Link Here
|
527 |
</td> |
529 |
</td> |
528 |
<td> |
530 |
<td> |
529 |
<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> |
531 |
<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> |
530 |
[% IF ( suggestions_loo.suggesteddate ) %] - [% suggestions_loo.suggesteddate | $KohaDates %][% END %] |
532 |
</td> |
|
|
533 |
<td data-order="[% suggestions_loo.suggesteddate | html %]"> |
534 |
[% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate | $KohaDates %][% END %] |
531 |
</td> |
535 |
</td> |
532 |
<td> |
536 |
<td> |
533 |
<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> |
537 |
<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> |
534 |
[% IF ( suggestions_loo.manageddate ) %] - [% suggestions_loo.manageddate | $KohaDates %][% END %] |
538 |
</td> |
|
|
539 |
<td data-order="[% suggestions_loo.manageddate | html %]"> |
540 |
[% IF ( suggestions_loo.manageddate ) %][% suggestions_loo.manageddate | $KohaDates %][% END %] |
535 |
</td> |
541 |
</td> |
536 |
<td> |
542 |
<td> |
537 |
[% Branches.GetName( suggestions_loo.branchcode ) | html %] |
543 |
[% Branches.GetName( suggestions_loo.branchcode ) | html %] |
538 |
- |
|
|