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:
parent
4efdadeac3
commit
222701dfc7
1 changed files with 7 additions and 1 deletions
|
@ -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 %]
|
||||
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue