Skip to content

Commit

Permalink
change jsp new account
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetanbrl committed Jan 2, 2025
1 parent ef3f926 commit 6fd705c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions console/src/main/webapp/WEB-INF/views/createAccountForm.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
document.querySelector('#orgShortName').setAttribute('title', '<s:message code="org.shortNameFormat"/>')
</script>

<t:input path="uniqueOrganizationId" required="${uniqueOrganizationIdRequired}">
<jsp:attribute name="uniqueOrganizationId"><s:message code="org.creation.uniqueOrganizationId"/></jsp:attribute>
</t:input>

<t:textarea path="orgAddress" required="${orgAddressRequired}">
<jsp:attribute name="label"><s:message code="org.creation.address"/></jsp:attribute>
</t:textarea>
Expand All @@ -132,10 +136,6 @@
<jsp:attribute name="label"><s:message code="org.creation.orgLogo"/></jsp:attribute>
</t:textarea>

<t:textarea path="orgUniqueId" required="${orgUniqueIdRequired}">
<jsp:attribute name="uniqueOrganizationId"><s:message code="org.creation.orgUniqueId"/></jsp:attribute>
</t:textarea>

<link rel="stylesheet" href="/console/manager/public/libraries.css">
<link rel="stylesheet" href="/console/manager/public/app.css">
<style>
Expand Down

0 comments on commit 6fd705c

Please sign in to comment.