From d5abdb028fa886eccd22656a3ed2cdbf4ad23dde Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 2 May 2013 22:32:11 +0200 Subject: [PATCH] add tab for configuring extensions --- views/bootstrap/class.Settings.php | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 5ddb82a9b..f4c91d3c5 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -58,6 +58,7 @@ if(!is_writeable($settings->_configFilePath)) {
  • +
  • @@ -516,6 +517,42 @@ if(!is_writeable($settings->_configFilePath)) { contentContainerEnd(); ?>
    + +
    +contentContainerStart(); ?> + + +$extconf) { +?> + +$conf) { +?> + + + +
    : + + " value="1" _extensions[$extname][$confkey]) && $settings->_extensions[$extname][$confkey]) echo 'checked'; ?> /> + + " value="_extensions[$extname][$confkey])) echo $settings->_extensions[$extname][$confkey]; ?>" size="" /> + +
    +
    _configFilePath)) {