/**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('cache_type', array('label' => 'Cache', 'align' => 'left', 'field' => 'cache_type'));
     $this->addColumn('description', array('label' => 'Description', 'align' => 'left', 'field' => 'description'));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('core/cache')->getActiveStatuses(), 'field' => 'status'));
     parent::_prepareColumns();
 }
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'type' => self::TYPE_NUMBER, 'width' => 50, 'field' => 'id'));
     $this->addColumn('name', array('label' => 'Name', 'align' => 'left', 'field' => 'name'));
     $this->addColumn('email', array('label' => 'Email', 'align' => 'left', 'field' => 'email'));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'width' => 150, 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('newsletter/subscriber')->getAllStatuses(), 'field' => 'status'));
     parent::_prepareColumns();
 }
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'type' => self::TYPE_NUMBER, 'width' => '50', 'field' => 'id'));
     $this->addColumn('backup_date', array('label' => 'Backup Date', 'align' => 'center', 'type' => self::TYPE_DATE, 'width' => '50', 'field' => 'backup_date'));
     $this->addColumn('file_size', array('label' => 'Size (in Bytes)', 'align' => 'center', 'type' => self::TYPE_NUMBER, 'width' => '100', 'field' => 'file_size'));
     $this->addColumn('file_name', array('label' => 'File', 'align' => 'center', 'field' => 'file_name'));
     $this->addColumn('backup_action', array('label' => 'Action', 'width' => 120, 'filter' => FALSE, 'align' => 'center', 'field' => 'backup_action', 'renderer' => 'backup/admin/backup/table/renderer/action'));
     parent::_prepareColumns();
 }
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'field' => 'id', 'type' => self::TYPE_NUMBER, 'width' => '50'));
     $this->addColumn('name', array('label' => 'Name', 'align' => 'left', 'field' => 'name'));
     $this->addColumn('subject', array('label' => 'Subject', 'align' => 'left', 'field' => 'subject'));
     $this->addColumn('created_date', array('label' => 'Created Date', 'align' => 'center', 'field' => 'created_date', 'type' => self::TYPE_DATE, 'width' => '80'));
     $this->addColumn('modified_date', array('label' => 'Modified Date', 'align' => 'center', 'field' => 'modified_date', 'type' => self::TYPE_DATE, 'width' => '80'));
     parent::_prepareColumns();
 }
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'type' => self::TYPE_NUMBER, 'width' => '50', 'field' => 'id'));
     $this->addColumn('name', array('label' => 'Name', 'align' => 'left', 'field' => 'name'));
     $this->addColumn('key', array('label' => 'Key', 'align' => 'left', 'field' => 'key'));
     $this->addColumn('sort_order', array('label' => 'Order', 'align' => 'center', 'field' => 'sort_order', 'type' => self::TYPE_NUMBER, 'width' => 50));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('navigation/menugroup')->getAllStatuses(), 'field' => 'status'));
     parent::_prepareColumns();
 }
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'field' => 'id', 'type' => self::TYPE_NUMBER, 'width' => 50));
     $this->addColumn('title', array('label' => 'Title', 'align' => 'left', 'field' => 'title'));
     $this->addColumn('link', array('label' => 'Link', 'align' => 'left', 'field' => 'link'));
     $this->addColumn('open_window', array('label' => 'Target Window', 'align' => 'center', 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('navigation/menu')->getAllTargetWindows(), 'field' => 'open_window'));
     $this->addColumn('sort_order', array('label' => 'Order', 'align' => 'center', 'field' => 'sort_order', 'type' => self::TYPE_NUMBER, 'width' => 50));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('navigation/menu')->getAllStatuses(), 'field' => 'status'));
     parent::_prepareColumns();
 }
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'width' => 50, 'type' => self::TYPE_NUMBER, 'field' => 'id'));
     $this->addColumn('title', array('label' => 'Title', 'align' => 'left', 'field' => 'title'));
     $this->addColumn('identifier_key', array('label' => 'Identifier Key', 'align' => 'left', 'field' => 'identifier_key'));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'width' => 100, 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('cms/block')->getAllStatuses(), 'field' => 'status'));
     $this->addColumn('created_on', array('label' => 'Created On', 'align' => 'center', 'width' => 182, 'type' => self::TYPE_DATE, 'field' => 'created_on'));
     $this->addColumn('modified_on', array('label' => 'Modified On', 'align' => 'center', 'width' => 182, 'type' => self::TYPE_DATE, 'field' => 'modified_on'));
     parent::_prepareColumns();
 }
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('name', array('label' => 'Name', 'align' => 'left', 'field' => 'name'));
     $this->addColumn('subject', array('label' => 'Subject', 'align' => 'left', 'field' => 'subject'));
     $this->addColumn('email', array('label' => 'Email', 'align' => 'left', 'field' => 'email'));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'width' => 120, 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('contact/contact')->getAllStatuses(), 'field' => 'status'));
     $this->addColumn('contact_date', array('label' => 'Date', 'align' => 'center', 'type' => self::TYPE_DATE, 'field' => 'contact_date'));
     $this->addColumn('contact_action', array('label' => 'Action', 'width' => 100, 'filter' => FALSE, 'align' => 'center', 'sorting' => FALSE, 'field' => 'contact_action', 'renderer' => 'contact/admin/contact/table/renderer/action'));
     parent::_prepareColumns();
 }
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'type' => self::TYPE_NUMBER, 'width' => 50, 'field' => 'id'));
     $this->addColumn('title', array('label' => 'Title', 'align' => 'left', 'field' => 'title'));
     $this->addColumn('date_from', array('label' => 'Date From', 'align' => 'center', 'field' => 'date_from', 'type' => self::TYPE_DATE));
     $this->addColumn('date_to', array('label' => 'Date To', 'align' => 'center', 'field' => 'date_to', 'type' => self::TYPE_DATE));
     $this->addColumn('sort_order', array('label' => 'Sort Order', 'align' => 'center', 'field' => 'sort_order', 'width' => 50, 'type' => self::TYPE_NUMBER));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'width' => 80, 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('news/news')->getAllStatuses(), 'field' => 'status'));
     parent::_prepareColumns();
 }
Exemplo n.º 10
0
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'type' => self::TYPE_NUMBER, 'width' => 50, 'field' => 'id'));
     $this->addColumn('attribute_code', array('label' => 'Attribute Code', 'align' => 'left', 'field' => 'attribute_code'));
     $this->addColumn('frontend_label', array('label' => 'Name', 'align' => 'left', 'field' => 'frontend_label'));
     $this->addColumn('input_type', array('label' => 'Input Type', 'align' => 'center', 'field' => 'input_type', 'type' => self::TYPE_OPTIONS, 'options' => $this->attributeModel->getInputTypes()));
     $this->addColumn('is_required', array('label' => 'Required', 'align' => 'center', 'type' => self::TYPE_OPTIONS, 'options' => $this->attributeModel->getRequiredStatuses(), 'field' => 'is_required'));
     $this->addColumn('is_editable', array('label' => 'Editable', 'align' => 'center', 'type' => self::TYPE_OPTIONS, 'options' => $this->attributeModel->getEditableStatuses(), 'field' => 'is_editable'));
     $this->addColumn('is_visible_on_frontend', array('label' => 'Visible', 'align' => 'center', 'type' => self::TYPE_OPTIONS, 'options' => $this->attributeModel->getFrontendVisibleStatuses(), 'field' => 'is_visible_on_frontend'));
     parent::_prepareColumns();
 }
Exemplo n.º 11
0
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'type' => self::TYPE_NUMBER, 'width' => 50, 'field' => 'id'));
     $this->addColumn('first_name', array('label' => 'First Name', 'align' => 'left', 'field' => 'first_name'));
     $this->addColumn('last_name', array('label' => 'Last Name', 'align' => 'left', 'field' => 'last_name'));
     $this->addColumn('email_id', array('label' => 'Email Id', 'align' => 'left', 'field' => 'email_id'));
     $this->addColumn('join_date', array('label' => 'Join Date', 'align' => 'center', 'field' => 'join_date', 'type' => self::TYPE_DATE));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'width' => 100, 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('member/member')->getAllStatuses(), 'field' => 'status'));
     $this->addColumn('member_action', array('label' => 'Action', 'width' => 120, 'filter' => FALSE, 'sorting' => FALSE, 'align' => 'center', 'field' => 'member_action', 'renderer' => 'member/admin/member/table/renderer/action'));
     parent::_prepareColumns();
 }
Exemplo n.º 12
0
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'field' => 'id', 'type' => self::TYPE_NUMBER, 'width' => '50'));
     $this->addColumn('username', array('label' => 'User Name', 'align' => 'left', 'field' => 'username'));
     $this->addColumn('firstname', array('label' => 'First Name', 'align' => 'left', 'field' => 'firstname'));
     $this->addColumn('lastname', array('label' => 'Last Name', 'align' => 'left', 'field' => 'lastname'));
     $this->addColumn('email', array('label' => 'Email', 'align' => 'left', 'field' => 'email'));
     $this->addColumn('contact', array('label' => 'Contact', 'align' => 'center', 'field' => 'contact'));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('admin/user')->getAllStatuses(), 'field' => 'status'));
     parent::_prepareColumns();
 }
Exemplo n.º 13
0
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'type' => self::TYPE_NUMBER, 'width' => 50, 'field' => 'id'));
     $this->addColumn('title', array('label' => 'Title', 'align' => 'left', 'field' => 'title'));
     $this->addColumn('url_key', array('label' => 'URL Key', 'align' => 'left', 'field' => 'url_key'));
     $this->addColumn('layout', array('label' => 'Layout', 'align' => 'left', 'width' => 120, 'field' => 'layout', 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('cms/page')->getAvailableLayouts()));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'width' => 70, 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('cms/page')->getAllStatuses(), 'field' => 'status'));
     $this->addColumn('created', array('label' => 'Created On', 'align' => 'center', 'width' => 182, 'type' => self::TYPE_DATE, 'field' => 'created'));
     $this->addColumn('modified_on', array('label' => 'Modified On', 'align' => 'center', 'width' => 182, 'type' => self::TYPE_DATE, 'field' => 'modified_on'));
     $this->addColumn('page_action', array('label' => 'Action', 'width' => 70, 'filter' => FALSE, 'align' => 'center', 'field' => 'page_action', 'renderer' => 'cms/admin/page/table/renderer/action'));
     parent::_prepareColumns();
 }
Exemplo n.º 14
0
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'type' => self::TYPE_NUMBER, 'width' => 50, 'field' => 'id'));
     $this->addColumn('name', array('label' => 'Name', 'align' => 'left', 'field' => 'name'));
     $this->addColumn('subject', array('label' => 'Subject', 'align' => 'left', 'field' => 'subject'));
     $this->addColumn('sender_name', array('label' => 'Sender Name', 'align' => 'left', 'field' => 'sender_name'));
     $this->addColumn('sender_email', array('label' => 'Sender Email', 'align' => 'left', 'field' => 'sender_email'));
     $this->addColumn('update_date', array('label' => 'Modified On', 'align' => 'center', 'field' => 'update_date', 'type' => self::TYPE_DATE));
     $this->addColumn('status', array('label' => 'Status', 'align' => 'center', 'width' => 70, 'type' => self::TYPE_OPTIONS, 'options' => Fox::getModel('newsletter/template')->getAllStatuses(), 'field' => 'status'));
     $this->addColumn('last_sent', array('label' => 'Last Sent', 'align' => 'center', 'field' => 'last_sent', 'type' => self::TYPE_DATE));
     $this->addColumn('action', array('label' => 'Action', 'width' => 100, 'filter' => FALSE, 'align' => 'center', 'field' => 'action', 'renderer' => 'newsletter/admin/template/table/renderer/action'));
     parent::_prepareColumns();
 }
Exemplo n.º 15
0
 /**
  * Prepare table columns
  */
 protected function _prepareColumns()
 {
     $this->addColumn('id', array('label' => 'Id', 'align' => 'left', 'type' => self::TYPE_NUMBER, 'field' => 'id', 'width' => 50));
     $this->addColumn('attribute_set_name', array('label' => 'Name', 'align' => 'left', 'field' => 'attribute_set_name'));
     parent::_prepareColumns();
 }