mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Next phase of forums functionality
Simple dialog framework implementation git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2056 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -319,6 +319,9 @@ edit_forum_description=Modify the forum properties then click OK.
|
||||
edit_topic_description=Modify the topic properties then click OK.
|
||||
edit_post_description=Modify the message then click OK.
|
||||
edit_post_finish=To save the message click Post.
|
||||
start_discussion=Start Discussion
|
||||
discuss=Discuss
|
||||
discussion_for={0} discussion
|
||||
|
||||
# Common Wizard messages
|
||||
steps=Steps
|
||||
@@ -828,6 +831,7 @@ title_create_forum=Create Forum
|
||||
title_forums_details=Forum Space Details
|
||||
title_forum_details=Forum Details
|
||||
title_create_topic=Create Topic
|
||||
title_create_discussion=Create Discussion
|
||||
title_topic_details=Topic Details
|
||||
title_create_post=Post Message
|
||||
title_create_reply=Create Reply
|
||||
|
@@ -33,6 +33,8 @@
|
||||
<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>
|
||||
|
||||
|
@@ -153,7 +153,6 @@
|
||||
<property-sheet>
|
||||
<show-property name="name"/>
|
||||
<show-property name="description"/>
|
||||
<show-property name="fm:status"/>
|
||||
</property-sheet>
|
||||
|
||||
<navigation>
|
||||
@@ -167,7 +166,6 @@
|
||||
<config evaluator="node-type" condition="fm:topic">
|
||||
<property-sheet>
|
||||
<show-property name="name" displayLabelId="subject" />
|
||||
<show-property name="fm:type"/>
|
||||
</property-sheet>
|
||||
|
||||
<navigation>
|
||||
@@ -325,7 +323,7 @@
|
||||
|
||||
<config evaluator="string-compare" condition="Custom Folder Types">
|
||||
<folder-types>
|
||||
<!-- <type name="fm:forums" icon="/images/icons/forums_large.gif" descriptionMsgId="forums_desc" /> -->
|
||||
<type name="fm:forums" icon="/images/icons/create_forums_large.gif" descriptionMsgId="forums_desc" />
|
||||
</folder-types>
|
||||
</config>
|
||||
|
||||
|
Reference in New Issue
Block a user