mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Simple dialog framework implementation git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2056 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<alfresco-config>
|
|
|
|
<!-- This config file holds all the icons choices displayed -->
|
|
<!-- to users when creating various types of spaces in the -->
|
|
<!-- client. -->
|
|
<!-- NOTE: The conditions in this file are all string based -->
|
|
<!-- and will therefore not be found when using Node based -->
|
|
<!-- lookups, this also means the cm: can not be presumed. -->
|
|
|
|
<config evaluator="string-compare" condition="cm:folder">
|
|
<icons>
|
|
<icon name="space-icon-default" path="/images/icons/space-icon-default.gif" />
|
|
<icon name="space-icon-star" path="/images/icons/space-icon-star.gif" />
|
|
<icon name="space-icon-doc" path="/images/icons/space-icon-doc.gif" />
|
|
<icon name="space-icon-pen" path="/images/icons/space-icon-pen.gif" />
|
|
<icon name="space-icon-cd" path="/images/icons/space-icon-cd.gif" />
|
|
<icon name="space-icon-image" path="/images/icons/space-icon-image.gif" />
|
|
</icons>
|
|
</config>
|
|
|
|
<config evaluator="string-compare" condition="fm:forums">
|
|
<icons>
|
|
<icon name="forums_large" path="/images/icons/forums_large.gif" />
|
|
</icons>
|
|
</config>
|
|
|
|
<config evaluator="string-compare" condition="fm:forum">
|
|
<icons>
|
|
<icon name="forum_large" path="/images/icons/forum_large.gif" />
|
|
</icons>
|
|
</config>
|
|
|
|
<config evaluator="string-compare" condition="fm:topic">
|
|
<icons>
|
|
<icon name="topic_large" path="/images/icons/topic_large.gif" />
|
|
<icon name="topic_exclamation_large" path="/images/icons/topic_exclamation_large.gif" />
|
|
<icon name="topic_question_large" path="/images/icons/topic_question_large.gif" />
|
|
</icons>
|
|
</config>
|
|
|
|
</alfresco-config>
|