[-] FO : #PSFV-717 - Missing "bold" text in some mudules

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14357 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-03-29 09:03:44 +00:00
parent 9196b60075
commit 0f37340fbc
5 changed files with 20 additions and 20 deletions
@@ -84,7 +84,7 @@
<div id="idTab1">
<p class="bold">
{l s='Get a discount of' mod='referralprogram'} {$discount} {l s='for you and your friends by recommending this Website.' mod='referralprogram'}
<strong>{l s='Get a discount of' mod='referralprogram'} {$discount} {l s='for you and your friends by recommending this Website.' mod='referralprogram'}</strong>
</p>
{if $canSendInvitations}
<p>
@@ -114,7 +114,7 @@
</tbody>
</table>
<p class="bold">
{l s='Important: Your friends\' e-mail addresses will only be used in the referral program. They will never be used for other purposes.' mod='referralprogram'}
<strong>{l s='Important: Your friends\' e-mail addresses will only be used in the referral program. They will never be used for other purposes.' mod='referralprogram'}</strong>
</p>
<p class="checkbox">
<input type="checkbox" name="conditionsValided" id="conditionsValided" value="1" {if isset($smarty.post.conditionsValided) AND $smarty.post.conditionsValided eq 1}checked="checked"{/if} />
+2 -2
View File
@@ -27,8 +27,8 @@
<!-- MODULE ReferralProgram -->
<p id="referralprogram">
<img src="{$module_template_dir}referralprogram.gif" alt="{l s='Referral program' mod='referralprogram'}" class="icon" />
{l s='You have earned a voucher worth' mod='referralprogram'} <span class="bold">{$discount_display}</span> {l s='thanks to your sponsor!' mod='referralprogram'}
{l s='Enter voucher name' mod='referralprogram'}&nbsp;<span class="bold">{$discount->name}</span> {l s='to receive the reduction on this order.' mod='referralprogram'}
{l s='You have earned a voucher worth' mod='referralprogram'} <strong>{$discount_display}</strong> {l s='thanks to your sponsor!' mod='referralprogram'}
{l s='Enter voucher name' mod='referralprogram'}&nbsp;<strong>{$discount->name}</strong> {l s='to receive the reduction on this order.' mod='referralprogram'}
<a href="{$module_template_dir}referralprogram-program.php" title="{l s='Referral program' mod='referralprogram'}">{l s='View your referral program.' mod='referralprogram'}</a>
</p>
<br />