From 58ce97f8947fe143c3f099aee26eafcc53574955 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 --- .../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 @@
  • [% shelfname %]
  • - +
  • -- 1.7.7.6