Ignore:
Timestamp:
02/24/10 20:33:48 (2 years ago)
Author:
takanori
Message:

add street view checkbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/content/GMarker.py

    r261 r275  
    5757                    ) 
    5858                ), 
     59    BooleanField('streetView', 
     60                 widget=BooleanWidget( 
     61                     label="Display Street View", 
     62                     label_msgid="label_street_view", 
     63                     description_msgid="help_street_view", 
     64                     i18n_domain="googlemaps", 
     65                     ), 
     66                 ), 
    5967    LatLngField('point', 
    6068                required=True, 
Note: See TracChangeset for help on using the changeset viewer.