[kronolith] How do I remove week number from print monthly view?

Elliot Anders elliot at marlboro.edu
Mon Dec 8 13:42:56 UTC 2008


On Dec 8, 2008, at 7:22 AM  Dec 8, 08, Jan Schneider wrote:

> Zitat von gimili <gimili17 at gmail.com>:
>
>> Jan Schneider wrote:
>>> Zitat von gimili <gimili17 at gmail.com>:
>>>
>>>> How do I remove week number from print monthly view?
>>> Hack the code.
>>> Jan.
>> Ok so there is not a pref that I missed.  That helps.  Thanks Jan.
>> Any more tips pointing me in the general direction would also be  
>> appreciated like which file to hack?
>> User has a different numbering system for weeks and the week number  
>> is causing confusion.
>> Thanks again!
>>
>
> That should be lib/Views/Month.php.
>
> Jan.

It looks like you could also do it in CSS with:

a.week {
	display:none;
}


More information about the kronolith mailing list