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_database.tpl

    r5961 r6107  
    11{known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    22{known_script id="jquery.ui.dialog" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.dialog.packed.js"}
    3 
    43
    54{literal}
     
    6059
    6160
    62     doAnalyze="<br><form id='iDialogProgress' class='formtable'>"+
     61    doAnalyzeDialog="<br><form id='iDialogProgress' class='formtable'>"+
    6362      "<div id='iprogressbar_contener' class='gcBorderInput'>"+
    6463      "<span id='iprogressbar_bg' class='gcBgInput' style='width:0%;'>&nbsp;</span>"+
     
    8180        title: '{/literal}{"cstat_updating_database"|@translate}{literal}&nbsp;('+modeLabel+')',
    8281      }
    83     ).html(doAnalyze);
     82    ).html(doAnalyzeDialog);
    8483
    8584    NumberOfItemsPerRequest=$("#iNumberOfItemsPerRequest").val();
Note: See TracChangeset for help on using the changeset viewer.