/
var
/
www
/
html
/
sugar13
/
include
/
MVC
/
Controller
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ //format '<action_name>' => '<view_name>' $action_view_map['duplicateview']= 'duplicate'; $action_view_map['detailview']= 'detail'; $action_view_map['editview']= 'edit'; $action_view_map['listview']= 'list'; $action_view_map['popup']= 'popup'; $action_view_map['vcard']= 'vcard'; $action_view_map['importvcard']= 'importvcard'; $action_view_map['importvcardsave']= 'importvcardsave'; $action_view_map['modulelistmenu']= 'modulelistmenu'; $action_view_map['favorites']= 'favorites'; //$action_view_map['ajaxui']= 'ajaxui'; $action_view_map['sidecar']= 'sidecar'; $action_view_map['noaccess']= 'noaccess'; $action_view_map['quickedit']= 'quickedit'; // SugarWireless views $action_view_map['edit_mobile'] = 'edit_mobile'; $action_view_map['detail_mobile'] = 'detail_mobile'; $action_view_map['list_mobile'] = 'list_mobile'; $action_view_map['wirelessmodule'] = 'wirelessmodule'; $action_view_map['wirelessdetail'] = 'wirelessdetail'; $action_view_map['wirelesslist'] = 'wirelesslist'; $action_view_map['wirelessedit'] = 'wirelessedit'; $action_view_map['wlsave'] = 'wirelesssave'; // SugarPDF $action_view_map['sugarpdf']= 'sugarpdf'; $action_view_map['dc'] = 'dc'; $action_view_map['dcajax'] = 'dcajax'; $action_view_map['quick'] = 'quick'; $action_view_map['quickcreate'] = 'quickcreate'; $action_view_map['spot'] = 'spot'; $action_view_map['gs'] = 'gs'; $action_view_map['inlinefield'] = 'inlinefield'; $action_view_map['inlinefieldsave'] = 'inlinefieldsave'; $action_view_map['pluginlist'] = 'plugins'; $action_view_map['downloadplugin'] = 'downloadplugin'; $action_view_map['metadata'] = 'metadata'; $action_view_map['cubes'] = 'cubes'; $action_view_map['debug'] = 'debug';