Bugzilla – Attachment 75557 Details for
Bug 20752
Files tab in patron account is not properly capitalized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20752: Fix capitalization on the files tab for patron files
Bug-20752-Fix-capitalization-on-the-files-tab-for-.patch (text/plain), 1.94 KB, created by
Marcel de Rooy
on 2018-05-25 09:27:19 UTC
(
hide
)
Description:
Bug 20752: Fix capitalization on the files tab for patron files
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-05-25 09:27:19 UTC
Size:
1.94 KB
patch
obsolete
>From 959e9ac3dd82f7d31ebaa486ce920262ff8a2fd7 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 10 May 2018 17:54:38 +0000 >Subject: [PATCH] Bug 20752: Fix capitalization on the files tab for patron > files >Content-Type: text/plain; charset=utf-8 > >- Activate EnableBorrowerFiles >- Go to any patron account in staff >- Go to the files tab >- Check that strings on the page ar all properly capitalized > - button > - legend on section > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >index 47c9d5f..a046fb3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >@@ -61,7 +61,7 @@ > > <form method="post" action="/cgi-bin/koha/members/files.pl" enctype="multipart/form-data"> > <fieldset class="rows"> >- <legend>Upload New File</legend> >+ <legend>Upload new file</legend> > <ol> > <li><input type="hidden" name="op" value="upload" /> > <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]" /> >@@ -73,7 +73,7 @@ > <li><label for="uploadfile">File:</label><input name="uploadfile" type="file" id="uploadfile" /></li> > > </ol> >- <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload File" /></fieldset> >+ <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload file" /></fieldset> > </fieldset> > </form> > >-- >2.1.4
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 20752
:
75240
|
75268
| 75557