コード例 #1
0
ファイル: PopupSmarty.php プロジェクト: aldridged/gtg-sugar
 function PopupSmarty($seed, $module)
 {
     parent::ListViewSmarty();
     $this->th = new TemplateHandler();
     $this->th->loadSmarty();
     $this->seed = $seed;
     $this->view = 'Popup';
     $this->module = $module;
     $this->searchForm = new SearchForm($this->seed, $this->module);
     $this->th->deleteTemplate($module, $this->view);
 }
コード例 #2
0
ファイル: PopupSmarty.php プロジェクト: thsonvt/sugarcrm_dev
 function PopupSmarty($seed, $module)
 {
     parent::ListViewSmarty();
     $this->th = new TemplateHandler();
     $this->th->loadSmarty();
     $this->seed = $seed;
     $this->view = 'Popup';
     $this->module = $module;
     $this->searchForm = new SearchForm($this->seed, $this->module);
     $this->th->deleteTemplate($module, $this->view);
     $this->headerTpl = 'include/Popups/tpls/header.tpl';
     $this->footerTpl = 'include/Popups/tpls/footer.tpl';
 }
コード例 #3
0
 function ProjectListViewSmarty()
 {
     parent::ListViewSmarty();
 }
コード例 #4
0
 function OpportunitiesListViewSmarty()
 {
     parent::ListViewSmarty();
 }
コード例 #5
0
 /**
  * Constructor  Call ListViewSmarty
  */
 function ListViewPackages()
 {
     parent::ListViewSmarty();
 }
コード例 #6
0
 function ContactsListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->targetList = true;
 }
コード例 #7
0
 function ProspectsListViewSmarty()
 {
     parent::ListViewSmarty();
 }
コード例 #8
0
 function MeetingsListViewSmarty()
 {
     parent::ListViewSmarty();
 }
コード例 #9
0
 function AccountsListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->targetList = true;
 }
コード例 #10
0
 function CasesListViewSmarty()
 {
     parent::ListViewSmarty();
 }
コード例 #11
0
 function LeadsListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->targetList = true;
 }
 function oqc_ExternalContractListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->lvd = new oqc_ExternalContractListViewData();
 }
コード例 #13
0
 function AM_ProjectTemplatesListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->lvd = new AM_ProjectTemplatesListViewData();
 }
コード例 #14
0
 function oqc_ProductListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->lvd = new oqc_ProductListViewData();
 }
コード例 #15
0
 public function SpotsListViewSmarty()
 {
     parent::ListViewSmarty();
 }
コード例 #16
0
 function __construct()
 {
     parent::ListViewSmarty();
 }