Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fix tabing
Browse files Browse the repository at this point in the history
  • Loading branch information
blopa committed Dec 30, 2017
1 parent c18d1b3 commit 5b3f3de
Show file tree
Hide file tree
Showing 38 changed files with 570 additions and 679 deletions.
Original file line number Diff line number Diff line change
@@ -1,42 +1,38 @@
<?php
/**
* Werules_Chatbot extension
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
*
* @category Werules
* @package Werules_Chatbot
* @copyright Copyright (c) 2017
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
/**
* ChatbotAPI admin block
* Magento Chatbot Integration
* Copyright (C) 2017
*
* This file is part of Werules/Chatbot.
*
* Werules/Chatbot is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* @category Werules
* @package Werules_Chatbot
* @author Ultimate Module Creator
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

class Werules_Chatbot_Block_Adminhtml_Chatbotapi extends Mage_Adminhtml_Block_Widget_Grid_Container
{
/**
* constructor
*
* @access public
* @return void
* @author Ultimate Module Creator
*/
public function __construct()
{
$this->_controller = 'adminhtml_chatbotapi';
$this->_blockGroup = 'werules_chatbot';
$this->_controller = 'adminhtml_chatbotapi';
$this->_blockGroup = 'werules_chatbot';
parent::__construct();
$this->_headerText = Mage::helper('werules_chatbot')->__('ChatbotAPI');
$this->_headerText = Mage::helper('werules_chatbot')->__('ChatbotAPI');
$this->_updateButton('add', 'label', Mage::helper('werules_chatbot')->__('Add ChatbotAPI'));

}
}
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<?php
/**
* Werules_Chatbot extension
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
*
* @category Werules
* @package Werules_Chatbot
* @copyright Copyright (c) 2017
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
/**
* ChatbotAPI admin edit form
* Magento Chatbot Integration
* Copyright (C) 2017
*
* This file is part of Werules/Chatbot.
*
* @category Werules
* @package Werules_Chatbot
* @author Ultimate Module Creator
* Werules/Chatbot is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

class Werules_Chatbot_Block_Adminhtml_Chatbotapi_Edit extends Mage_Adminhtml_Block_Widget_Form_Container
{
/**
* constructor
*
* @access public
* @return void
* @author Ultimate Module Creator
*/
public function __construct()
{
Expand Down Expand Up @@ -66,7 +63,6 @@ function saveAndContinueEdit() {
*
* @access public
* @return string
* @author Ultimate Module Creator
*/
public function getHeaderText()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<?php
/**
* Werules_Chatbot extension
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
*
* @category Werules
* @package Werules_Chatbot
* @copyright Copyright (c) 2017
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
/**
* ChatbotAPI edit form
* Magento Chatbot Integration
* Copyright (C) 2017
*
* This file is part of Werules/Chatbot.
*
* Werules/Chatbot is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @category Werules
* @package Werules_Chatbot
* @author Ultimate Module Creator
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

class Werules_Chatbot_Block_Adminhtml_Chatbotapi_Edit_Form extends Mage_Adminhtml_Block_Widget_Form
{
/**
* prepare form
*
* @access protected
* @return Werules_Chatbot_Block_Adminhtml_Chatbotapi_Edit_Form
* @author Ultimate Module Creator
*/
protected function _prepareForm()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<?php
/**
* Werules_Chatbot extension
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
*
* @category Werules
* @package Werules_Chatbot
* @copyright Copyright (c) 2017
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
/**
* ChatbotAPI edit form tab
* Magento Chatbot Integration
* Copyright (C) 2017
*
* This file is part of Werules/Chatbot.
*
* @category Werules
* @package Werules_Chatbot
* @author Ultimate Module Creator
* Werules/Chatbot is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

class Werules_Chatbot_Block_Adminhtml_Chatbotapi_Edit_Tab_Form extends Mage_Adminhtml_Block_Widget_Form
{
/**
* prepare the form
*
* @access protected
* @return Werules_Chatbot_Block_Adminhtml_Chatbotapi_Edit_Tab_Form
* @author Ultimate Module Creator
*/
protected function _prepareForm()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<?php
/**
* Werules_Chatbot extension
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
*
* @category Werules
* @package Werules_Chatbot
* @copyright Copyright (c) 2017
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
/**
* store selection tab
* Magento Chatbot Integration
* Copyright (C) 2017
*
* This file is part of Werules/Chatbot.
*
* Werules/Chatbot is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @category Werules
* @package Werules_Chatbot
* @author Ultimate Module Creator
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

class Werules_Chatbot_Block_Adminhtml_Chatbotapi_Edit_Tab_Stores extends Mage_Adminhtml_Block_Widget_Form
{
/**
* prepare the form
*
* @access protected
* @return Werules_Chatbot_Block_Adminhtml_Chatbotapi_Edit_Tab_Stores
* @author Ultimate Module Creator
*/
protected function _prepareForm()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
<?php
/**
* Werules_Chatbot extension
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
*
* @category Werules
* @package Werules_Chatbot
* @copyright Copyright (c) 2017
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
/**
* ChatbotAPI admin edit tabs
* Magento Chatbot Integration
* Copyright (C) 2017
*
* This file is part of Werules/Chatbot.
*
* @category Werules
* @package Werules_Chatbot
* @author Ultimate Module Creator
* Werules/Chatbot is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

class Werules_Chatbot_Block_Adminhtml_Chatbotapi_Edit_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
{
/**
* Initialize Tabs
*
* @access public
* @author Ultimate Module Creator
*/
public function __construct()
{
Expand All @@ -42,7 +39,6 @@ public function __construct()
*
* @access protected
* @return Werules_Chatbot_Block_Adminhtml_Chatbotapi_Edit_Tabs
* @author Ultimate Module Creator
*/
protected function _beforeToHtml()
{
Expand Down Expand Up @@ -78,7 +74,6 @@ protected function _beforeToHtml()
*
* @access public
* @return Werules_Chatbot_Model_Chatbotapi
* @author Ultimate Module Creator
*/
public function getChatbotapi()
{
Expand Down
Loading

0 comments on commit 5b3f3de

Please sign in to comment.