This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
570 additions
and
679 deletions.
There are no files selected for viewing
44 changes: 20 additions & 24 deletions
44
Magento1/app/code/community/Werules/Chatbot/Block/Adminhtml/Chatbotapi.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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')); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 17 additions & 20 deletions
37
Magento1/app/code/community/Werules/Chatbot/Block/Adminhtml/Chatbotapi/Edit/Form.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 17 additions & 20 deletions
37
Magento1/app/code/community/Werules/Chatbot/Block/Adminhtml/Chatbotapi/Edit/Tab/Form.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 17 additions & 20 deletions
37
Magento1/app/code/community/Werules/Chatbot/Block/Adminhtml/Chatbotapi/Edit/Tab/Stores.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.