Loading htdocs/lib/collection.php +1 −3 Original line number Diff line number Diff line Loading @@ -644,12 +644,10 @@ class Collection { 'description' => get_string('coverimagedescription', 'view'), 'folder' => $folder, 'highlight' => $highlight, 'accept' => 'image/jpg,image/png', 'accept' => 'image/*', 'institution' => $this->institution, 'group' => $this->group, // // 'browse' => $browse, 'page' => '', // // 'browsehelp' => 'browsemyfiles', 'filters' => array( 'artefacttype' => array('image'), ), Loading htdocs/view/editlayout.php +1 −3 Original line number Diff line number Diff line Loading @@ -418,12 +418,10 @@ function get_advanced_elements() { 'description' => get_string('coverimagedescription', 'view'), 'folder' => $folder, 'highlight' => $highlight, 'accept' => 'image/jpg,image/png', 'accept' => 'image/*', 'institution' => $institution, 'group' => $group, // // 'browse' => $browse, 'page' => $view->get_url() . '&browse=1', // // 'browsehelp' => 'browsemyfiles', 'filters' => array( 'artefacttype' => array('image'), ), Loading Loading
htdocs/lib/collection.php +1 −3 Original line number Diff line number Diff line Loading @@ -644,12 +644,10 @@ class Collection { 'description' => get_string('coverimagedescription', 'view'), 'folder' => $folder, 'highlight' => $highlight, 'accept' => 'image/jpg,image/png', 'accept' => 'image/*', 'institution' => $this->institution, 'group' => $this->group, // // 'browse' => $browse, 'page' => '', // // 'browsehelp' => 'browsemyfiles', 'filters' => array( 'artefacttype' => array('image'), ), Loading
htdocs/view/editlayout.php +1 −3 Original line number Diff line number Diff line Loading @@ -418,12 +418,10 @@ function get_advanced_elements() { 'description' => get_string('coverimagedescription', 'view'), 'folder' => $folder, 'highlight' => $highlight, 'accept' => 'image/jpg,image/png', 'accept' => 'image/*', 'institution' => $institution, 'group' => $group, // // 'browse' => $browse, 'page' => $view->get_url() . '&browse=1', // // 'browsehelp' => 'browsemyfiles', 'filters' => array( 'artefacttype' => array('image'), ), Loading