Closed (outdated)
Project:
Event
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2008 at 20:12 UTC
Updated:
13 Apr 2018 at 21:35 UTC
Jump to comment: Most recent
I suggest we do the following, my users were complaining...
return '<span class="next">'. l('»', $url, $attributes) .'</span>';
with
return '<span class="next" Title="View the next month">'. l('>>', $url, $attributes) .'</span>';
and
return '<span class="prev">'. l('«', $url, $attributes) .'</span>';
with
return '<span class="prev" Title="View the previous month">'. l('<<', $url, $attributes) .'</span>';
Comments
Comment #1
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.