Thank you John, our team will address it soon.<br><br><div><span class="gmail_quote">On 6/24/10, <b class="gmail_sendername">John Crisp</b> &lt;<a href="mailto:john@reetspetit.net">john@reetspetit.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Just noticed the following which I think is a bug :<br> <br> I noticed in my logs that the file<br> /themes/softed/images/findduplicates.gif not found<br> <br> The file is actually in /themes/images<br> <br> In Smarty/template/Buttons_List.tpl around lines 114 &amp; 115 are<br>
 references to the file. It would appear that the first reference is :<br> <br> 114 : &lt;img src=&quot;{$IMAGE_PATH}findduplicates.gif&quot;<br> <br> but the other one is :<br> <br> 115 : &lt;img src=&quot;{&#39;findduplicates.gif&#39;|@vtiger_imageurl:$THEME}&quot;<br>
 <br> <br> I guess changing second of the above two lines to the first will resolve it.<br> <br> B. Rgds<br> John<br> <br> <br> Smarty/templates/Buttons_List.tpl:                                      &lt;!--&lt;td<br> style=&quot;padding-right:10px&quot;&gt;&lt;a<br>
 href=&quot;index.php?module={$MODULE}&amp;action=FindDuplicateRecords&amp;button_view=true&amp;list_view=true&amp;parenttab={$CATEGORY}&quot;&gt;&lt;img<br> src=&quot;{$IMAGE_PATH}findduplicates.gif&quot; alt=&quot;{$APP.LBL_FIND_DUPICATES}&quot;<br>
 title=&quot;{$APP.LBL_FIND_DUPLICATES}&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt; --&gt;<br> <br> <br> Smarty/templates/Buttons_List1.tpl:                                     &lt;td<br> style=&quot;padding-right:10px&quot;&gt;&lt;a<br>
 href=&quot;index.php?module={$MODULE}&amp;action=FindDuplicateRecords&amp;button_view&amp;list_view&quot;&gt;&lt;img<br> src=&quot;{&#39;findduplicates.gif&#39;|@vtiger_imageurl:$THEME}&quot;<br> alt=&quot;{$APP.LBL_FIND_DUPICATES}&quot; title=&quot;{$APP.LBL_FIND_DUPLICATES}&quot;<br>
 border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br> _______________________________________________<br> Join vtiger community at <a href="http://forums.vtiger.com">http://forums.vtiger.com</a><br> </blockquote></div><br>