Skip to content
Snippets Groups Projects
Commit 7d423b7a authored by srosse's avatar srosse
Browse files

OO-1343: same icons in catalog and catalog management

parent 0201f2cf
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ public class CatalogNodeController extends BasicController implements Activateab ...@@ -129,7 +129,7 @@ public class CatalogNodeController extends BasicController implements Activateab
Link link = LinkFactory.createCustomLink(cmpId, "select_node", cmpId, Link.LINK + Link.NONTRANSLATED, mainVC, this); Link link = LinkFactory.createCustomLink(cmpId, "select_node", cmpId, Link.LINK + Link.NONTRANSLATED, mainVC, this);
link.setCustomDisplayText(entry.getName()); link.setCustomDisplayText(entry.getName());
link.setCustomEnabledLinkCSS("o_icon o_icon_catalog_sub"); link.setIconLeftCSS("o_icon o_icon_catalog_sub");
link.setUserObject(entry.getKey()); link.setUserObject(entry.getKey());
subCategories.add(Integer.toString(count)); subCategories.add(Integer.toString(count));
String titleId = "title_" + count; String titleId = "title_" + count;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment