General
Body will be displayed on the main page; extended will be readable by clicking a 'Read More' link.
Show title only
Enable this to show the news title only on front page, with clickable link to full story.
Activation
If you set a start and/or end date your news item will only be displayed between these dates.
";
break;
case 'cat' :
$text = "You can separate your news items into different categories, and allow visitors to display only the news items in those categories.
Upload your news icon images into either ".e_THEME."-yourtheme-/images/ or themes/shared/newsicons/.";
break;
case 'pref' :
$text = 'Set various news-related options
News Category Columns
Requires theme support to be selectable
News posts to display per page
For the main news page; displays items in unextended format.
News posts to display in archive
Sets the number of news posts which are displayed as title only on each news page (included in the previous total).
Enable WYSIWYG editor
Requires that users who can submit news can also post HTML.
';
break;
case 'list' :
default :
$text = 'List of all news items. To edit or delete, click on one of the icons in the \'options\' column. To view the item, click
on the title.';
}
$ns -> tablerender($caption, $text);