dmolsen / MIT-Mobile-Web

The Mobile Web Project was initially developed during the summer of 2009 and is a fork of the original v0.9 release of the MIT Mobile Web project that can still be found on SourceForge. The project was updated in May 2010. It is a product designed to make it easier for higher education institutions to deliver mobile-optimized information and services. It helps deliver task-based content like maps, events, and directory information optimized for device "families." Full documentation can be found at http://mobilewebosp.pbworks.com/ Updates to the project can be found on Twitter at http://twitter.com/mobilewebosp/
http://mobilewebosp.pbworks.com
MIT License
57 stars 19 forks source link

/people/templates/webkit/detail.html doesn't use phoneHREF for Call Them button #25

Open douglasd-nz opened 12 years ago

douglasd-nz commented 12 years ago

/people/templates/webkit/detail.html has two links for the phone number. In the first it's routing the data to phoneHREF (required if the source data needs padding to be a proper DDI number) e.g.

<? $item->display('phone', 'telephone', "phoneHREF", 'phone', false); ?>

In the call them button however it doesn't:

  • Call Them
  • I've modified our local install of 2.0.0 to be:

  • Call Them
  • but I'm a bit rusty with my PHP. Is that the best solution?