show tooltip for max cost margin
This commit is contained in:
@@ -187,7 +187,9 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
<input type="hidden" name="id" value="<?php esc_attr_e($package->get_id(), 'wiaas') ?>">
|
||||
|
||||
<div class="form-field">
|
||||
<label><?php esc_html_e('Max cost margin:', 'wiaas') ?></label>
|
||||
<label><?php esc_html_e('Max cost margin :', 'wiaas') ?>
|
||||
<span title="Product deactivation limit (total cost)" style="cursor: help;font-size:15px">ℹ</span>
|
||||
</label>
|
||||
<input
|
||||
id="wiaas_pricing_rules_max_cost_margin"
|
||||
name="wiaas_max_cost_margin"
|
||||
|
||||
Reference in New Issue
Block a user