Ignore:
Timestamp:
Jan 9, 2014, 2:44:51 PM (11 years ago)
Author:
maron
Message:
  • Modify: Progress.php like all list task
  • Modify: Search in form for same text
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Progress.php

    r636 r743  
    112112$Output .= $this->ShowStatTable();
    113113
    114 $Output .= '<div>Počet stáhnutí přeložených textů v SQL souboru: <strong>';   
    115 $ID = $this->Database->query('SELECT count(distinct(`IP`)) FROM `Log` WHERE `Type` = 2');
    116 $Line = $ID->fetch_row();
    117 $Output .= $Line[0];
    118 $Output .= '</strong></div>';
    119                
    120 $Output .= '<div>Počet stáhnutí: <strong>';     
    121 $ID = $this->Database->query('SELECT count(distinct(`IP`)) FROM `Log` WHERE `Type` = 0');
    122 $Line = $ID->fetch_row();
    123 $Output .= $Line[0];
    124 $Output .= '</strong></div>';
    125114    return($Output);
    126115  }
Note: See TracChangeset for help on using the changeset viewer.