Exemple #1
0
 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);
 }
Exemple #2
0
 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';
 }
 function ProjectListViewSmarty()
 {
     parent::ListViewSmarty();
 }
 function OpportunitiesListViewSmarty()
 {
     parent::ListViewSmarty();
 }
 /**
  * Constructor  Call ListViewSmarty
  */
 function ListViewPackages()
 {
     parent::ListViewSmarty();
 }
 function ContactsListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->targetList = true;
 }
 function ProspectsListViewSmarty()
 {
     parent::ListViewSmarty();
 }
 function MeetingsListViewSmarty()
 {
     parent::ListViewSmarty();
 }
 function AccountsListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->targetList = true;
 }
 function CasesListViewSmarty()
 {
     parent::ListViewSmarty();
 }
 function LeadsListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->targetList = true;
 }
 function oqc_ExternalContractListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->lvd = new oqc_ExternalContractListViewData();
 }
 function AM_ProjectTemplatesListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->lvd = new AM_ProjectTemplatesListViewData();
 }
 function oqc_ProductListViewSmarty()
 {
     parent::ListViewSmarty();
     $this->lvd = new oqc_ProductListViewData();
 }
 public function SpotsListViewSmarty()
 {
     parent::ListViewSmarty();
 }
 function __construct()
 {
     parent::ListViewSmarty();
 }