Skip to content
Snippets Groups Projects
Commit f786b191 authored by Prasad's avatar Prasad
Browse files

Fix: Added module name in related-updates widget.

parent 528f4f60
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,7 @@ ...@@ -74,6 +74,7 @@
{if $RELATION->getLinkedRecord()->getModuleName() eq 'Calendar'} {if $RELATION->getLinkedRecord()->getModuleName() eq 'Calendar'}
{if isPermitted('Calendar', 'DetailView', $RELATION->getLinkedRecord()->getId()) eq 'yes'} <strong>{$RELATION->getLinkedRecord()->getName()}</strong> {else} {/if} {if isPermitted('Calendar', 'DetailView', $RELATION->getLinkedRecord()->getId()) eq 'yes'} <strong>{$RELATION->getLinkedRecord()->getName()}</strong> {else} {/if}
{else} <strong>{$RELATION->getLinkedRecord()->getName()}</strong> {/if}</span> {else} <strong>{$RELATION->getLinkedRecord()->getName()}</strong> {/if}</span>
(<span>{vtranslate($RELATION->getLinkedRecord()->getModuleName(), $RELATION->getLinkedRecord()->getModuleName())}</span>)
<span class="pull-right"><p class="muted"><small title="{Vtiger_Util_Helper::formatDateTimeIntoDayString($RELATION->get('changedon'))}">{Vtiger_Util_Helper::formatDateDiffInStrings($RELATION->get('changedon'))}</small></p></span> <span class="pull-right"><p class="muted"><small title="{Vtiger_Util_Helper::formatDateTimeIntoDayString($RELATION->get('changedon'))}">{Vtiger_Util_Helper::formatDateDiffInStrings($RELATION->get('changedon'))}</small></p></span>
</div> </div>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment