display a time indicator while the delete is being processed
This commit is contained in:
parent
a314892277
commit
bb2ceaeea3
2 changed files with 16 additions and 0 deletions
|
@ -46,6 +46,9 @@ Multiple labels exist for this profile but there should only be one. Select the
|
|||
<input type="button" class="submit" id="submit" value="Save" role="button" role="input" />
|
||||
<span class="or"> or </span>
|
||||
<a href="${urls.referringPage}" class="cancel" title="cancel" >Cancel</a>
|
||||
<span id="indicator" class="indicator hidden">
|
||||
<img class="indicator" src="${urls.base}/images/indicatorWhite.gif" /> Your selection is being processed.
|
||||
</span>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue