This commit is contained in:
tianshujie
2022-04-18 10:50:50 +08:00
parent 2727d2fd9e
commit 685a583d99
+1 -1
View File
@@ -125,7 +125,7 @@
<?php if(common::hasPriv('product', 'create')):?>
<span class='input-group-addon'>
<?php echo html::checkBox('newProduct', $lang->project->addProduct, '', "onchange=addNewProduct(this);");?>
<div><icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='top' data-tip-class='text-muted popover-sm' data-content="<?php echo $lang->project->productTip;?>"></icon></div>
<div><icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='left' data-tip-class='text-muted popover-sm' data-content="<?php echo $lang->project->productTip;?>"></icon></div>
</span>
<?php endif;?>
</div>