Ignore:
Timestamp:
Aug 9, 2012 3:56:44 PM (12 years ago)
Author:
kroman0
Message:

Added select for mobile menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/interfaces.py

    r3348 r3491  
    9393 
    9494    caching_strategy = schema.Choice( 
    95     title=_(u"Select caching strategy"), 
    96     description=_(u"Caching strategy defines how the cache key will be built." 
    97                  ), 
    98     default="anonymous", 
    99     vocabulary=cachings 
    100     ) 
     95        title=_(u"Select caching strategy"), 
     96        description=_(u"Caching strategy defines how the cache key will be " 
     97                      u"built."), 
     98        default="anonymous", 
     99        vocabulary=cachings 
     100        ) 
     101 
     102    mobile_menu = schema.Bool( 
     103        title=_(u"Display menu as select for small screens"), 
     104        description=_(u"Use select tag to display menu for small screens"), 
     105        default=False, 
     106        ) 
Note: See TracChangeset for help on using the changeset viewer.