Bugzilla – Attachment 37003 Details for
Bug 13857
Email input field for sharing lists is too small
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13857: Email field for sharing is a bit short
Bug-13857-Email-field-for-sharing-is-a-bit-short.patch (text/plain), 1.40 KB, created by
Marcel de Rooy
on 2015-03-19 10:23:38 UTC
(
hide
)
Description:
Bug 13857: Email field for sharing is a bit short
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-03-19 10:23:38 UTC
Size:
1.40 KB
patch
obsolete
>From 58ce97f8947fe143c3f099aee26eafcc53574955 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Tue, 17 Mar 2015 23:45:51 +0100 >Subject: [PATCH] Bug 13857: Email field for sharing is a bit short >Content-Type: text/plain; charset=utf-8 > >The email field for sharing a list with another patron is >a bit short. > >To test: >- Make sure OpacAllowSharingPrivateLists is activated >- Create a list in OPAC >- Use the "Share list" link to share with another user >- Check the length of the email field and if you like it > better with this patch applied > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../bootstrap/en/modules/opac-shareshelf.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt >index 6891891..a02ebad 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt >@@ -52,7 +52,7 @@ > <li><label for="name">List name:</label> [% shelfname %]</li> > <li> > <label for="invite_address">Email address:</label> >- <input id="invite_address" name="invite_address"/> >+ <input id="invite_address" name="invite_address" size="40" /> > </li> > </ol> > </fieldset> >-- >1.7.7.6
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 13857
:
36967
| 37003