* Fix bug #49334
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user