function htmlChecklistsView() { parent::htmlView(); $this->sColumnTitle = STR_CMMN_OPTIONS; $this->bShowPager = false; $this->sSortAction = 'htmlChecklistsView.execurl'; }
function htmlProductModuleView() { global $g_oSec; parent::htmlView(); if ($g_oSec->HasAnyPerm(array(DCL_ENTITY_PRODUCTMODULE => array($g_oSec->PermArray(DCL_PERM_MODIFY), $g_oSec->PermArray(DCL_PERM_DELETE))))) { $this->sColumnTitle = STR_CMMN_OPTIONS; } $this->sSortAction = 'htmlProductModuleView.execurl'; }
function htmlEntitySourceView() { parent::htmlView(); $this->sColumnTitle = STR_CMMN_OPTIONS; $this->sSortAction = 'htmlEntitySourceView.execurl'; }
function htmlChecklistTplView() { parent::htmlView(); $this->sColumnTitle = STR_CMMN_OPTIONS; $this->sSortAction = 'htmlChecklistTplView.execurl'; }
function htmlPhoneTypeView() { parent::htmlView(); $this->sColumnTitle = STR_CMMN_OPTIONS; $this->sSortAction = 'htmlPhoneTypeView.execurl'; }
function htmlBuildManagerVersionView() { parent::htmlView(); $this->sColumnTitle = STR_CMMN_OPTIONS; $this->productid = 0; }
function htmlRoleBrowse() { parent::htmlView(); $this->sPagingMenuAction = 'htmlRoleBrowse.Page'; $this->sColumnTitle = STR_CMMN_OPTIONS; }