@@ -1,11 +1,11 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | - * @license MIT |
|
| 8 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | + * @license MIT |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** Core forms view helpers */ |
| 11 | 11 | namespace Core\Form\View\Helper; |
@@ -71,8 +71,8 @@ discard block |
||
| 71 | 71 | $basepath = $renderer->plugin('basepath'); |
| 72 | 72 | |
| 73 | 73 | $headscript->appendFile($basepath('Core/js/core.spinnerbutton.js')) |
| 74 | - ->appendFile($basepath('js/select2.min.js')) |
|
| 75 | - ->appendFile($basepath('Core/js/core.forms.js')); |
|
| 74 | + ->appendFile($basepath('js/select2.min.js')) |
|
| 75 | + ->appendFile($basepath('Core/js/core.forms.js')); |
|
| 76 | 76 | |
| 77 | 77 | /* @noinspection PhpParamsInspection */ |
| 78 | 78 | $renderer->headLink()->appendStylesheet($basepath('css/select2.css')); |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @license MIT |
|
| 7 | - * @copyright 2013 - 2016 Cross Solution <http://cross-solution.de> |
|
| 8 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @license MIT |
|
| 7 | + * @copyright 2013 - 2016 Cross Solution <http://cross-solution.de> |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** */ |
| 11 | 11 | namespace JobsTest\Form; |