* task #8732, improve style of popover.

This commit is contained in:
Catouse
2020-12-24 14:47:04 +08:00
parent 70e8b3f799
commit c1defae092
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ $(function()
});
}
$('[data-toggle="tooltip"]').tooltip({placement: 'right'});
$('[data-toggle="popover"]').popover();
});
/**
+1 -1
View File
@@ -35,7 +35,7 @@
<th class='w-120px'><?php echo $lang->program->PGMParent;?></th>
<td><?php echo html::select('parent', $programList, $programID, "class='form-control chosen' onchange='setParentProgram(this.value)'");?></td>
<td>
<icon class='icon icon-help' data-toggle='tooltip' data-placement='right' title=<?php echo $lang->program->PGMTips;?>></icon>
<icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='right' data-tip-class='text-muted' data-content=<?php echo $lang->program->PGMTips;?>></icon>
</td>
<td></td>
</tr>