Fix bug.
This commit is contained in:
@@ -1 +1 @@
|
||||
#lane-height {width: 110px}
|
||||
#c-name {width: 110px}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<form class='main-form form-ajax' method='post' enctype='multipart/form-data' id='dataform'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th id='lane-height'><?php echo $lang->kanban->laneHeight;?></th>
|
||||
<th id='c-name'><?php echo $lang->kanban->laneHeight;?></th>
|
||||
<td><?php echo nl2br(html::radio('heightType', $lang->kanbanlane->heightTypeList, $heightType, "onclick='setCardCount(this.value);'"));?></td>
|
||||
</tr>
|
||||
<tr class="hidden" id='cardBox'>
|
||||
|
||||
Reference in New Issue
Block a user