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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +2 lines)
Lines 1-4 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE AuthorisedValues %]
2
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog ›
3
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog ›
3
[% IF ( op_add ) %]Enter a new purchase suggestion[% END %]
4
[% IF ( op_add ) %]Enter a new purchase suggestion[% END %]
4
[% IF ( op_else ) %]Purchase Suggestions[% END %]
5
[% IF ( op_else ) %]Purchase Suggestions[% END %]
Lines 205-210 Link Here
205
                                                        [% ELSIF ( suggestions_loo.REJECTED ) %]Suggestion declined
206
                                                        [% ELSIF ( suggestions_loo.REJECTED ) %]Suggestion declined
206
                                                        [% ELSIF ( suggestions_loo.AVAILABLE ) %]Available in the library
207
                                                        [% ELSIF ( suggestions_loo.AVAILABLE ) %]Available in the library
207
                                                        [% ELSE %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS, 1 ) %] [% END %]
208
                                                        [% ELSE %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS, 1 ) %] [% END %]
209
                                                        [% IF ( suggestions_loo.reason ) %]([% suggestions_loo.reason |html %])[% END %]
208
                                                    </td>
210
                                                    </td>
209
                                                </tr>
211
                                                </tr>
210
                                            [% END # / FOREACH suggestions_loo %]
212
                                            [% END # / FOREACH suggestions_loo %]
211
- 

Return to bug 12280