Ignore:
Timestamp:
May 7, 2010, 10:23:47 PM (14 years ago)
Author:
grum
Message:

Plugin is now in a usable state (color analysis is not yet tuned)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/admin/cstat_install_page.tpl

    r5961 r6107  
     1{known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
     2{known_script id="jquery.tipTip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.tipTip.minified.js" }
     3
    14{literal}
    25<script type="text/javascript">
    36var tableSize='small';
     7
     8  function init()
     9  {
     10    $('.tiptip').tipTip(
     11      {
     12        'delay' : 0,
     13        'fadeIn' : 0,
     14        'fadeOut' : 0,
     15        'edgeOffset' : 5,
     16      }
     17    );
     18  }
    419
    520  function displayTable(size)
     
    5267      <table>
    5368        <tr>
    54           <td style="min-width:450px;">{$smallTableColor}</td>
     69          <td style="min-width:350px;">{$smallTableColor}</td>
    5570
    5671          <td style='padding-left:30px;vertical-align:top;'>
     
    85100      <table>
    86101        <tr>
    87           <td style="min-width:450px;">{$largeTableColor}</td>
     102          <td style="min-width:350px;">{$largeTableColor}</td>
    88103
    89104          <td style='padding-left:30px;vertical-align:top;'>
     
    121136</form>
    122137
     138<script type="text/javascript">
     139  init();
     140</script>
    123141
    124 
Note: See TracChangeset for help on using the changeset viewer.