Skip to content
Snippets Groups Projects
Commit 8287af67 authored by madhu sr's avatar madhu sr
Browse files

Fixes: The Users list view records are aligned

parent f1e6e526
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; width:350px">
<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