Merge branch 'sprint/185_lanzongjun_49334' into 'sprint/185'
* move to extension See merge request easycorp/zentaopms!1975
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<script>
|
||||
$(function()
|
||||
{
|
||||
$('#name').attr("disabled", true);
|
||||
})
|
||||
</script>
|
||||
@@ -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' disabled");?>
|
||||
<?php echo html::input('name', $column->name, "class='form-control'");?>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user