This commit is contained in:
Zongjun Lan
2022-02-23 15:26:53 +08:00
parent 2610958bf1
commit 7a673daa6f
+1 -1
View File
@@ -23,7 +23,7 @@
<tr>
<th class='w-110px'><?php echo $lang->kanban->columnName;?></th>
<td colspan='2'>
<?php echo html::input('name', $column->name, "class='form-control'");?>
<?php echo html::input('name', $column->name, "class='form-control' disabled");?>
</td>
<td></td>
</tr>