Skip to content

Commit 4e2e895

Browse files
committed
UHM-9124 - Remove help text that is no longer accurate or needed
1 parent d96b0d3 commit 4e2e895

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

omod/src/main/webapp/pages/account/manageAccounts.gsp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,14 @@
140140
141141
<h3>${ ui.message("emr.task.accountManagement.label") }</h3>
142142
143-
<div style="display:flex; justify-content: space-between;">
143+
<div style="display:flex; justify-content: space-between; padding-bottom: 10px;">
144144
<div>
145145
<a href="${ ui.pageLink("pihapps", "account/account") }">
146146
<button id="create-account-button">${ ui.message("emr.createAccount") }</button>
147147
</a>
148148
</div>
149149
</div>
150150
151-
<div style="padding:10px;" class="help-text">
152-
${ui.message("emr.task.accountManagement.helpText")}
153-
</div>
154-
155151
<div id="filter-section" class="row justify-content-start align-items-end">
156152
<div class="col">
157153
<input type="text" size="50" id="search-filter" placeholder="${ ui.message("Provider.search") }" value="" />

0 commit comments

Comments
 (0)