From 4fa2dffce72d182e25295de4947077cf52ba1f2b Mon Sep 17 00:00:00 2001 From: Ben Coburn Date: Wed, 10 May 2006 08:57:32 +0200 Subject: config plugin ui organization - organizes the configuration settings list into chunks - provides a table of contents for the configuration chunks - provides one chunk for each plugin with configurable settings - provides one chunk for the active template (if it has settings) - provides the config file setting as a tool-tip on the setting label ex. $conf['start'] - provides for localization of useful strings - generates a "smart" fallback name for plugins and templates - plugin and template sections are only shown if they have settings - current configuration list is organized into chunks Note: There are NEW strings to translate into the non-english language files. darcs-hash:20060510065732-05dcb-398d5c7efa7981f690d97a25a5110b1f39be9f8e.gz --- lib/plugins/config/settings/extra.class.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/plugins/config/settings/extra.class.php') diff --git a/lib/plugins/config/settings/extra.class.php b/lib/plugins/config/settings/extra.class.php index 0aafd2400..715acb53b 100644 --- a/lib/plugins/config/settings/extra.class.php +++ b/lib/plugins/config/settings/extra.class.php @@ -78,3 +78,9 @@ if (!class_exists('setting_im_convert')) { } } } + +if (!class_exists('setting_fieldset')) { + class setting_fieldset extends setting_string { + //do-nothing class used to detect the 'fieldset' type. + } +} -- cgit v1.2.3