Skip to content

Commit

Permalink
LPS-127347 It should be secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
ealonso authored and brianchandotcom committed Mar 5, 2021
1 parent 9160012 commit 7426a6a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -98,6 +98,7 @@ if ((layoutPageTemplateEntry == null) || !Objects.equals(layoutPageTemplateEntry
).build()
%>'
cssClass='<%= (masterLayoutPageTemplateEntry == null) ? "hide" : StringPool.BLANK %>'
displayType="secondary"
id='<%= liferayPortletResponse.getNamespace() + "editMasterLayoutButton" %>'
label="edit-master"
propsTransformer="js/layout/EditMasterLayoutButtonPropsTransformer"
Expand All @@ -116,6 +117,7 @@ if ((layoutPageTemplateEntry == null) || !Objects.equals(layoutPageTemplateEntry
"url", changeMasterLayoutURL.toString()
).build()
%>'
displayType="secondary"
id='<%= liferayPortletResponse.getNamespace() + "changeMasterLayoutButton" %>'
label="change-master"
propsTransformer="js/layout/ChangeMasterLayoutButtonPropsTransformer"
Expand Down Expand Up @@ -160,6 +162,7 @@ if (hasStyleBooks && (selLayout.getStyleBookEntryId() > 0)) {
"url", changeStyleBookURL.toString()
).build()
%>'
displayType="secondary"
id='<%= liferayPortletResponse.getNamespace() + "changeStyleBookButton" %>'
label="change-style-book"
propsTransformer="js/layout/ChangeStyleBookButtonPropsTransformer"
Expand Down

0 comments on commit 7426a6a

Please sign in to comment.