Fixed record height issue when "Show Onlinesearch icons within fields" option was enabled

This commit is contained in:
Andre Lorbach 2010-04-13 17:04:57 +02:00
parent 51df645eb0
commit c428440c90

View File

@ -290,7 +290,7 @@
</div>
<!-- IF searchonline="true" -->
<a href="{SearchOnlineUrl}" target="_blank"><img align="left" src="{MENU_EARTH_FIND}" width="16" height="16" vspace="2"></a>
<a href="{SearchOnlineUrl}" target="_blank"><img style="position:relative; top:0px; left:0px;" src="{MENU_EARTH_FIND}" width="16" height="16" vspace="0" hspace="0"></a>
<!-- ENDIF searchonline="true" -->
<!-- ENDIF hasbuttons="true" -->