View | Details | Raw Unified | Return to bug 8296
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (-2 / +8 lines)
Lines 85-91 Link Here
85
                                            <tr>
85
                                            <tr>
86
                                                <td>
86
                                                <td>
87
                                                    [% IF ( serial.publisheddate ) %]
87
                                                    [% IF ( serial.publisheddate ) %]
88
                                                        <span title="[% serial.publisheddate %]">[% serial.publisheddate | $KohaDates %]</span>
88
                                                        <span title="[% serial.publisheddate %]">
89
                                                            [% IF serial.publisheddatetext %]
90
                                                                [% serial.publisheddatetext %]
91
                                                            [% ELSE %]
92
                                                                [% serial.publisheddate | $KohaDates %]
93
                                                            [% END %]
94
                                                        </span>
89
                                                    [% ELSE %]
95
                                                    [% ELSE %]
90
                                                        &nbsp;
96
                                                        &nbsp;
91
                                                    [% END %]
97
                                                    [% END %]
Lines 271-274 Link Here
271
        }
277
        }
272
    //]]>
278
    //]]>
273
</script>
279
</script>
274
[% END %]
280
[% END %]
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt (-3 lines)
Lines 188-194 function showlayer(numlayer){ Link Here
188
	    <thead>
188
	    <thead>
189
		<tr>
189
		<tr>
190
		    <th>Date</th>
190
		    <th>Date</th>
191
		    <th>Date (text)</th>
192
		    <th>Library</th>
191
		    <th>Library</th>
193
		    <th>Notes</th>
192
		    <th>Notes</th>
194
		    <th>Date received</th>
193
		    <th>Date received</th>
Lines 207-213 function showlayer(numlayer){ Link Here
207
                    &nbsp;
206
                    &nbsp;
208
                [% END %]
207
                [% END %]
209
            </td>
208
            </td>
210
            <td>[% serial.publisheddatetext || serial.publisheddate %]</td>
211
            <td class="libraryfilterclass">    [% serial.branchcode %]
209
            <td class="libraryfilterclass">    [% serial.branchcode %]
212
		    </td>
210
		    </td>
213
		    <td>    [% serial.notes %]
211
		    <td>    [% serial.notes %]
214
- 

Return to bug 8296