Skip to content

Commit

Permalink
NXP-15433: Add Drive Edit action icon before Live Edit one in documen…
Browse files Browse the repository at this point in the history
…t listing
  • Loading branch information
ataillefer authored and nuxeojenkins committed Oct 22, 2014
1 parent 6d68f73 commit 60320df
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
xmlns:c="http://java.sun.com/jstl/core"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:nxd="http://nuxeo.org/nxweb/document"
xmlns:h="http://java.sun.com/jsf/html">
xmlns:h="http://java.sun.com/jsf/html"
xmlns:nxl="http://nuxeo.org/nxforms/layout">

<nxl:widgetType name="documentAction" actionId="driveEdit" value="#{field}" actionContextDocument="#{field}" mode="view" actionsDisplay="icons" />

<h:outputLink value="#{nxd:liveEditUrl(field, widget.properties.file_schema, widget.properties.file_field_name, widget.properties.filename_field_name)}"
rendered="#{liveEditHelper.isDocumentLiveEditable(field, widget.properties.file_schema, widget.properties.file_field_name)}">
Expand Down

0 comments on commit 60320df

Please sign in to comment.