Bug 14018: Ordering from suggestion shows 'copy. year:2014'
This patch fixes some minor display issues in 'Add order from a suggestion' To test: - Add order form a suggestion - The copyright date iss dispayed like 'copy.year:2015' - Apply patch - The copyright date now displays as (copyright sign) 2014, similar to the display in suggestion management Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
bf6ded93e8
commit
6e7c6e0bcb
1 changed files with 5 additions and 5 deletions
|
@ -55,12 +55,12 @@
|
|||
<td>
|
||||
<p>[% suggestions_loo.title |html %] - [% suggestions_loo.author %]</p>
|
||||
<p>
|
||||
[% IF ( suggestions_loo.copyrightdate ) %]copy. year:[% suggestions_loo.copyrightdate %] [% END %]
|
||||
[% IF ( suggestions_loo.volumedesc ) %]volume:<i>[% suggestions_loo.volumedesc %]</i> [% END %]
|
||||
[% IF ( suggestions_loo.isbn ) %]ISBN :<i>[% suggestions_loo.isbn %]</i> [% END %]
|
||||
[% IF ( suggestions_loo.publishercode ) %]<br />published by:[% suggestions_loo.publishercode %] [% END %]
|
||||
[% IF ( suggestions_loo.copyrightdate ) %]© [% suggestions_loo.copyrightdate %] [% END %]
|
||||
[% IF ( suggestions_loo.volumedesc ) %]volume: <i>[% suggestions_loo.volumedesc %]</i> [% END %]
|
||||
[% IF ( suggestions_loo.isbn ) %]ISBN: <i>[% suggestions_loo.isbn %]</i> [% END %]
|
||||
[% IF ( suggestions_loo.publishercode ) %]<br />published by: [% suggestions_loo.publishercode %] [% END %]
|
||||
[% IF ( suggestions_loo.publicationyear ) %] in <i>[% suggestions_loo.publicationyear %]</i> [% END %]
|
||||
[% IF ( suggestions_loo.place ) %] at <i>[% suggestions_loo.place %]</i> [% END %]
|
||||
[% IF ( suggestions_loo.place ) %] in <i>[% suggestions_loo.place %]</i> [% END %]
|
||||
[% IF ( suggestions_loo.note ) %]<p><i>([% suggestions_loo.note %])</i></p> [% END %]
|
||||
</p>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue