summaryrefslogtreecommitdiff
path: root/lib/plugins/config/settings/extra.class.php
diff options
context:
space:
mode:
authorBen Coburn <btcoburn@silicodon.net>2006-05-10 08:57:32 +0200
committerBen Coburn <btcoburn@silicodon.net>2006-05-10 08:57:32 +0200
commit4fa2dffce72d182e25295de4947077cf52ba1f2b (patch)
tree1a7696b07a918bac334a554875c03822961826f5 /lib/plugins/config/settings/extra.class.php
parent78da9018bbdec7aaf2bcb46d67883cb14de25de4 (diff)
downloadrpg-4fa2dffce72d182e25295de4947077cf52ba1f2b.tar.gz
rpg-4fa2dffce72d182e25295de4947077cf52ba1f2b.tar.bz2
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
Diffstat (limited to 'lib/plugins/config/settings/extra.class.php')
-rw-r--r--lib/plugins/config/settings/extra.class.php6
1 files changed, 6 insertions, 0 deletions
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.
+ }
+}