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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +2 lines)
Lines 570-575 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
570
                        Checked
570
                        Checked
571
                    [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %]
571
                    [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %]
572
                        [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %]
572
                        [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %]
573
                    [% ELSE %]
574
                        Status unknown
573
                    [% END %]
575
                    [% END %]
574
576
575
                    [% IF ( suggestions_loo.reason ) %]
577
                    [% IF ( suggestions_loo.reason ) %]
576
- 

Return to bug 16322