Ignore:
Timestamp:
Oct 9, 2010, 11:20:14 PM (14 years ago)
Author:
grum
Message:

fix js&css bugs with IE8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/admin/gmaps_category_maps.tpl

    r7139 r7141  
    488488              <select id='iBDAssocIcon'>
    489489                  {foreach from=$datas.icons item=icon}
    490                     <option style='background-image:url(plugins/GMaps/img/{$icon.file});' value='{$icon.file}'></option>
     490                    <option style='background-image:url(plugins/GMaps/img/{$icon.file});' value='{$icon.file}'>&nbsp;</option>
    491491                  {/foreach}
    492492              </select>
     
    501501              <select id='iBDAssocMarker'>
    502502                  {foreach from=$datas.markers item=marker}
    503                     <option style='background-image:url(plugins/GMaps/img/{$marker.file});' value='{$marker.file}'></option>
     503                    <option style='background-image:url(plugins/GMaps/img/{$marker.file});' value='{$marker.file}'>&nbsp;</option>
    504504                  {/foreach}
    505505              </select>
Note: See TracChangeset for help on using the changeset viewer.