mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3659 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
152 lines
8.7 KiB
XML
152 lines
8.7 KiB
XML
<alfresco-config>
|
|
|
|
<config>
|
|
<dialog-container>/jsp/dialog/container.jsp</dialog-container>
|
|
|
|
<dialogs>
|
|
|
|
<!-- -->
|
|
<!-- Content and Space 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 delete space dialog -->
|
|
<dialog name="deleteSpace" page="/jsp/dialog/delete-space.jsp" managed-bean="DeleteSpaceDialog"
|
|
icon="/images/icons/delete_large.gif" title-id="delete_space"
|
|
description-id="delete_space_info" />
|
|
|
|
<!-- Definition of the view content properties dialog -->
|
|
<dialog name="viewContentProperties" page="/jsp/content/view-content-properties.jsp"
|
|
managed-bean="ViewContentPropertiesDialog" icon="/images/icons/details_large.gif"
|
|
title-id="view_content_properties" description-id="view_content_description"
|
|
show-ok-button="false" />
|
|
|
|
<!-- 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" />
|
|
|
|
<!-- Definition of the delete content dialog -->
|
|
<dialog name="deleteFile" page="/jsp/dialog/delete.jsp" managed-bean="DeleteContentDialog"
|
|
icon="/images/icons/delete_large.gif" title-id="delete_file"
|
|
description-id="delete_file_info" />
|
|
|
|
<!-- -->
|
|
<!-- 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" />
|
|
|
|
<!-- -->
|
|
<!-- Workflow Dialogs -->
|
|
|
|
<dialog name="manageTask" page="/jsp/workflow/manage-task-dialog.jsp"
|
|
managed-bean="ManageTaskDialog" icon="/images/icons/manage_workflow_task_large.gif"
|
|
description-id="manage_task_desc" />
|
|
|
|
<dialog name="viewCompletedTask" page="/jsp/workflow/view-completed-task-dialog.jsp"
|
|
managed-bean="ViewCompletedTaskDialog" icon="/images/icons/completed_workflow_task_large.gif"
|
|
description-id="view_completed_task_desc" show-ok-button="false" />
|
|
|
|
<dialog name="cancelWorkflow" page="/jsp/workflow/cancel-workflow-dialog.jsp"
|
|
managed-bean="CancelWorkflowDialog" icon="/images/icons/cancel_workflow_large.gif"
|
|
title-id="cancel_workflow" description-id="cancel_workflow_info" />
|
|
|
|
<dialog name="reassignTask" page="/jsp/workflow/reassign-task-dialog.jsp"
|
|
managed-bean="ReassignTaskDialog" icon="/images/icons/reassign_workflow_task_large.gif"
|
|
title-id="reassign_task_title" description-id="reassign_task_desc" />
|
|
|
|
<!-- -->
|
|
<!-- Other Dialogs -->
|
|
|
|
<!-- Definition of the create forums dialog -->
|
|
<dialog name="emailSpaceUsers" page="/jsp/users/email-space-users.jsp" managed-bean="EmailSpaceUsersDialog"
|
|
icon="/images/icons/email_users_large.gif" title-id="email_space_users"
|
|
description-id="email_space_users_desc" />
|
|
</dialogs>
|
|
</config>
|
|
|
|
<config evaluator="node-type" condition="fm:forums">
|
|
<dialogs>
|
|
<dialog name="deleteSpace" page="/jsp/dialog/delete.jsp" managed-bean="DeleteForumsDialog"
|
|
icon="/images/icons/delete_forums_large.gif" title-id="delete_forums"
|
|
description-id="delete_forums_info" />
|
|
</dialogs>
|
|
</config>
|
|
|
|
<config evaluator="node-type" condition="fm:forum">
|
|
<dialogs>
|
|
<dialog name="deleteSpace" page="/jsp/dialog/delete.jsp" managed-bean="DeleteForumDialog"
|
|
icon="/images/icons/delete_forum_large.gif" title-id="delete_forum"
|
|
description-id="delete_forum_info" />
|
|
</dialogs>
|
|
</config>
|
|
|
|
<config evaluator="node-type" condition="fm:topic">
|
|
<dialogs>
|
|
<dialog name="deleteSpace" page="/jsp/dialog/delete.jsp" managed-bean="DeleteTopicDialog"
|
|
icon="/images/icons/delete_topic_large.gif" title-id="delete_topic"
|
|
description-id="delete_topic_info" />
|
|
</dialogs>
|
|
</config>
|
|
|
|
<config evaluator="node-type" condition="fm:post">
|
|
<dialogs>
|
|
<dialog name="deleteFile" page="/jsp/dialog/delete.jsp" managed-bean="DeletePostDialog"
|
|
icon="/images/icons/delete_large.gif" title-id="delete_post"
|
|
description-id="delete_post_info" />
|
|
</dialogs>
|
|
</config>
|
|
</alfresco-config>
|