Do not show column dropdown on the public view
This commit is contained in:
@@ -25,6 +25,9 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<span class="board-column-title">
|
<span class="board-column-title">
|
||||||
|
<?php if ($not_editable): ?>
|
||||||
|
<?= $this->e($column['title']) ?>
|
||||||
|
<?php else: ?>
|
||||||
<span class="dropdown">
|
<span class="dropdown">
|
||||||
<a href="#" class="dropdown-menu"><?= $this->e($column['title']) ?> <i class="fa fa-caret-down"></i></a>
|
<a href="#" class="dropdown-menu"><?= $this->e($column['title']) ?> <i class="fa fa-caret-down"></i></a>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -40,6 +43,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</ul>
|
</ul>
|
||||||
</span>
|
</span>
|
||||||
|
<?php endif ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<?php if (! $not_editable && ! empty($column['description'])): ?>
|
<?php if (! $not_editable && ! empty($column['description'])): ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user