Pluf Framework

Pluf Framework Commit Details


Date:2010-04-10 11:32:30 (14 years 8 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:6bc80991ab5ab5b210d59c3ac2e325435e73af32
Parents: 2f8fb90ebd6d024ad9ebb7d471ffdfddd4f750e2
Message:Fixed stupid html error.

Changes:

File differences

src/Pluf/templates/pluf/ab/funnel.html
3030
3131
3232
33
34
33
3534
3635
3736
{if count($props)}
<h2>Filter by visitor property</h2>
<form method="get" action="{url 'pluf_ab_funnel', array($funnel)}">
<select name="prop">{foreach $props as $k=>$v}
<option value="">All</option>
<select name="prop"><option value="">All</option>{foreach $props as $k=>$v}
<option value="{$k}"{if $prop==$k} selected="selected"{/if}>{$k}</option>{/foreach}
</select>
<input type="hidden" name="p" value="{$period}" />

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.05301s using 13 queries.