Changeset 3974

Show
Ignore:
Timestamp:
07/06/08 14:52:57 (6 months ago)
Author:
doki_pen
Message:

working css for datepicker

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • datefieldplugin/0.11/datefield/filter.py

    r3949 r3974  
    4646        if req.path_info.startswith('/newticket') or req.path_info.startswith('/ticket'): 
    4747            add_script(req, 'datefield/jquery-ui.js') 
    48             #add_stylesheet(req, 'datefield/jquery-ui.css') 
     48            add_stylesheet(req, 'datefield/ui.datepicker.css') 
    4949 
    5050            req.chrome['scripts'].append({'href': req.href.datefield('datefield.js'), 'type': 'text/javascript'})