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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +5 lines)
Lines 1-5 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE AuthorisedValues %]
2
[% USE AuthorisedValues %]
3
[% USE KohaDates %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;
5
[% IF ( op_add ) %]Enter a new purchase suggestion[% END %]
6
[% IF ( op_add ) %]Enter a new purchase suggestion[% END %]
Lines 161-166 Link Here
161
                                            <tr>
162
                                            <tr>
162
                                                [% IF ( loggedinusername ) %]<th>&nbsp;</th>[% END %]
163
                                                [% IF ( loggedinusername ) %]<th>&nbsp;</th>[% END %]
163
                                                <th>Summary</th>
164
                                                <th>Summary</th>
165
                                                <th>Suggested on</th>
164
                                                <th>Note</th>
166
                                                <th>Note</th>
165
                                                [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]<th>Suggested for</th>[% END %]
167
                                                [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]<th>Suggested for</th>[% END %]
166
                                                [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]<th>Managed by</th>[% END %]
168
                                                [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]<th>Managed by</th>[% END %]
Lines 188-193 Link Here
188
                                                        </p>
190
                                                        </p>
189
                                                    </td>
191
                                                    </td>
190
                                                    <td>
192
                                                    <td>
193
                                                        [% IF ( suggestions_loo.suggesteddate ) %][% suggestions_loo.suggesteddate |$KohaDates %][% END %]
194
                                                    </td>
195
                                                    <td>
191
                                                        [% IF ( suggestions_loo.note ) %]
196
                                                        [% IF ( suggestions_loo.note ) %]
192
                                                            <span class="tdlabel">Note: </span>
197
                                                            <span class="tdlabel">Note: </span>
193
                                                            [% suggestions_loo.note |html %]
198
                                                            [% suggestions_loo.note |html %]
194
- 

Return to bug 15044