zentaopms/extension/lite/kanban/ext/view/setcolumn.lite.html.hook.php
2023-05-16 10:47:08 +08:00

3 lines
95 B
PHP
Executable File

<?php if(!$canEdit): ?>
<script>$('#name').attr("disabled", true);</script>
<?php endif; ?>