Changeset 1063:6636d160f15c for plugins/widgets/_default_widgets.php
- Timestamp:
- 12/11/12 17:51:54 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_default_widgets.php
r954 r1063 22 22 $__widgets->search->setting('homeonly',__('Display on:'),0,'combo', 23 23 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 24 $__widgets->search->setting('content_only',__('Content only'),0,'check'); 24 25 $__widgets->search->setting('class',__('CSS class:'),''); 25 26 … … 28 29 $__widgets->navigation->setting('homeonly',__('Display on:'),0,'combo', 29 30 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 31 $__widgets->navigation->setting('content_only',__('Content only'),0,'check'); 30 32 $__widgets->navigation->setting('class',__('CSS class:'),''); 31 33 … … 35 37 $__widgets->bestof->setting('homeonly',__('Display on:'),1,'combo', 36 38 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 39 $__widgets->bestof->setting('content_only',__('Content only'),0,'check'); 37 40 $__widgets->bestof->setting('class',__('CSS class:'),''); 38 41 … … 41 44 $__widgets->langs->setting('homeonly',__('Display on:'),1,'combo', 42 45 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 46 $__widgets->langs->setting('content_only',__('Content only'),0,'check'); 43 47 $__widgets->langs->setting('class',__('CSS class:'),''); 44 48 … … 48 52 $__widgets->categories->setting('homeonly',__('Display on:'),0,'combo', 49 53 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 54 $__widgets->categories->setting('content_only',__('Content only'),0,'check'); 50 55 $__widgets->categories->setting('class',__('CSS class:'),''); 51 56 … … 55 60 $__widgets->subscribe->setting('homeonly',__('Display on:'),1,'combo', 56 61 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 62 $__widgets->subscribe->setting('content_only',__('Content only'),0,'check'); 57 63 $__widgets->subscribe->setting('class',__('CSS class:'),''); 58 64 … … 63 69 $__widgets->feed->setting('homeonly',__('Display on:'),1,'combo', 64 70 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 71 $__widgets->feed->setting('content_only',__('Content only'),0,'check'); 65 72 $__widgets->feed->setting('class',__('CSS class:'),''); 66 73 … … 70 77 $__widgets->text->setting('homeonly',__('Display on:'),0,'combo', 71 78 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 79 $__widgets->text->setting('content_only',__('Content only'),0,'check'); 72 80 $__widgets->text->setting('class',__('CSS class:'),''); 73 81 … … 87 95 $__widgets->lastposts->setting('homeonly',__('Display on:'),1,'combo', 88 96 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 97 $__widgets->lastposts->setting('content_only',__('Content only'),0,'check'); 89 98 $__widgets->lastposts->setting('class',__('CSS class:'),''); 90 99 … … 94 103 $__widgets->lastcomments->setting('homeonly',__('Display on:'),1,'combo', 95 104 array(__('All pages') => 0, __('Home page only') => 1, __('Except on home page') => 2)); 105 $__widgets->lastcomments->setting('content_only',__('Content only'),0,'check'); 96 106 $__widgets->lastcomments->setting('class',__('CSS class:'),''); 97 107
Note: See TracChangeset
for help on using the changeset viewer.