Changes between Version 16 and Version 17 of TicketCalendarPlugin


Ignore:
Timestamp:
Mar 25, 2016, 11:01:19 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketCalendarPlugin

    v16 v17  
    2929 1. Install the plugin:
    3030 {{{#!sh
    31 easy_install http://trac-hacks.org/svn/ticketcalendarplugin/0.12
     31easy_install https://trac-hacks.org/svn/ticketcalendarplugin/0.12
    3232}}}
    3333 1. Enable the plugin in your `trac.ini` file:
     
    4242Click '''Ticket Calendar''' menu in the main navigation bar to show the calendar and associated start and due dates for tickets:
    4343
    44 [[Image(calendar-view.png,width=300)]]
     44[[Image(calendar-view.png, width=600, border=2)]]
    4545
    4646The calendar can also be displayed in a list view:
    4747
    48 [[Image(list-view.png,width=300)]]
     48[[Image(list-view.png, width=600, border=2)]]
    4949
    5050== Usage