mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
. Small 16x16 space icons (thanks Linton!) added to app and browse screens
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2473 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -866,8 +866,9 @@ public class BrowseBean implements IContextListener
|
|||||||
|
|
||||||
public NodePropertyResolver resolverSmallIcon = new NodePropertyResolver() {
|
public NodePropertyResolver resolverSmallIcon = new NodePropertyResolver() {
|
||||||
public Object get(Node node) {
|
public Object get(Node node) {
|
||||||
// TODO: add support for different small space icons
|
QNameNodeMap props = (QNameNodeMap)node.getProperties();
|
||||||
return SPACE_SMALL_DEFAULT;
|
String icon = (String)props.getRaw("app:icon");
|
||||||
|
return (icon != null ? icon + "-16" : SPACE_SMALL_DEFAULT);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
BIN
source/web/images/icons/space-icon-cd-16.gif
Normal file
BIN
source/web/images/icons/space-icon-cd-16.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
source/web/images/icons/space-icon-default-16.gif
Normal file
BIN
source/web/images/icons/space-icon-default-16.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 624 B |
BIN
source/web/images/icons/space-icon-doc-16.gif
Normal file
BIN
source/web/images/icons/space-icon-doc-16.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
source/web/images/icons/space-icon-image-16.gif
Normal file
BIN
source/web/images/icons/space-icon-image-16.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
source/web/images/icons/space-icon-pen-16.gif
Normal file
BIN
source/web/images/icons/space-icon-pen-16.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
source/web/images/icons/space-icon-star-16.gif
Normal file
BIN
source/web/images/icons/space-icon-star-16.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user