$output.=form_select(t('Items shown in sources and categories pages'),'aggregator_summary_items',variable_get('aggregator_summary_items',3),$items,t('The number of items which will be shown with each feed or category in the feed and category summary pages.'));
$output.=form_radios(t('Category selection type'),'aggregator_category_selector',variable_get('aggregator_category_selector','check'),array('check'=>t('checkboxes'),'select'=>t('multiple selector')),t('The type of category selection widget which is shown on categorization pages. Checkboxes are easier to use; a multiple selector is good for working with large numbers of categories.'));
...
...
@@ -89,6 +88,13 @@ function aggregator_configure() {
$output.=form_select(t('Items shown in sources and categories pages'),'aggregator_summary_items',variable_get('aggregator_summary_items',3),$items,t('The number of items which will be shown with each feed or category in the feed and category summary pages.'));
$output.=form_radios(t('Category selection type'),'aggregator_category_selector',variable_get('aggregator_category_selector','check'),array('check'=>t('checkboxes'),'select'=>t('multiple selector')),t('The type of category selection widget which is shown on categorization pages. Checkboxes are easier to use; a multiple selector is good for working with large numbers of categories.'));
...
...
@@ -89,6 +88,13 @@ function aggregator_configure() {