Bugzilla – Attachment 179972 Details for
Bug 37211
All notes in the patron account transactions table should be editable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37211: Use HTML textarea for the notes
Bug-37211-Use-HTML-textarea-for-the-notes.patch (text/plain), 1.26 KB, created by
Lucas Gass (lukeg)
on 2025-03-31 10:19:23 UTC
(
hide
)
Description:
Bug 37211: Use HTML textarea for the notes
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-03-31 10:19:23 UTC
Size:
1.26 KB
patch
obsolete
>From f1818479cf26ba5aa0d67f6b7483fe0d153dbaea Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 31 Mar 2025 10:18:50 +0000 >Subject: [PATCH] Bug 37211: Use HTML textarea for the notes > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index c1253fd6ebc..87e30929784 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -510,8 +510,8 @@ > <fieldset class="rows"> > <ol> > <li> >- <label for="edited_note">Note: </label> >- <input name="edited_note" id="edited_note" value="" /> >+ <label for="edited_note" style="text-align:left;">Note: </label> >+ <textarea name="edited_note" name="edited_note" rows="5" cols="40">[% account.note | html %]</textarea> > </li> > </ol> > </fieldset> >-- >2.39.5
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 37211
:
168211
|
168212
|
170002
|
170003
|
170218
|
170219
|
177244
|
177245
|
177248
|
177249
|
177250
|
177251
|
177252
|
177261
|
179178
|
179179
|
179180
|
179181
|
179182
|
179963
|
179967
|
179972
|
179977
|
180923