Changeset 8190 for main/waeup.uniben/trunk
- Timestamp:
- 17 Apr 2012, 10:10:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/widgets/phonewidget.py
r8076 r8190 22 22 from waeup.kofa.widgets.phonewidget import PhoneWidget 23 23 24 class PhoneWidget(PhoneWidget): 25 24 class SmallPhoneWidget(PhoneWidget): 25 """A phone widget without area prefix. 26 """ 26 27 subwidget_names = ('country', 'ext') 27 28 bootstrap_span = 'span3'
Note: See TracChangeset for help on using the changeset viewer.