//small fix on carrier wizard
This commit is contained in:
+2
-1
@@ -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">
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user