Skip to content

Commit

Permalink
#22149 Add Id to menu Item
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyDOTCMS committed Jul 5, 2022
1 parent c9b0890 commit 795bac7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@
</div>
<% if ( enterprise ) {%>
<% if ( endPoints ) {%>
<div data-dojo-type="dijit/MenuItem" data-dojo-props="onClick: remotePublishUsers">
<%= LanguageUtil.get(pageContext, "Remote-Publish") %>
<div id="remotePublishUsersDiv" data-dojo-type="dijit/MenuItem" data-dojo-props="onClick: remotePublishUsers">
<%= LanguageUtil.get(pageContext, "Remote-Publish-all-users") %>
</div>
<%}%>
<div data-dojo-type="dijit/MenuItem" data-dojo-props="onClick: addToBundleUsers">
<%= LanguageUtil.get(pageContext, "Add-To-Bundle") %>
<div id="addToBundleUsersDiv" data-dojo-type="dijit/MenuItem" data-dojo-props="onClick: addToBundleUsers">
<%= LanguageUtil.get(pageContext, "Add-To-Bundle-all-users")%>
</div>
<%}%>
</div>
Expand Down

0 comments on commit 795bac7

Please sign in to comment.