-
Notifications
You must be signed in to change notification settings - Fork 2
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
31 changed files
with
2,885 additions
and
2,753 deletions.
There are no files selected for viewing
32 changes: 16 additions & 16 deletions
32
Application/Controller/Admin/TrosofortueberweisungController.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,20 +1,20 @@ | ||
<?php | ||
|
||
namespace Tronet\Trosofortueberweisung\Application\Controller\Admin; | ||
namespace Tronet\Trosofortueberweisung\Application\Controller\Admin; | ||
|
||
use OxidEsales\Eshop\Application\Controller\Admin\AdminController; | ||
use OxidEsales\Eshop\Application\Controller\Admin\AdminController; | ||
|
||
/** | ||
* Class TrosofortueberweisungController | ||
* | ||
* @link http://www.tro.net | ||
* @copyright (c) tronet GmbH 2018 | ||
* @author tronet GmbH | ||
* | ||
* @since 7.0.0 | ||
* @version 8.0.0 | ||
*/ | ||
class TrosofortueberweisungController extends AdminController | ||
{ | ||
protected $_sThisTemplate = 'trosofortueberweisung.tpl'; | ||
} | ||
/** | ||
* Class TrosofortueberweisungController | ||
* | ||
* @link http://www.tro.net | ||
* @copyright (c) tronet GmbH 2018 | ||
* @author tronet GmbH | ||
* | ||
* @since 7.0.0 | ||
* @version 8.0.0 | ||
*/ | ||
class TrosofortueberweisungController extends AdminController | ||
{ | ||
protected $_sThisTemplate = 'trosofortueberweisung.tpl'; | ||
} |
32 changes: 16 additions & 16 deletions
32
Application/Controller/Admin/TrosofortueberweisungListController.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,20 +1,20 @@ | ||
<?php | ||
|
||
namespace Tronet\Trosofortueberweisung\Application\Controller\Admin; | ||
namespace Tronet\Trosofortueberweisung\Application\Controller\Admin; | ||
|
||
use OxidEsales\Eshop\Application\Controller\Admin\AdminListController; | ||
use OxidEsales\Eshop\Application\Controller\Admin\AdminListController; | ||
|
||
/** | ||
* Class TrosofortueberweisungListController | ||
* | ||
* @link http://www.tro.net | ||
* @copyright (c) tronet GmbH 2018 | ||
* @author tronet GmbH | ||
* | ||
* @since 7.0.0 | ||
* @version 8.0.0 | ||
*/ | ||
class TrosofortueberweisungListController extends AdminListController | ||
{ | ||
protected $_sThisTemplate = 'trosofortueberweisung_list.tpl'; | ||
} | ||
/** | ||
* Class TrosofortueberweisungListController | ||
* | ||
* @link http://www.tro.net | ||
* @copyright (c) tronet GmbH 2018 | ||
* @author tronet GmbH | ||
* | ||
* @since 7.0.0 | ||
* @version 8.0.0 | ||
*/ | ||
class TrosofortueberweisungListController extends AdminListController | ||
{ | ||
protected $_sThisTemplate = 'trosofortueberweisung_list.tpl'; | ||
} |
Oops, something went wrong.