// fixed small modifications

This commit is contained in:
lLefevre
2012-02-09 08:37:47 +00:00
parent f2868434de
commit 6356a6bdea
3 changed files with 3 additions and 3 deletions
@@ -32,7 +32,7 @@
<div class="rowForm">
<label for="engine_stats_render">{l s='Graph engine'} </label>
{if count($array_graph_engines)}
<select name="PS_STATS_RENDER" id="engine_stats_render">';
<select name="PS_STATS_RENDER" id="engine_stats_render">
{foreach $array_graph_engines as $k => $value}
<option value="{$k}" {if $k == $graph_engine}selected="selected"{/if}>{$value[0]}</option>
{/foreach}