Subversion Repositories SmartDukaan

Rev

Rev 3231 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3231 Rev 5889
Line 32... Line 32...
32
#foreach( $expfeature in $expfeatures )
32
#foreach( $expfeature in $expfeatures )
33
<li class="mainFeature">$expfeature.getFeatureDefinition().getLabel()</li>
33
<li class="mainFeature">$expfeature.getFeatureDefinition().getLabel()</li>
34
#if ( $expfeature.getExpandedBullets() )
34
#if ( $expfeature.getExpandedBullets() )
35
#set ( $expbullets = $expfeature.getExpandedBullets() )
35
#set ( $expbullets = $expfeature.getExpandedBullets() )
36
#foreach ( $expbullet in $expbullets)
36
#foreach ( $expbullet in $expbullets)
37
<li class="mainFeatureValue">$expbullet.displayText()</li>
37
#if($expbullet.displayText() && !$expbullet.displayText().equals(""))
-
 
38
<li class="mainFeatureValue"><span style="position: absolute; left: 8px;" class="feature-bullet-icon left"></span>$expbullet.displayText()</li>
-
 
39
#end
38
#if ( $expbullet.getFreeformContent() )
40
#if ( $expbullet.getFreeformContent() )
39
#if($expbullet.getFreeformContent().getFreeformText() && !$expbullet.getFreeformContent().getFreeformText().trim().isEmpty())
41
#if($expbullet.getFreeformContent().getFreeformText() && !$expbullet.getFreeformContent().getFreeformText().trim().isEmpty())
40
<li class="mainFeaturePunchline">$expbullet.getFreeformContent().getFreeformText()</li>
42
<li class="mainFeaturePunchline">$expbullet.getFreeformContent().getFreeformText()</li>
41
#end
43
#end
42
#end
44
#end