Changeset 2783 in products
- Timestamp:
- Sep 3, 2010 4:36:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/interfaces.py
r1206 r2783 20 20 show_icons = schema.Bool( 21 21 title=_(u"Show tabs icons"), 22 description=_(u"Use this setting to enable or disableicons for menu "22 description=_(u"Use this setting to switch on/off icons for menu " 23 23 u"items."), 24 24 default=False) 25 25 26 26 show_content_tabs = schema.Bool( 27 title=_(u"Show content tabs"),28 description=_(u"Use this setting to enable or disable content structure"29 u" based (autogenerated) portal tabs."),27 title=_(u"Show navigation strategy based dropdown menu"), 28 description=_(u"Use this setting to switch on/off navigation " 29 u"strategy built dropdown menu"), 30 30 default=True) 31 31 32 32 show_nonfolderish_tabs = schema.Bool( 33 title=_(u"Show non-folderish content tabs"), 34 description=_(u"Use this setting to enable or disable non-folderish " 35 u"content structure based (autogenerated) portal tabs. " 36 u"This setting doesn't make sense in case Show content " 37 u"tabs is switched off."), 33 title=_(u"Show non-folderish menu items"), 34 description=_(u"Use this setting to switch on/off non-folderish " 35 u"objects in navigation strategy based dropdown menu"), 38 36 default=True) 39 37 40 38 content_before_actions_tabs = schema.Bool( 41 39 title=_(u"Show content tabs before portal_actions tabs"), 42 description=_(u"By default portal_actons based tabs are placed before " 43 u"those autogenerated from content structure. Check this " 44 u"option to revert the behaviour."), 40 description=_(u""), 45 41 default=False) 46 42 47 43 content_tabs_level = schema.Int( 48 title=_(u"Content tabs level"), 49 description=_(u"How many folders should be included before the " 50 u"nested menu stops. 0 means no limit. 1 only includes " 51 u"the root folder."), 44 title=_(u"Navigation strategy dropdown menu depth"), 45 description=_(u"How many levels folders to list after the " 46 u"top level."), 52 47 default=0) 53 48 … … 55 50 title=_(u"Show actions tabs"), 56 51 description=_(u"Use this setting to enable or disable portal_actions " 57 u"based portal tabs."),52 u"based dropdown menu"), 58 53 default=True) 59 54 60 55 actions_tabs_level = schema.Int( 61 title=_(u"Actions tabs level"), 62 description=_(u"How many folders should be included before the " 63 u"nested menu stops. 0 means no limit. 1 only includes " 64 u"the root folder."), 56 title=_(u"Actions dropdown menu depth"), 57 description=_(u"How many levels of portal_actions to list after the " 58 u"top level."), 65 59 default=0) 66 60 67 61 actions_category = schema.TextLine( 68 title=_(u" Portal actions category"),69 description=_(u"Root portal actions tool's category name to extract"70 u" tabs from."),62 title=_(u"Root portal actions category"), 63 description=_(u"Root category id of portal_actions based dropdown " 64 u"menu tree"), 71 65 default=u"portal_tabs") 72 66 73 67 nested_category_prefix = schema.TextLine( 74 68 title=_(u"Nested category prefix"), 75 description=_(u"Because portal_actions category object couldn't serve as" 76 u" action itself we need to create appropriate action " 77 u"for it. Prefix and sufix strings are used to make up " 78 u"id for category while linking action to action category." 79 u"E.g.: action id is 'index_html', prefix is 'pre_', sufix" 80 u" is equal to '_sub' then category object with id equal " 81 u"to 'pre_index_html_sub' will be looked up on the same " 82 u"level to get nested menu for 'index_html' action."), 69 description=_(u"Prefix of category id, used to bind category with action"), 83 70 default=u"", 84 71 required=False) … … 86 73 nested_category_sufix = schema.TextLine( 87 74 title=_(u"Nested category sufix"), 88 description=_(u"Sufix part of the category id to be looked up during " 89 u"linking with action."), 75 description=_(u"Sufix of category id, used to bind category with action"), 90 76 default=u"_sub", 91 77 required=False)
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/common/qtrac_logo.png)