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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +14 lines)
Lines 185-190 Link Here
185
                                    [% note | html %]
185
                                    [% note | html %]
186
                                </li>
186
                                </li>
187
                            [% END %]
187
                            [% END %]
188
                            [% IF ( privatenote ) %]
189
                                <li>
190
                                    <span class="label">Notes:</span>
191
                                    [% privatenote | html %]
192
                                </li>
193
                            [% END %]
188
                        </ol>
194
                        </ol>
189
                    </fieldset>
195
                    </fieldset>
190
196
Lines 409-414 Link Here
409
                            <label for="note">Notes:</label>
415
                            <label for="note">Notes:</label>
410
                            <textarea name="note" id="note" rows="5" cols="40">[% note | html %]</textarea>
416
                            <textarea name="note" id="note" rows="5" cols="40">[% note | html %]</textarea>
411
                        </li>
417
                        </li>
418
                        <li>
419
                            <label for="note">Non-public notes:</label>
420
                            <textarea name="privatenote" id="privatenote" rows="5" cols="40">[% privatenote | html %]</textarea>
421
                        </li>
412
                    </ol>
422
                    </ol>
413
                </fieldset>
423
                </fieldset>
414
424
Lines 744-749 Link Here
744
                                            <th>Library</th>
754
                                            <th>Library</th>
745
                                            <th>Fund</th>
755
                                            <th>Fund</th>
746
                                            <th>Status</th>
756
                                            <th>Status</th>
757
                                            <th>Non-public note</th>
747
                                            <th class="NoSort noExport">&nbsp;</th>
758
                                            <th class="NoSort noExport">&nbsp;</th>
748
                                        </tr>
759
                                        </tr>
749
                                    </thead>
760
                                    </thead>
Lines 844-849 Link Here
844
                                                        <br />([% s.reason | html %])
855
                                                        <br />([% s.reason | html %])
845
                                                    [% END %]
856
                                                    [% END %]
846
                                                </td>
857
                                                </td>
858
                                                <td>
859
                                                    [% s.privatenote | html %]
860
                                                </td>
847
                                                <td class="actions">
861
                                                <td class="actions">
848
                                                    <div class="btn-group dropup">
862
                                                    <div class="btn-group dropup">
849
                                                        <a class="btn btn-default btn-xs" role="button" href="suggestion.pl?suggestionid=[% s.suggestionid | html %]&amp;op=edit"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" id="more_actions_[% s.suggestionid | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a>
863
                                                        <a class="btn btn-default btn-xs" role="button" href="suggestion.pl?suggestionid=[% s.suggestionid | html %]&amp;op=edit"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" id="more_actions_[% s.suggestionid | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a>
850
- 

Return to bug 31374