* fix nest table not work as expected.

This commit is contained in:
Catouse
2020-11-13 16:46:07 +08:00
parent 31898558c0
commit ca280c6ab4
2 changed files with 1 additions and 2 deletions
@@ -48,7 +48,6 @@
<tr <?php echo $trAttrs;?>>
<td class='c-name text-left pgm-title table-nest-title' title='<?php echo $program->name?>'>
<span class="table-nest-icon icon <?php if($program->type == 'program') echo ' table-nest-toggle' ?>"></span>
<span class="label label-badge label-info label-outline"><?php echo $program->id;?>,<?php echo $program->order;?></span>
<?php if($program->type == 'program'):?>
<?php echo html::a($this->createLink('program', 'pgmproduct', "programID=$program->id"), $program->name);?>
<?php else:?>
+1 -1
View File
File diff suppressed because one or more lines are too long