Index: branches/5.2.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r15314 -r15315 --- branches/5.2.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 15314) +++ branches/5.2.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 15315) @@ -1,6 +1,6 @@ Application->recallObject( $this->getPrefixSpecial() , $this->Prefix.'_List', $params ); $object =& $this->GetList($params); - if ($object->GetRecordsCount() == 0) { if (isset($params['block_no_cats'])) { @@ -1353,6 +1352,7 @@ $to_compress = Array ( $js_url . '/jquery/thickbox/thickbox.css', $js_url . '/../incs/cms.css', + $js_url . '/../img/toolbar/toolbar-sprite.css', ); $css_compressed = $minify_helper->CompressScriptTag(Array ('files' => implode('|', $to_compress), 'templates_base' => $js_url . '/../')); Index: branches/5.2.x/core/install/incs/style.css =================================================================== diff -u -N -r14244 -r15315 --- branches/5.2.x/core/install/incs/style.css (.../style.css) (revision 14244) +++ branches/5.2.x/core/install/incs/style.css (.../style.css) (revision 15315) @@ -206,3 +206,21 @@ font-style: normal; font-family: Arial, Helvetica, sans-serif; } + +/* === Copy from "toolbar-sprite.css" === */ +.core-toolbar-sprite { + background: url("../../admin_templates/img/toolbar/toolbar-sprite.png") repeat-x scroll 0 0 transparent; + border: 0 none; + cursor: pointer; + padding: 0; +} + +#core-tb-refresh { background-position: -0px -896px; } +#core-tb-refresh.hover { background-position: -32px -896px; } +#core-tb-refresh.disabled { background-position: -64px -896px; } +#core-tb-prev { background-position: -0px -704px; } +#core-tb-prev.hover { background-position: -32px -704px; } +#core-tb-prev.disabled { background-position: -64px -704px; } +#core-tb-next { background-position: -0px -640px; } +#core-tb-next.hover { background-position: -32px -640px; } +#core-tb-next.disabled { background-position: -64px -640px; } \ No newline at end of file