|
Lines 896-908
Link Here
|
| 896 |
[% END %] |
896 |
[% END %] |
| 897 |
[% END # / FOREACH reviews %] |
897 |
[% END # / FOREACH reviews %] |
| 898 |
[% ELSE %] |
898 |
[% ELSE %] |
| 899 |
<p>There are no comments for this item.</p> |
899 |
<p>There are no comments on this title.</p> |
| 900 |
[% END # / IF reviews %] |
900 |
[% END # / IF reviews %] |
| 901 |
|
901 |
|
| 902 |
[% IF ( loggedinusername ) %] |
902 |
[% IF ( loggedinusername ) %] |
| 903 |
[% UNLESS ( loggedincommenter ) %] |
903 |
[% UNLESS ( loggedincommenter ) %] |
| 904 |
<div id="addcomment"> <a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% biblio.biblionumber | uri %]'); return false;"> |
904 |
<div id="addcomment"> <a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% biblio.biblionumber | uri %]'); return false;"> |
| 905 |
Post your comments on this item. |
905 |
Post your comments on this title. |
| 906 |
</a></div> |
906 |
</a></div> |
| 907 |
[% END %] |
907 |
[% END %] |
| 908 |
[% ELSE %] |
908 |
[% ELSE %] |
| 909 |
- |
|
|