From: Ben Klang Date: Tue, 19 Jan 2010 13:25:12 +0000 (-0500) Subject: Operator: Organize configuration options X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=30352820b2ea643ba9f305c9ebf2954f9a79e157;p=horde.git Operator: Organize configuration options --- diff --git a/operator/config/conf.xml b/operator/config/conf.xml index 54de86f8c..a0f459703 100644 --- a/operator/config/conf.xml +++ b/operator/config/conf.xml @@ -1,31 +1,35 @@ - - Storage System Settings - asterisksql - - - - cdr - - - - - 5000 - - - - - - - Menu Settings - true - - - - - - + + + + + + Menu Settings + true + + + + + + + + + + Storage System Settings + asterisksql + + + + cdr + + + + + 5000 + + + diff --git a/operator/graphgen.php b/operator/graphgen.php index fecd8a07b..d7da100cd 100644 --- a/operator/graphgen.php +++ b/operator/graphgen.php @@ -56,9 +56,9 @@ if (isset($graphinfo['orientation']) && $graph->horizontal = false; } -if (!empty($conf['ttf_font'])) { +if (!empty($conf['graph']['ttf_font'])) { // add a TrueType font - $Font =& $graph->addNew('ttf_font', $conf['ttf_font']); + $Font =& $graph->addNew('ttf_font', $conf['graph']['ttf_font']); // Set the font size to 11 pixels. Yes, 8 really does mean 11 $Font->setSize(8); $graph->setFont($Font);