Ignore:
Timestamp:
Jun 12, 2009, 7:26:20 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Podpora stránkování obsahu tabulek.
  • Upraveno: Administrátor může spravovat všechny servery.
  • Přidáno: Podpora zpracování skrytých položek ve formulářích.
  • Upraveno: Adresování serverů v URL přes Id namísto zjištění serveru uživatele. Potřebné pro administrátora.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/mangos_debug.php

    r18 r21  
    3333      $Output .= '<br />';
    3434    }
    35     $Output .= PagesList('?Page=', $Page, $Total, $this->ItemPerPage, 2);
     35    $Output .= PageList('Page', $Page, $Total, $this->ItemPerPage, 2);
    3636
    3737    $Output .= '</td><td valign="top" width="90%">';
Note: See TracChangeset for help on using the changeset viewer.