[*] BO : Help text have been improved (related to (#PSTEST-779)

This commit is contained in:
fBrignoli
2012-03-22 16:03:36 +00:00
parent 6195c83e80
commit 32cc4490c4
@@ -342,15 +342,10 @@ jQuery(document).ready(Customer.init);
<span id="spm_currency_sign_post_0" style="font-weight:bold; color:#000000; font-size:12px">
{$currency->suffix}
</span>
<span>
(
{l s='Current:'}
<span id="sp_current_ht_price">{displayWtPrice p=$product->price}</span>
)
</span>
<div class="hint" style="display:block;min-height:0;">
{l s='You can set this value to 0 in order to apply the default price'}
</div>
<p class="preference_description">
{l s='You can set this value to 0 in order to apply the default price.'}
({l s='Current:'}<span id="sp_current_ht_price">{displayWtPrice p=$product->price}</span>)
</p>
</div>
<label>{l s='Apply a discount of:'}</label>
@@ -361,7 +356,7 @@ jQuery(document).ready(Customer.init);
<option value="amount">{l s='Amount'}</option>
<option value="percentage">{l s='Percentage'}</option>
</select>
{l s='(if set to "amount", tax is included)'}
<p class="preference_description">{l s='The discount is applied after the tax'}</p>
</div>
</div>
@@ -389,4 +384,5 @@ jQuery(document).ready(Customer.init);
calcPriceTI();
unitPriceWithTax('unit');
</script>
{/if}
{/if}