[Legacy] Fix legacy view rendering

This commit is contained in:
Clemente Raposo 2023-07-27 14:21:19 +01:00
parent 4fd47169d4
commit 521c776095
2 changed files with 4 additions and 4 deletions

View file

@ -1149,7 +1149,7 @@ EOQ;
{
$title = '';
$resource = 'include/' . $this->view . '/headerTitle.tpl';
$titleResource = $this->th->ss->getThemeResource($resource);
$titleResource = $this->th->ss->loadTemplatePath($resource);
if (file_exists($titleResource)) {
$title = $this->ss->fetch($titleResource);
}

View file

@ -57,12 +57,12 @@
{if $prerow}
{sugar_action_menu id=$link_select_id params=$selectLink}
{/if}
{sugar_action_menu id=$link_action_id params=$actionsLink}
{ if $actionDisabledLink ne "" }<div class='selectActionsDisabled' id='select_actions_disabled_{$action_menu_location}'>{$actionDisabledLink}</div>{/if}
{if $actionDisabledLink ne ""}<div class='selectActionsDisabled' id='select_actions_disabled_{$action_menu_location}'>{$actionDisabledLink}</div>{/if}
{if $showFilterIcon}
{include file='include/ListView/ListViewSearchLink.tpl'}
{/if}
@ -118,4 +118,4 @@
</tr>
</table>
</td>
</tr>
</tr>