Skip to content

Commit

Permalink
feat(settings): reorder buttons (#28301)
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra authored Apr 19, 2024
1 parent e19e615 commit c7448ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dotCMS/src/main/webapp/html/portlet/ext/cmsconfig/license.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,13 @@


<div class="license-manager-information__actions">
<button data-dojo-type="dijit.form.Button" onClick="dijit.byId('uploadDiaWindow').show()">
<%= LanguageUtil.get(pageContext, "I-already-have-a-license-to-upload") %>
</button>

<% if(!isCommunity){ %>

<button class="dijitButtonFlat" data-dojo-type="dijit.form.Button" onClick="licenseAdmin.resetLicense()" iconClass="resetIcon">
<button data-dojo-type="dijit.form.Button" onClick="licenseAdmin.resetLicense()" iconClass="resetIcon">
<%= LanguageUtil.get(pageContext, "license-bad-id-button") %>
</button>

Expand All @@ -518,10 +522,6 @@
</button>
<%} %>

<button data-dojo-type="dijit.form.Button" onClick="dijit.byId('uploadDiaWindow').show()">
<%= LanguageUtil.get(pageContext, "I-already-have-a-license-to-upload") %>
</button>

</div>
</div>

Expand Down

0 comments on commit c7448ea

Please sign in to comment.