コード例 #1
0
ファイル: NpFilesControl.php プロジェクト: osmcz/website
 public function handleFilesort()
 {
     if (!$this->presenter->editAllowed()) {
         return;
     }
     FilesModel::sort($this->httpRequest->post);
     //dom is enough //$this->invalidateControl('editform_filelist'); //(all dynamic snippets)
     $this->presenter->flashMessage("Pořadí souborů upraveno");
 }