Lines 540-549
Link Here
|
540 |
[%- IF ( books_loo.publicationyear ) %], [% books_loo.publicationyear | html -%] |
540 |
[%- IF ( books_loo.publicationyear ) %], [% books_loo.publicationyear | html -%] |
541 |
[%- ELSIF ( books_loo.copyrightdate ) %] [% books_loo.copyrightdate | html %][% END -%] |
541 |
[%- ELSIF ( books_loo.copyrightdate ) %] [% books_loo.copyrightdate | html %][% END -%] |
542 |
[%- IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement | html %][% END -%] |
542 |
[%- IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement | html %][% END -%] |
543 |
[%- IF ( books_loo.suggestionid ) %] |
543 |
[% FOREACH suggestion IN books_loo.suggestions %] |
544 |
<br/> |
544 |
<br/> |
545 |
Suggested by: [% books_loo.surnamesuggestedby | html %][% IF ( books_loo.firstnamesuggestedby ) %], [% books_loo.firstnamesuggestedby | html %] [% END %] |
545 |
Suggested by: [% suggestion.suggester.surname | html %][% IF ( suggestion.suggester.firstname ) %], [% suggestion.suggester.firstname | html %] [% END %] |
546 |
(<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% books_loo.suggestionid | uri %]&op=show">suggestion #[% books_loo.suggestionid | html %]</a>) |
546 |
(<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestion.suggestionid | uri %]&op=show">suggestion #[% suggestion.suggestionid | html %]</a>) |
547 |
[% END %] |
547 |
[% END %] |
548 |
</p> |
548 |
</p> |
549 |
[% IF ( books_loo.order_internalnote ) %] |
549 |
[% IF ( books_loo.order_internalnote ) %] |
550 |
- |
|
|