* This is a subclass of repository class
*
* @author Dongsheng Cai
- * @version 0.1 dev
+ * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
*/
}
$tree = $this->box->getfiletree($path);
if(!empty($tree)) {
- // TODO: think about how to search
$ret['list'] = $tree;
$ret['manage'] = 'http://www.box.net/files';
$ret['path'] = array(array('name'=>'Root', 'path'=>0));
$e4->type = 'password';
$e4->name = 'boxpassword';
- $e5->type = 'popup';
- $e5->url = 'http://dongsheng.moodle.com/m20/repository/callback.php';
-
$ret = array();
- $ret['login'] = array($e1, $e2, $e3, $e4, $e5);
+ $ret['login'] = array($e1, $e2, $e3, $e4);
return $ret;
} else {
echo $str;