[-] BO : #PSCFV-3086 - Improve visibility of some elements on return details

This commit is contained in:
mDeflotte
2012-07-06 12:25:03 +00:00
parent 39c8e093a2
commit 2d2f6d5123
3 changed files with 9 additions and 3 deletions
@@ -28,12 +28,12 @@
{block name="input"}
{if $input.type == 'text_customer'}
{$customer->firstname} {$customer->lastname}
<span class="normal-text">{$customer->firstname} {$customer->lastname}</span>
<p style="clear: both">
<a href="{$url_customer}">{l s='View details on customer page'}</a>
</p>
{elseif $input.type == 'text_order'}
{$text_order}
<span class="normal-text">{$text_order}</span>
<p style="clear: both">
<a href="{$url_order}">{l s='View details on order page'}</a>
</p>