mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Added title to create/edit space dialogs - Changed space dialogs to use required field icon - Converted all forums and removed all old legacy beans and JSPs git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2903 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
76 lines
4.7 KiB
XML
76 lines
4.7 KiB
XML
<alfresco-config>
|
|
|
|
<config>
|
|
<dialog-container>/jsp/dialog/container.jsp</dialog-container>
|
|
|
|
<dialogs>
|
|
|
|
<!-- Definition of the create space dialog -->
|
|
<dialog name="createSpace" page="/jsp/spaces/create-space-dialog.jsp" managed-bean="CreateSpaceDialog"
|
|
icon="/images/icons/create_space_large.gif" title-id="create_space"
|
|
description-id="create_space_description" error-message-id="error_create_space_dialog" />
|
|
|
|
<!-- Definition of the edit space dialog -->
|
|
<dialog name="editSpace" page="/jsp/spaces/edit-space-dialog.jsp" managed-bean="EditSpaceDialog"
|
|
icon="/images/icons/details_large.gif" title-id="modify_space_properties"
|
|
description-id="editspace_description" />
|
|
|
|
<!-- Definition of the set content properties dialog -->
|
|
<dialog name="setContentProperties" page="/jsp/content/edit-content-properties.jsp"
|
|
managed-bean="SetContentPropertiesDialog" icon="/images/icons/details_large.gif"
|
|
title-id="modify_content_properties" description-id="edit_content_description" />
|
|
|
|
<!-- Definition of the edit content properties dialog -->
|
|
<dialog name="editContentProperties" page="/jsp/content/edit-content-properties.jsp"
|
|
managed-bean="EditContentPropertiesDialog" icon="/images/icons/details_large.gif"
|
|
title-id="modify_content_properties" description-id="edit_content_description" />
|
|
|
|
|
|
<!-- -->
|
|
<!-- Forums Dialogs -->
|
|
|
|
<!-- Definition of the create forums dialog -->
|
|
<dialog name="createForums" page="/jsp/forums/create-dialog.jsp" managed-bean="CreateForumsDialog"
|
|
icon="/images/icons/create_forums_large.gif" title-id="create_forums"
|
|
description-id="create_forums_description" error-message-id="error_create_forums_dialog" />
|
|
|
|
<dialog name="editForums" page="/jsp/spaces/edit-space-dialog.jsp" managed-bean="EditSpaceDialog"
|
|
icon="/images/icons/details_large.gif" title-id="modify_forums_properties"
|
|
description-id="edit_forums_description" />
|
|
|
|
<dialog name="createForum" page="/jsp/forums/create-dialog.jsp" managed-bean="CreateForumDialog"
|
|
icon="/images/icons/create_forum_large.gif" title-id="create_forum"
|
|
description-id="create_forum_description" error-message-id="error_create_forum_dialog" />
|
|
|
|
<dialog name="editForum" page="/jsp/spaces/edit-space-dialog.jsp" managed-bean="EditSpaceDialog"
|
|
icon="/images/icons/details_large.gif" title-id="modify_forum_properties"
|
|
description-id="edit_forum_description" />
|
|
|
|
<dialog name="createTopic" page="/jsp/forums/create-topic-dialog.jsp" managed-bean="CreateTopicDialog"
|
|
icon="/images/icons/create_topic_large.gif" title-id="create_topic"
|
|
description-id="create_topic_description" error-message-id="error_create_topic_dialog" />
|
|
|
|
<dialog name="editTopic" page="/jsp/spaces/edit-space-dialog.jsp" managed-bean="EditSpaceDialog"
|
|
icon="/images/icons/details_large.gif" title-id="modify_topic_properties"
|
|
description-id="edit_topic_description" />
|
|
|
|
<dialog name="createPost" page="/jsp/forums/create-post-dialog.jsp" managed-bean="CreatePostDialog"
|
|
icon="/images/icons/create_post_large.gif" title-id="create_post"
|
|
description-id="create_post_description" error-message-id="error_create_post_dialog" />
|
|
|
|
<dialog name="createReply" page="/jsp/forums/create-reply-dialog.jsp" managed-bean="CreateReplyDialog"
|
|
icon="/images/icons/post_reply_large.gif" title-id="post_reply"
|
|
description-id="create_reply_description" error-message-id="error_create_reply_dialog" />
|
|
|
|
<dialog name="editPost" page="/jsp/forums/create-post-dialog.jsp" managed-bean="EditPostDialog"
|
|
icon="/images/icons/edit_post_large.gif" title-id="edit_post"
|
|
description-id="edit_post_description" error-message-id="error_create_post_dialog" />
|
|
|
|
<dialog name="createDiscussion" page="/jsp/forums/create-topic-dialog.jsp" managed-bean="CreateDiscussionDialog"
|
|
icon="/images/icons/create_topic_large.gif" title-id="create_topic"
|
|
description-id="create_topic_description" error-message-id="error_create_topic_dialog" />
|
|
</dialogs>
|
|
</config>
|
|
|
|
</alfresco-config>
|