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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-2 / +1 lines)
Lines 491-497 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
491
491
492
                    <span id="other_reason" name="other_reason">
492
                    <span id="other_reason" name="other_reason">
493
                        [% IF other_reason %]
493
                        [% IF other_reason %]
494
                            <input type="text" size="31" id="select-other_reason" name="other_reason" placeholder="please note your reason here..." value="[% suggestion.reason%]"/>
494
                            <input type="text" size="31" id="select-other_reason" name="other_reason" placeholder="please note your reason here..." value="[% suggestion.reason | html %]"/>
495
                        [% ELSE %]
495
                        [% ELSE %]
496
                            <input type="text" size="31" id="select-other_reason" name="other_reason" placeholder="please note your reason here..." />
496
                            <input type="text" size="31" id="select-other_reason" name="other_reason" placeholder="please note your reason here..." />
497
                        [% END %]
497
                        [% END %]
498
- 

Return to bug 18399