NIHVIVO-2739: Styled feedback messages when users edit their accounts using "My account" link
This commit is contained in:
parent
deeada0413
commit
a394d7aa0d
2 changed files with 2 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -52,9 +52,8 @@
|
|||
</#if>
|
||||
|
||||
<#if confirmMessage?has_content>
|
||||
<section id="error-alert" role="alert">
|
||||
<img src="${urls.images}/iconConfirmation.png" width="24" height="24" alert="Confirmation icon"/>
|
||||
<p>${confirmMessage}</p>
|
||||
<section class="account-feedback" role="alert">
|
||||
<p><img class="middle" src="${urls.images}/iconConfirmation.png" alert="Confirmation icon"/> ${confirmMessage}</p>
|
||||
</section>
|
||||
</#if>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue