Bugzilla – Attachment 139213 Details for
Bug 31374
Add a non-public note column to the suggestions table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31374: Add non-public note to template
Bug-31374-Add-non-public-note-to-template.patch (text/plain), 3.06 KB, created by
Lucas Gass (lukeg)
on 2022-08-16 20:47:47 UTC
(
hide
)
Description:
Bug 31374: Add non-public note to template
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-08-16 20:47:47 UTC
Size:
3.06 KB
patch
obsolete
>From 70ca740dd1ea90fd0b1f863e21646ae0f57f05ab Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 16 Aug 2022 20:46:46 +0000 >Subject: [PATCH] Bug 31374: Add non-public note to template > >--- > .../prog/en/modules/suggestion/suggestion.tt | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 1e266d5855..c72151e7fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -185,6 +185,12 @@ > [% note | html %] > </li> > [% END %] >+ [% IF ( privatenote ) %] >+ <li> >+ <span class="label">Notes:</span> >+ [% privatenote | html %] >+ </li> >+ [% END %] > </ol> > </fieldset> > >@@ -409,6 +415,10 @@ > <label for="note">Notes:</label> > <textarea name="note" id="note" rows="5" cols="40">[% note | html %]</textarea> > </li> >+ <li> >+ <label for="note">Non-public notes:</label> >+ <textarea name="privatenote" id="privatenote" rows="5" cols="40">[% privatenote | html %]</textarea> >+ </li> > </ol> > </fieldset> > >@@ -744,6 +754,7 @@ > <th>Library</th> > <th>Fund</th> > <th>Status</th> >+ <th>Non-public note</th> > <th class="NoSort noExport"> </th> > </tr> > </thead> >@@ -844,6 +855,9 @@ > <br />([% s.reason | html %]) > [% END %] > </td> >+ <td> >+ [% s.privatenote | html %] >+ </td> > <td class="actions"> > <div class="btn-group dropup"> > <a class="btn btn-default btn-xs" role="button" href="suggestion.pl?suggestionid=[% s.suggestionid | html %]&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> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31374
:
139212
|
139213
|
139214
|
139216
|
139508
|
139526
|
139527
|
139528
|
139529
|
139530
|
139627
|
139858
|
139859
|
139860
|
139861
|
139862
|
139863
|
139864