mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
add edit_doc_offline action
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8157 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -281,6 +281,7 @@ click_to_set_date=Click to set a date
|
|||||||
today=Today
|
today=Today
|
||||||
reset=Reset
|
reset=Reset
|
||||||
label=Label
|
label=Label
|
||||||
|
edit_doc_offline=Edit offline
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
username=User Name
|
username=User Name
|
||||||
|
@@ -42,6 +42,14 @@
|
|||||||
</params>
|
</params>
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
|
<!-- Edit document offline action -->
|
||||||
|
<action id="edit_doc_offline">
|
||||||
|
<evaluator>org.alfresco.web.action.evaluator.CheckoutDocEvaluator</evaluator>
|
||||||
|
<label-id>edit_doc_offline</label-id>
|
||||||
|
<image>/images/icons/edit_offline.gif</image>
|
||||||
|
<action>dialog:editOfflineDialog</action>
|
||||||
|
</action>
|
||||||
|
|
||||||
<!-- Edit document action to open using normal HTTP access or inline Edit if set -->
|
<!-- Edit document action to open using normal HTTP access or inline Edit if set -->
|
||||||
<action id="edit_doc_http">
|
<action id="edit_doc_http">
|
||||||
<permissions>
|
<permissions>
|
||||||
@@ -908,6 +916,7 @@
|
|||||||
<show-link>false</show-link>
|
<show-link>false</show-link>
|
||||||
<style-class>inlineAction</style-class>
|
<style-class>inlineAction</style-class>
|
||||||
|
|
||||||
|
<action idref="edit_doc_offline" />
|
||||||
<action idref="edit_doc_http" />
|
<action idref="edit_doc_http" />
|
||||||
<action idref="edit_doc_webdav" />
|
<action idref="edit_doc_webdav" />
|
||||||
<action idref="edit_doc_cifs" />
|
<action idref="edit_doc_cifs" />
|
||||||
@@ -916,6 +925,7 @@
|
|||||||
<action idref="details_doc" />
|
<action idref="details_doc" />
|
||||||
<action idref="delete_doc" />
|
<action idref="delete_doc" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Example action defined in-line rather than by reference
|
<!-- Example action defined in-line rather than by reference
|
||||||
<action id="example2_checkout_doc">
|
<action id="example2_checkout_doc">
|
||||||
<permissions>
|
<permissions>
|
||||||
|
Reference in New Issue
Block a user