Index: branches/5.0.x/core/units/categories/categories_config.php =================================================================== diff -u -r12117 -r12217 --- branches/5.0.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 12117) +++ branches/5.0.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 12217) @@ -1,6 +1,6 @@ Array ( 'type' => 'string', 'formatter' => 'kOptionsFormatter', - 'options_sql' => ' SELECT CONCAT(tf.Description, " (", TRIM(TRAILING ".des" FROM TRIM(TRAILING ".tpl" FROM FileName) ), ")") AS Title, + 'options_sql' => ' SELECT CONCAT(":: ", tf.Description, " :: ", FilePath, "/", TRIM(TRAILING ".tpl" FROM FileName) ) AS Title, CONCAT(FilePath, "/", TRIM(TRAILING ".tpl" FROM FileName)) AS Value FROM ' . TABLE_PREFIX . 'ThemeFiles AS tf LEFT JOIN ' . TABLE_PREFIX . 'Theme AS t ON t.ThemeId = tf.ThemeId Index: branches/5.0.x/core/units/stylesheets/stylesheets_config.php =================================================================== diff -u -r12117 -r12217 --- branches/5.0.x/core/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 12117) +++ branches/5.0.x/core/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 12217) @@ -1,6 +1,6 @@ Array('main' => 'in-portal:configure_styles'), - + /* removed until figure out what to do with this section 'Sections' => Array ( 'in-portal:configure_styles' => Array ( 'parent' => 'in-portal:website_setting_folder', @@ -115,7 +115,7 @@ 'type' => stTREE, ), ), - + */ 'TableName' => TABLE_PREFIX.'Stylesheets', 'SubItems' => Array('selectorsbase', 'selectorsblock'),