Ignore:
Timestamp:
Feb 3, 2009, 7:54:37 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Stránka statistika rozdělena na stránky Stav dokončení a Seznam uživatelů.
  • Přidáno: Stránkování seznamu uživatelů.
  • Opraveno: Přidány indexy do tabulek překladů pro sloupce Complete a Language. Díky tomu se výrazně zrychlilo zobrazení seznamu uživatelů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TranslationList.php

    r54 r57  
    5555    $limity = $TranslationItemPerPage;
    5656    $limitx = $i * $limity;
    57     $Page = $i+1;
     57    $Page = $i + 1;
    5858    if($_SESSION['limitx'] == $limitx) echo('<strong>'.$Page.'</strong> ');
    5959      else echo('<a href="'.$Address.'&amp;limitx='.$limitx.'&amp;limity='.$limity.'">'.$Page.'</a> ');
Note: See TracChangeset for help on using the changeset viewer.