As designed  Missing 'OverlayTrigger' on the Delete link in 'template_search_results'

Shadab

Well-known member
Admin Template template_search_results is missing the "OverlayTrigger" class on the delete link.
Code:
target="_blank" class="delete secondaryContent" title="{xen:phrase delete}..."

So if you search for customized templates in a style and want to revert a template from the search page itself, a new page is opened instead of a nice overlay. Is this a design issue? (because once you confirm the reversion, you are redirected to the template list page, instead of search results).
 
That's actually by design with that page - you'll see that it opens in a new window, as does opening the template itself. A lot of that resolves around the redirect targets of the exit pages.
 
Top Bottom