".SugarThemeRegistry::current()->getImage("EditLayout","border='0' alt='Edit Layout' align='bottom'").""; } $where = "assigned_user_id='". $current_user->id ."' and (leads.status is NULL or (leads.status!='Converted' and leads.status!='Dead' and leads.status!='recycled')) "; $ListView->initNewXTemplate( 'modules/Leads/MyLeads.html',$current_module_strings); $ListView->setHeaderTitle($current_module_strings['LBL_LIST_MY_LEADS'] . $header_text); $ListView->setQuery($where, "", "leads.date_entered desc", "LEAD"); $ListView->processListView($seedLeads, "main", "LEAD"); ?>