* Adjust code.

This commit is contained in:
leiyong
2022-05-19 06:53:37 +00:00
parent d92c911062
commit 4198e05c9e
+1 -1
View File
@@ -49,7 +49,7 @@
?>
<tr <?php echo $trAttrs;?>>
<td class='c-name text-left <?php if($canOrder) echo 'sort-handler';?> has-prefix' title='<?php echo $program->name?>'>
<td class='c-name text-left <?php if($canOrder) echo 'sort-handler';?> has-prefix has-suffix' title='<?php echo $program->name?>'>
<?php
$icon = '';
if($program->type == 'program') $icon = ' icon-program';