Extra undelete icon in Action menus
There is an extra span in include_TransactionMenu.html and any HTML files with the undelete button in the Templates folder.
Workaround- change this:
<a class="btn btn-light <#TRANSACTION field='RequestActionAllowed' name='UndeletePDF' disabledValue='hidden'>"href="<#ACTION action='21' type='11'>&Value=<#TRANSACTION field='TransactionNumber'>" class="menuUndeletePdf">
<span aria-hidden="true" <span class="fa-stack" style="vertical-align: top;">
<span class="fas fa-trash-alt fa-stack-1x"></span>
<span class="fas fa-ban fa-stack-2x text-danger"></span>
</span> Undelete Item
</a>
To this:
<a class="btn btn-light menuUndeletePdf <#TRANSACTION field='RequestActionAllowed' name='UndeletePDF' disabledValue='hidden'>"href="<#ACTION action='21' type='11'>&Value=<#TRANSACTION field='TransactionNumber'>">
<span aria-hidden="true" class="fa-stack">
<span class="fas fa-trash-alt fa-stack-1x"></span>
<span class="fas fa-ban fa-stack-2x text-danger"></span>
</span> Undelete Item
</a>
Bug# 9309
Released in v9.1 web page changes on 11/23/2020