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

Fixed Popup record title typo in template file

parent 4749b676
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
{if isset($RECORD_DATA[$LISTVIEW_HEADERNAME])}
{assign var=RECORD_DATA_LISTVIEW_HEADERNAME value=$RECORD_DATA[$LISTVIEW_HEADERNAME]}
{/if}
<td class="listViewEntryValue value textOverflowEllipsis {$WIDTHTYPE}" title="$RECORD_DATA_LISTVIEW_HEADERNAME">
<td class="listViewEntryValue value textOverflowEllipsis {$WIDTHTYPE}" title="{$RECORD_DATA_LISTVIEW_HEADERNAME}">
{if $LISTVIEW_HEADER->isNameField() eq true or $LISTVIEW_HEADER->get('uitype') eq '4'}
<a>{$LISTVIEW_ENTRY->get($LISTVIEW_HEADERNAME)}</a>
{else if $LISTVIEW_HEADER->get('uitype') eq '72'}
......
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