Index: branches/5.0.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r13524 -r13586 --- branches/5.0.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 13524) +++ branches/5.0.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 13586) @@ -1,6 +1,6 @@ getObject($params); /* @var $object kDBItem */ - + $ci_table = $this->Application->getUnitOption('ci', 'TableName'); $sql = 'SELECT COUNT(*) @@ -1430,22 +1430,21 @@ 'front' => 1, '__URLENCODE__' => 1, '__NO_REWRITE__'=> 1, - 'escape' => 1, 'index_file' => 'index.php', ); $edit_url = $this->Application->HREF('categories/categories_edit', ADMIN_DIRECTORY, $url_params); $edit_btn .= ' -
+
' . $this->Application->Phrase('la_btn_SectionProperties', false, true) . '
' . "\n"; } elseif (EDITING_MODE == EDITING_MODE_DESIGN) { $url_params = Array( - 'pass' => 'm,theme', + 'pass' => 'm,theme,theme-file', 'm_opener' => 'd', 'theme_id' => $this->Application->GetVar('m_theme'), 'theme_mode' => 't', @@ -1454,7 +1453,6 @@ 'front' => 1, '__URLENCODE__' => 1, '__NO_REWRITE__'=> 1, - 'escape' => 1, 'index_file' => 'index.php', ); @@ -1476,7 +1474,7 @@
-
+