Closed (fixed)
Project:
Date
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2006 at 11:39 UTC
Updated:
27 Nov 2006 at 13:16 UTC
Hey Karen,
Screenshot attached.
"Week of 22" isn't a very meaningfull description. Can you change it to "Week of oct 22th" or "Week no. #" ?
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| week-paging.gif | 2.07 KB | tmp |
Comments
Comment #1
dodorama commentedThis depends on the way you choose to display the date medium format on your drupal installation settings.
It's a kind of bug since the function that control the way the browser period label is displayed assumes that you are using the default date medium format display (sunday, 12/11/2006 - 12:00).
Anyway you can ovverride that function on your template.php like this (assuming that you're using the phptemplate engine and you set the medium date format like this: 12 November 2006 - 12:00)
Tha above code should display 'week of November 12'.
Comment #2
karens commentedYes, this is designed to be themeable, and that's how you do it. You can give it the name phptemplate_date_views_browser_period_label or use your theme name instead of 'phptemplate'.
Comment #3
(not verified) commented