Bug 8296: Display publisheddatetext in OPAC bootstrap theme

and remove modifications for OPAC prog theme

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Julian Maurice 2014-07-31 10:37:48 +02:00 committed by Tomas Cohen Arazi
parent 4efdadeac3
commit 222701dfc7

View file

@ -86,7 +86,13 @@
<tr>
<td>
[% IF ( serial.publisheddate ) %]
<span title="[% serial.publisheddate %]">[% serial.publisheddate | $KohaDates %]</span>
<span title="[% serial.publisheddate %]">
[% IF serial.publisheddatetext %]
[% serial.publisheddatetext %]
[% ELSE %]
[% serial.publisheddate | $KohaDates %]
[% END %]
</span>
[% ELSE %]
&nbsp;
[% END %]