Changeset 1267
- Timestamp:
- 11/24/07 00:36:32 (11 months ago)
- Files:
-
- branches/1.0/src/lyceum/system-admin/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/src/lyceum/system-admin/settings.php
r1266 r1267 122 122 lyceum_settings_boolean_input('presentation_tab', 'User Customization', 'Allow users to change their blog\'s theme and adjust its settings.') . 123 123 lyceum_settings_boolean_input('create_example_post', 'Create Example Post', 'Should an example blog post be created when a new blog is created?') . 124 lyceum_settings_text_input('example_post_title', 'Example post title', 'The title of the example post.') . 124 125 lyceum_settings_textarea_input('example_post_body', 'Example post body', 'The body of the example post.') . 125 126 lyceum_settings_boolean_input('create_example_page', 'Create Example Page', 'Should an example page be created when a new blog is created?') . 127 lyceum_settings_text_input('example_page_title', 'Example page title', 'The title of the example page.') . 126 128 lyceum_settings_textarea_input('example_page_body', 'Example page body', 'The body of the example page.') . 127 129 lyceum_settings_boolean_input('import_allowed', 'Import Scripts', 'Allow users to use the import scripts?', 'These scripts are not yet thoroughly tested and are therefore a potential security vulnerability.') .
