Ignore:
Timestamp:
Jan 21, 2014, 12:02:53 AM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Tabulka měsíčních přehledů přepracována s použitím obecných tříd. Nyní podporuje řazení a stránkování. Celkové součty byly odebrány.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Setup/Setup.php

    r635 r636  
    210210    $Pageing = new Pageing();
    211211    $Pageing->TotalCount = count($this->System->ModuleManager->Modules);
    212     $Table = new Table();   
     212    $Table = new VisualTable();
    213213    $Table->SetColumns(array(
    214214      array('Name' => 'Name', 'Title' => 'Jméno'),
     
    235235      } else $Actions .= ' <a href="?action=modules&amp;op=install&amp;name='.$Module->Name.'">Instalovat</a>';
    236236   
    237       $Table->Cells[] = array($Module->Name,
     237      $Table->Table->Cells[] = array($Module->Name,
    238238        $Module->Creator, $Module->Version,
    239239        $Module->License, $YesNo[$Module->Installed],
Note: See TracChangeset for help on using the changeset viewer.