Bugzilla – Attachment 119132 Details for
Bug 28077
Missing colon on suggestion modification page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28077: Add a colon after the 'Reason' label on edit suggestion page
Bug-28077-Add-a-colon-after-the-Reason-label-on-ed.patch (text/plain), 1.64 KB, created by
Katrin Fischer
on 2021-04-02 15:38:26 UTC
(
hide
)
Description:
Bug 28077: Add a colon after the 'Reason' label on edit suggestion page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-02 15:38:26 UTC
Size:
1.64 KB
patch
obsolete
>From 96e13b26babb6afadd77318b15b63d6dde579103 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?S=C3=A9verine=20QUEUNE?= <severine.queune@bulac.fr> >Date: Fri, 2 Apr 2021 14:13:28 +0200 >Subject: [PATCH] Bug 28077: Add a colon after the 'Reason' label on edit > suggestion page > >This patch corrects the missing colon on the 'Edit purchase suggestion' >page. >To test : >- go to Acquistions > Suggestions >- edit a suggestion >- on 'Suggestion management' bloc, see the colon missing after the >'Reason' label >- apply patch >- refresh the page >- colon should now be displayed > >Happy sign off ! > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 3e803e01ac..d2d044b4f7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -459,7 +459,7 @@ > </select> > </li> > <li> >- <label for="reason">Reason</label> >+ <label for="reason">Reason:</label> > <select class="select-reason" id="reason" name="reason"> > <option value=""> -- Choose a reason -- </option> > [% FOREACH reasonsloo IN suggestion.reasonsloop %] >-- >2.11.0
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 28077
:
119119
|
119121
| 119132