From 37332ae2222706f8fb330dae780dc938512edcf5 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 2 Nov 2014 15:06:41 -0500 Subject: Change layout (experimental) --- app/Controller/File.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/Controller/File.php') diff --git a/app/Controller/File.php b/app/Controller/File.php index 3c8c32d1..24db7565 100644 --- a/app/Controller/File.php +++ b/app/Controller/File.php @@ -23,9 +23,7 @@ class File extends Base $this->response->html($this->taskLayout('file_new', array( 'task' => $task, - 'menu' => 'tasks', 'max_size' => ini_get('upload_max_filesize'), - 'title' => t('Attach a document') ))); } @@ -137,8 +135,6 @@ class File extends Base $this->response->html($this->taskLayout('file_remove', array( 'task' => $task, 'file' => $file, - 'menu' => 'tasks', - 'title' => t('Remove a file') ))); } } -- cgit v1.2.3