//fixed bug on carrier wizard tabindex

This commit is contained in:
Vincent Augagneur
2013-07-31 17:16:52 +02:00
parent 69944e1618
commit 60ecfaafd2
3 changed files with 39 additions and 16 deletions
@@ -1,4 +1,4 @@
<script>var zones_nbr = {$zones|count};</script>
<script>var zones_nbr = {$zones|count +3} ; /*corresponds to the third input text (max, min and all)*/</script>
<div style="float:left" id="zone_ranges">
<table cellpadding="5" cellspacing="0" id="zones_table">
<tr class="range_inf">
@@ -35,6 +35,8 @@
var carrierlist_url = '{$carrierlist_url|addslashes}';
var nbr_steps = {$wizard_steps.steps|count};
var enableAllSteps = {if $enableAllSteps|intval == 1}true{else}false{/if};
var need_to_validate = '{l s='Please validate the last range before create a new one.' js=1}';
var delete_range_confirm = '{l s='Are you sure to delete this range ?' js=1}';
</script>
<div id="carrier_wizard" class="swMain">
<ul class="nbr_steps_{$wizard_steps.steps|count}">