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> <<a href="mailto:john@reetspetit.net">john@reetspetit.net</a>> 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 & 115 are<br>
references to the file. It would appear that the first reference is :<br> <br> 114 : <img src="{$IMAGE_PATH}findduplicates.gif"<br> <br> but the other one is :<br> <br> 115 : <img src="{'findduplicates.gif'|@vtiger_imageurl:$THEME}"<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: <!--<td<br> style="padding-right:10px"><a<br>
href="index.php?module={$MODULE}&action=FindDuplicateRecords&button_view=true&list_view=true&parenttab={$CATEGORY}"><img<br> src="{$IMAGE_PATH}findduplicates.gif" alt="{$APP.LBL_FIND_DUPICATES}"<br>
title="{$APP.LBL_FIND_DUPLICATES}" border="0"></a></td> --><br> <br> <br> Smarty/templates/Buttons_List1.tpl: <td<br> style="padding-right:10px"><a<br>
href="index.php?module={$MODULE}&action=FindDuplicateRecords&button_view&list_view"><img<br> src="{'findduplicates.gif'|@vtiger_imageurl:$THEME}"<br> alt="{$APP.LBL_FIND_DUPICATES}" title="{$APP.LBL_FIND_DUPLICATES}"<br>
border="0"></a></td><br> _______________________________________________<br> Join vtiger community at <a href="http://forums.vtiger.com">http://forums.vtiger.com</a><br> </blockquote></div><br>