Created
April 25, 2019 15:06
-
-
Save Titoratus/d5879a21da3385d9f036497ec1b6b7e9 to your computer and use it in GitHub Desktop.
[OctoberCMS] Кастомные кнопки в preview, update, create
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
В любой непонятной ситуации - dd($this). | |
Например, кнопка редактирования на странице preview: | |
<a href="<?= Backend::url('estar/hotel/records/update', $this->params[0]) ?>" class="btn btn-default"> | |
Редактировать | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment