Merge remote branch 'kc/new/enh/bug_5897' into kcmaster

This commit is contained in:
Chris Cormack 2011-04-20 16:19:44 +12:00
commit 925f7c7da9
2 changed files with 8 additions and 6 deletions

View file

@ -669,12 +669,12 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
</h5>
<small>[% review.datereviewed %]</small>
<p>
[% review.review |0 %]
[% review.review %]
<a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% review.biblionumber %]&amp;reviewid=[% review.reviewid %]');">Edit</a>
</p></div>
[% ELSE %]
<div class="commentline">
[% IF ( review.ShowReviewer ) %]
[% IF ( ShowReviewer ) %]
<h5>
Comment by
[% review.title %]
@ -684,7 +684,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
[% END %]
<small>[% review.datereviewed %]</small>
<p>
[% review.review |0 %]
[% review.review %]
</p></div>
[% END %]
[% END %]

View file

@ -22,9 +22,9 @@ $(document).ready(function(){
[% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
<td>
<p>[% IF ( review.BiblioDefaultViewmarc ) %]<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% review.biblionumber |url %]" title="View details for this title">
<p>[% IF ( BiblioDefaultViewmarc ) %]<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% review.biblionumber |url %]" title="View details for this title">
[% ELSE %]
[% IF ( review.BiblioDefaultViewisbd ) %]<a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% review.biblionumber |url %]" title="View details for this title">
[% IF ( BiblioDefaultViewisbd ) %]<a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% review.biblionumber |url %]" title="View details for this title">
[% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber |url %]#comments" title="View details for this title">
[% END %]
[% END %]
@ -47,7 +47,9 @@ $(document).ready(function(){
[% IF ( review.copyrightdate ) %]<span class="results_summary"><span class="label">Date:</span>[% review.copyrightdate %]</span>[% END %]</p>
<p class="commentline[% IF ( review.your_comment ) %] yours[% END %]">[% review.review |html %]
<span style="font-size:87%;font-color:#CCC;">Added [% review.datereviewed %] by [% IF ( review.your_comment ) %]<strong>you</strong>[% ELSE %][% review.firstname %] [% review.surname %][% END %]</span></p>
<span style="font-size:87%;font-color:#CCC;">Added [% review.datereviewed %] [% IF ( review.your_comment ) %] by <strong>you</strong>[% ELSE %]
[% IF ( ShowReviewer ) %] by
[% review.firstname %] [% review.surname %][% END %][% END %]</span></p>
</td>
<td>
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber %]">