1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-14 01:22:13 +02:00

Upload admin UI and code cleanup

This commit is contained in:
Moc 2013-07-25 13:31:01 +02:00
parent 0e1be32a20
commit b92ddfecb4

View File

@ -2,25 +2,12 @@
/*
* e107 website system
*
* Copyright (C) 2008-2009 e107 Inc (e107.org)
* Copyright (C) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* File Upload facility - administration
*
* $Source: /cvs_backup/e107_0.8/e107_admin/upload.php,v $
* $Revision$
* $Date$
* $Author$
*/
/**
* e107 Upload handling - Admin
*
* @package e107
* @subpackage admin
* @version $Id$;
*/
require_once('../class2.php');
@ -68,7 +55,7 @@ class upload_admin extends e_admin_dispatcher
'main/edit' => 'main/list'
);
protected $menuTitle = 'myplugin';
protected $menuTitle = 'Upload';
}
@ -78,7 +65,7 @@ class upload_admin extends e_admin_dispatcher
class upload_ui extends e_admin_ui
{
protected $pluginTitle = 'upload';
protected $pluginTitle = 'Upload';
protected $pluginName = 'myplugin';
protected $table = 'upload';
protected $pid = 'upload_id';