mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] Fix legacy view rendering
This commit is contained in:
parent
4fd47169d4
commit
521c776095
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue