Skip to content
Snippets Groups Projects
Commit 71322bb4 authored by Ali-D-Akbar's avatar Ali-D-Akbar
Browse files

PROD-1606

parent 51577629
No related merge requests found
<div class="image-wrapper">
<img class="image-frame" src="<%- imageUrl %>" alt="<%=imageAltText%>"/>
<img class="image-frame" src="<%- imageUrl %>" alt="<%-imageAltText%>"/>
<div class="u-field-actions">
<label class="u-field-upload-button">
<% // xss-lint: disable=underscore-not-escaped %>
<span class="upload-button-icon" aria-hidden="true"><%= uploadButtonIcon %></span>
<span class="upload-button-title" aria-live="polite"><%= uploadButtonTitle %></span>
<input class="upload-button-input" type="file" name="<%= inputName %>"/>
<span class="upload-button-title" aria-live="polite"><%- uploadButtonTitle %></span>
<input class="upload-button-input" type="file" name="<%- inputName %>"/>
</label>
<button class="upload-submit" type="button" hidden="true"><%= uploadButtonTitle %></button>
<button class="upload-submit" type="button" hidden="true"><%- uploadButtonTitle %></button>
<button class="u-field-remove-button" type="button">
<% // xss-lint: disable=underscore-not-escaped %>
<span class="remove-button-icon" aria-hidden="true"><%= removeButtonIcon %></span>
<span class="remove-button-title" aria-live="polite"><%= removeButtonTitle %></span>
<span class="sr"><%= screenReaderTitle %></span>
<span class="remove-button-title" aria-live="polite"><%- removeButtonTitle %></span>
<span class="sr"><%- screenReaderTitle %></span>
</button>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment