-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
patricia.zylk
committed
Dec 17, 2013
1 parent
126e384
commit 4aab443
Showing
6 changed files
with
52 additions
and
92 deletions.
There are no files selected for viewing
23 changes: 1 addition & 22 deletions
23
META-INF/components/online-edition/zk-online-edition-actions-min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zk.label.online.edition=Edit. Online |
34 changes: 34 additions & 0 deletions
34
alfresco/web-extension/zk-online-edition-config-custom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<alfresco-config> | ||
|
||
<config evaluator="string-compare" condition="DocLibCustom"> | ||
<dependencies> | ||
<js src="components/online-edition/zk-online-edition-actions.js" /> | ||
</dependencies> | ||
</config> | ||
|
||
|
||
<config evaluator="string-compare" condition="DocLibActions"> | ||
<actions> | ||
<action id="zk-online-edition" type="javascript" | ||
label="zk.label.online.edition" icon="document-edit-online"> | ||
<param name="function">onActionZKEditOnline</param> | ||
<permissions> | ||
<permission allow="true">Write</permission> | ||
</permissions> | ||
<evaluator>zk.evaluator.doclib.action.onlineEditMimetype</evaluator> | ||
</action> | ||
</actions> | ||
|
||
<actionGroups> | ||
<actionGroup id="document-browse"> | ||
<action index="105" id="zk-online-edition" /> | ||
</actionGroup> | ||
<actionGroup id="document-details"> | ||
<action index="105" id="zk-online-edition" /> | ||
</actionGroup> | ||
|
||
</actionGroups> | ||
|
||
</config> | ||
|
||
</alfresco-config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters