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

Merge branch '157115235' into 'master'

#Fixes::157115235::madhusr::the name field is not aligned properly in the...

See merge request !1036
parents b6ebb101 8287af67
No related branches found
No related tags found
1 merge request!1036#Fixes::157115235::madhusr::the name field is not aligned properly in the...
......@@ -100,9 +100,9 @@
{assign var=LISTVIEW_ENTRY_VALUE value=$LISTVIEW_ENTRY->get($LISTVIEW_HEADERNAME)}
{if $LISTVIEW_HEADER->getName() eq 'first_name'}
<td data-name="{$LISTVIEW_HEADER->get('name')}" data-rawvalue="{$LISTVIEW_ENTRY_RAWVALUE}" data-type="{$LISTVIEW_HEADER->getFieldDataType()}">
<span class="fieldValue">
<span class="value textOverflowEllipsis">
<div style="margin-left: -13px;">
<span class="fieldValue show">
<span class="value show textOverflowEllipsis">
<div>
{assign var=IMAGE_DETAILS value=$LISTVIEW_ENTRY->getImageDetails()}
{foreach item=IMAGE_INFO from=$IMAGE_DETAILS}
{if !empty($IMAGE_INFO.url)}
......
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