Ignore:
Timestamp:
11 May 2011, 23:15:59 (13 years ago)
Author:
uli
Message:

First try of using the new datewidgets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py

    r6043 r6051  
    254254    text = 'Manage'
    255255
     256from waeup.sirp.widgets.datewidget import FormattedDateWidget
     257FriendlyDateWidget = CustomWidgetFactory(
     258    FormattedDateWidget,
     259    cssClass='datepicker-le-year',
     260    date_format='%d/%m/%Y')
     261
    256262
    257263class ManageApplicantsContainer(WAeUPEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.