Changeset 507 for trunk/Common/Form


Ignore:
Timestamp:
Apr 1, 2013, 7:14:59 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Generování nastavení sítě. Generování front Queue nyní pracuje s přiřazením služeb k zařízením a podsítím.
  • Opraveno: Zjišťování adresáře souborů na disku dle id adresáře.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Form/Types/File.php

    r502 r507  
    6868  {
    6969    parent::__construct($FormManager);
    70     $this->FileDownloadURL = 'File.php';
     70    $this->FileDownloadURL = 'file';
    7171    $this->DirectoryId = null;
    7272  }
     
    7575  {
    7676    $File = &$Item['Value'];
    77     return('<a href="'.$this->FileDownloadURL.'?Id='.$File->Id.'">'.
     77    return('<a href="'.$this->FileDownloadURL.'?id='.$File->Id.'">'.
    7878      $File.'</a> ('.HumanSize($File->Size).')');
    7979  }
Note: See TracChangeset for help on using the changeset viewer.