aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates')
-rw-r--r--app/view/templates/media.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/view/templates/media.php b/app/view/templates/media.php
index 7e20f48..59d0836 100644
--- a/app/view/templates/media.php
+++ b/app/view/templates/media.php
@@ -76,7 +76,7 @@ $this->layout('layout', ['title' => 'media', 'stylesheets' => [$css . 'home.css'
<table id="medialist">
<tr>
- <th>x</th>
+ <th id="checkall">x</th>
<th><a href="<?= $mediaopt->getsortbyadress('id') ?>">id</a></th>
<th>ext</th>
<th><a href="<?= $mediaopt->getsortbyadress('type') ?>">type</a></th>
@@ -113,6 +113,9 @@ $this->layout('layout', ['title' => 'media', 'stylesheets' => [$css . 'home.css'
</section>
</main>
+
+<script src="<?= Wcms\Model::jspath() ?>media.bundle.js"></script>
+
</body>
<?php $this->stop('page') ?> \ No newline at end of file