From dfea82f01abfbd13db62048d15d81431d622189c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 27 Dec 2016 09:44:09 -0500 Subject: [PATCH] Update styles for short descr and description. Setup the markup so it applies current css styles. --- views/front/packaging/list.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views/front/packaging/list.html b/views/front/packaging/list.html index 8307b9b..ad9c4da 100644 --- a/views/front/packaging/list.html +++ b/views/front/packaging/list.html @@ -123,7 +123,7 @@
-
+
{if $p.image}
{/if} @@ -138,13 +138,13 @@ {/if} - {if $p.short_descr} -
{$p.short_descr}
- {/if}
+ {if $p.short_descr} +
{$p.short_descr}
+ {/if}
Expires: {$p.expire_date.date}
Pricing: {$p.pricing}
- {if $p.descr}{$p.descr|nl2br}{else if $p.short_descr}{$p.short_descr}{/if} +
{if $p.descr}{$p.descr|nl2br}{else if $p.short_descr}{$p.short_descr}{/if}
-- 2.17.1