Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mailto link in SelectCustomer.php
02-27-2018, 02:57 AM,
#1
mailto link in SelectCustomer.php
In SelectSupplier.php the Vendor's email address is a mailto link
<td><a href="mailto://'.$myrow['email'].'">' . $myrow['email']. '</a></td>

In SelectCustomer.php the Customer's email address is just text.
<td class="text">', $myrow['email'], '</td>

I would think if the email address is going to be displayed in SelectCustomer.php it should have a mailto link like SelectSupplier.php

Thanks
Jeff
Reply
02-27-2018, 09:32 AM, (This post was last modified: 02-27-2018, 09:35 AM by TurboPT.)
#2
RE: mailto link in SelectCustomer.php
Thanks for that report.

I agree with that suggestion. We are in the middle of repository transition at the moment. Once past that, I'll apply that change with credit to you.

I'll post another reply once the change has been applied.
Reply
03-01-2018, 10:00 PM,
#3
RE: mailto link in SelectCustomer.php
This was a small change so I did it, and sent a pull request to Paul
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)