View DocumentController.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
<?php | |
use vendori\traits\FindModelTrait; | |
/** | |
* Class DocumentController | |
* | |
* Manage document actions | |
* |
View finish.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
<?php | |
$cs = Yii::app()->getClientScript(); | |
$cs->registerCSSFile('/css/global-form-elements.css'); | |
$cs->registerCSSFile('/css/global-font.css'); | |
$cs->registerCSSFile('/css/global-layout.css'); | |
$cs->registerCSSFile('/css/upload.css'); | |
$cs->registerScriptFile('/js/remove_footer.js'); |
View finish.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
<?php | |
$cs = Yii::app()->getClientScript(); | |
$cs->registerCSSFile('/css/global-form-elements.css'); | |
$cs->registerCSSFile('/css/global-font.css'); | |
$cs->registerCSSFile('/css/global-layout.css'); | |
$cs->registerCSSFile('/css/upload.css'); | |
$cs->registerScriptFile('/js/remove_footer.js'); |
View DocumentController.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
<?php | |
use vendori\traits\FindModelTrait; | |
/** | |
* Class DocumentController | |
* | |
* Manage document actions | |
* |