https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34575

--- Comment #2 from Sally <[email protected]> ---
(In reply to Pedro Amorim from comment #1)
> Created attachment 160207 [details]
> Demo patron long e-mail
> 
> Hi Sally, I've added an attachment with a patron in the table with an e-mail
> address of 50 characters.
> 
> At a glance, the table looks okay. Please note that in this screenshot I
> have bug 34574 applied, i.e. the issue with the library and patron
> categories column does not happen here.
> 
> Are you able to confirm if this still requires looking into? Or are you able
> to provide a new/different example?
> 
> Thank you!

Hi Pedro,

It's still an issue for us.

As a simple solution, could we just add a class to email?  

For Henry in the test data, this is what's in the table:  

<div class="address">
<ul>
<li class="patronaddress1"> 4345 Library Rd. </li>
<li class="patroncity">Springfield, MA 44224</li>
<li>Email: <a href="mailto:[email protected]";>[email protected]</a>
</li>
</ul>
</div>

Note that address1 and city both have classes, but email doesn't.  

If a class was added to email, as it is for the other address lines:

<div class="address">
<ul>
<li class="patronaddress1"> 4345 Library Rd. </li>
<li class="patroncity">Springfield, MA 44224</li>
<li class="patronemail">Email: <a
href="mailto:[email protected]";>[email protected]</a>
</li>
</ul>
</div>

Then I can just hide it with CSS - and nobody else is affected by the change?

What do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to