* Finish task #45817.

This commit is contained in:
tianshujie
2021-12-09 15:19:37 +08:00
parent 12ce541d9e
commit a3e9d350eb
10 changed files with 315 additions and 30 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<tr>
<th><?php echo $lang->kanbanspace->desc;?></th>
<td colspan='2'>
<?php echo $this->fetch('user', 'ajaxPrintTemplates', 'type=space&link=desc');?>
<?php echo $this->fetch('user', 'ajaxPrintTemplates', 'type=kanbanSpace&link=desc');?>
<?php echo html::textarea('desc', $space->desc, "rows='10' class='form-control'");?>
</td>
</tr>