Bug 20752: Fix capitalization on the files tab for patron files
- 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> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
62595687c1
commit
76aa349ebe
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
<form method="post" action="/cgi-bin/koha/members/files.pl" enctype="multipart/form-data">
|
<form method="post" action="/cgi-bin/koha/members/files.pl" enctype="multipart/form-data">
|
||||||
<fieldset class="rows">
|
<fieldset class="rows">
|
||||||
<legend>Upload New File</legend>
|
<legend>Upload new file</legend>
|
||||||
<ol>
|
<ol>
|
||||||
<li><input type="hidden" name="op" value="upload" />
|
<li><input type="hidden" name="op" value="upload" />
|
||||||
<input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]" />
|
<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>
|
<li><label for="uploadfile">File:</label><input name="uploadfile" type="file" id="uploadfile" /></li>
|
||||||
|
|
||||||
</ol>
|
</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>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue