show tooltip for max cost margin

This commit is contained in:
Bilal Catic
2018-12-03 17:28:10 +01:00
parent 392b113427
commit bb9dc470d4

View File

@@ -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">&#8505;</span>
</label>
<input
id="wiaas_pricing_rules_max_cost_margin"
name="wiaas_max_cost_margin"