diff --git a/src/Pluf/templates/pluf/ab/base.html b/src/Pluf/templates/pluf/ab/base.html index 7a9f86b..e068581 100644 --- a/src/Pluf/templates/pluf/ab/base.html +++ b/src/Pluf/templates/pluf/ab/base.html @@ -82,6 +82,7 @@ p.note { background-color: #e9b96e; border: 1px solid #888a85; } + .percent span { background-color: #3465a4; display:block; @@ -89,16 +90,32 @@ p.note { height:10px; } +.margin { + display: block; + float: left; + width: 100%; + height: 10px; + font-size: 0.8em; +} + +.margin span { + display:block; + float:left; + height: 10px; +} + .arrow { font-size: 0px; line-height: 0%; width: 0px; border-top: 20px solid #3465a4; border-left: 10px solid #fff; border-right: 10px solid #fff; float: right; - padding-right: 2em; margin-right: 25px; + margin-top: 5px; } + + {/literal} diff --git a/src/Pluf/templates/pluf/ab/funnel.html b/src/Pluf/templates/pluf/ab/funnel.html index 5ba8eac..52e13f9 100644 --- a/src/Pluf/templates/pluf/ab/funnel.html +++ b/src/Pluf/templates/pluf/ab/funnel.html @@ -7,21 +7,21 @@ {assign $i=1} {foreach $stats as $step}{if $step} {if $i>1} -
{$step['total']} ({$step['conv']})
- +{$step['total']} ({$step['conv']})
+ {/if}
{if $i>1}
-
+
+{if $step['conv1'] != '100.00%'}
+{$step['conv1']}{/if}
{else}
-
{/if}
{assign $t = $step['total']}
{blocktrans $t}{$t} unique visitor.{plural}{$t} unique visitors.{/blocktrans}
{$stats[$i]['total']} out of {$stats['1']['total']} visitors reached step {$i} of this funnel. This is a completion rate of {$stats[$i]['conv1']}.
- -Note that if a user skip a given step, this can make the results a bit off.