Skip to content

Commit

Permalink
サイト編集画面にBcFormTableイベントを追加 (#3981)
Browse files Browse the repository at this point in the history
  • Loading branch information
seto1 authored Nov 6, 2024
1 parent bc3b7b7 commit acc987b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/bc-admin-third/templates/Admin/Sites/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@

<?php echo $this->BcAdminForm->create($site) ?>

<?php echo $this->BcFormTable->dispatchBefore() ?>

<?php $this->BcBaser->element('Sites/form') ?>

<?php echo $this->BcFormTable->dispatchAfter() ?>

<div class="submit bca-actions">
<div class="bca-actions__before">
<?php echo $this->BcHtml->link(__d('baser_core', '一覧に戻る'), ['action' => 'index'], [
Expand Down

0 comments on commit acc987b

Please sign in to comment.