//small fix on carrier wizard

This commit is contained in:
Vincent Augagneur
2013-07-31 10:34:52 +02:00
parent d68363fdda
commit 80c2e3ea60
2 changed files with 2 additions and 2 deletions
@@ -25,7 +25,8 @@
<td></td>
{foreach from=$ranges key=r item=range}
<td class="center border_top border_bottom">
<input type="text" {if isset($form_id) && !$form_id} disabled="disabled"{/if} />
<input type="text" {if isset($form_id) && !$form_id} disabled="disabled"{/if} {if $range.id_range == -1} style="display:none"{/if} />
{if $range.id_range == -1} <button class="button">{l s="Validate"}</button> {/if}
</td>
{foreachelse}
<td class="center border_top border_bottom">
-1
View File
@@ -316,7 +316,6 @@ function bind_inputs()
function validateRange(index)
{
console.log('index : '+index);
//reset error css
$('tr.range_sup td input:text').removeClass('field_error');
$('tr.range_inf td input:text').removeClass('field_error');