Ignore:
Timestamp:
Feb 20, 2010, 10:34:38 PM (14 years ago)
Author:
maron
Message:

Úprava addonu: vyžší stabilita, odstranění chyby špatného zobrazování vzdálenosti v Gridu, naprogramováno překládání textu tooltipů (nejen názvů), oprava tutoriálu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/img_statistic.php

    r309 r327  
    3737$Percent = substr($Percent, 0, 5);
    3838
     39$Database->SQLCommand('UPDATE '.$Config['Database']['Database'].'.group SET BuffPercent = '.$Percent.' WHERE Id = '.$GroupId);
     40
     41
    3942$PercentBar = $Percent * 4;
    4043$NotTran = $NumberAJ - $NumberTranslate;
     
    4649imagefilledrectangle($Image, 0, 0, 400, 31, $Color1);
    4750imagefilledrectangle($Image, 0, 0, $PercentBar, 59, $Color2);
     51imagefilledrectangle($Image, 0, 0, 400, 0, $Color3);
     52imagefilledrectangle($Image, 0, 31, 0, 0, $Color3);
     53imagefilledrectangle($Image, 0, 31, 400, 31, $Color3);
    4854$FontSize = 10;
    4955if(($NumberPerDay > 0) and ($team == '') and ($language == '') and ($NotTran > 0))
Note: See TracChangeset for help on using the changeset viewer.