Ignore:
Timestamp:
Nov 1, 2010, 10:51:58 PM (13 years ago)
Author:
grum
Message:

fix bug:1487 - LMT image not displayed with IE8
implement feature:1689 - Add possibility to search picture by licence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lmt/admin/plugin_admin_manageaut.tpl

    r3396 r7560  
    44
    55  function init() {
    6     $("tr").filter(".TableRow").bind("mouseover",
     6    $("tr").filter(".TableRow_{/literal}{$themeconf.name}{literal}").bind("mouseover",
    77      function (event) {
    88        {/literal}
     
    1616        {literal}
    1717        $("#iexample").attr("innerHTML", txt);
    18       }     
     18      }
    1919    );
    2020
    21     $("tr").filter(".TableRow").bind("mouseout",
     21    $("tr").filter(".TableRow_{/literal}{$themeconf.name}{literal}").bind("mouseout",
    2222      function (event) {
    2323       // $("#iexample").attr("innerHTML", "");
    24       }     
     24      }
    2525    );
    2626  }
     
    5252    </tr>
    5353    {foreach from=$datas.author_list key=name item=data}
    54       <tr class="TableRow">
     54      <tr class="TableRow_{$themeconf.name}">
    5555        <td>{$data.id}</td>
    5656        <td>{$data.text1}</td>
Note: See TracChangeset for help on using the changeset viewer.