Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
faonni committed Dec 25, 2016
1 parent fce7801 commit 9d76ee8
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 575 deletions.
4 changes: 2 additions & 2 deletions Block/Adminhtml/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class Info extends Container
protected function _construct()
{
$this->_controller = 'info';
$this->_headerText = __('Info');
$this->_headerText = __('Browsers Info');

parent::_construct();
}
}
}
96 changes: 0 additions & 96 deletions Block/Adminhtml/Info/Edit.php

This file was deleted.

65 changes: 0 additions & 65 deletions Block/Adminhtml/Info/Edit/Form.php

This file was deleted.

103 changes: 0 additions & 103 deletions Block/Adminhtml/Info/Edit/Tab/Main.php

This file was deleted.

44 changes: 0 additions & 44 deletions Block/Adminhtml/Info/Edit/Tabs.php

This file was deleted.

4 changes: 2 additions & 2 deletions Controller/Adminhtml/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected function _initAction()
$this->_view->loadLayout();

$this->_setActiveMenu('Faonni_Browser::info')
->_addBreadcrumb(__('Info'), __('Info'));
->_addBreadcrumb(__('Browsers Info'), __('Browsers Info'));

return $this;
}
Expand All @@ -92,6 +92,6 @@ protected function _initAction()
*/
protected function _isAllowed()
{
return true;//$this->_authorization->isAllowed('Faonni_Browser::info');
return $this->_authorization->isAllowed('Faonni_Browser::info');
}
}
Loading

0 comments on commit 9d76ee8

Please sign in to comment.