|
@@ -240,10 +240,10 @@
|
|
|
<input type="text" class="input-one styleOne w46" name="speed[]" autocomplete="off" value="<?php echo $output['datas'][$provider['provider_id']][$key + 1]['speed'] ?>" <?php if ($output['datas'][$provider['provider_id']][$key + 1]['has'] == 0) { ?> readOnly style="background-color:#eaeaea;" <?php } ?>>
|
|
|
</div>
|
|
|
<div class="priority">
|
|
|
- <input type="text" class="input-tow styleTow w32" name="sort[]" autocomplete="off" value="<?php echo $output['datas'][$provider['provider_id']][$key + 2]['sort'] ?>" <?php if ($output['datas'][$provider['provider_id']][$key + 2]['has'] == 0) { ?> readOnly style="background-color:#eaeaea;" <?php } ?>>
|
|
|
+ <input type="text" class="input-tow styleTow w32" name="sort[]" autocomplete="off" value="<?php echo $output['datas'][$provider['provider_id']][$key + 1]['sort'] ?>" <?php if ($output['datas'][$provider['provider_id']][$key + 1]['has'] == 0) { ?> readOnly style="background-color:#eaeaea;" <?php } ?>>
|
|
|
</div>
|
|
|
<div class="priority">
|
|
|
- <input type="text" class="input-three styleTow w32" name="opened[]" autocomplete="off" value="<?php echo $output['datas'][$provider['provider_id']][$key + 3]['opened'] ?>" <?php if ($output['datas'][$provider['provider_id']][$key + 3]['has'] == 0) { ?> readOnly style="background-color:#eaeaea;" <?php } ?>>
|
|
|
+ <input type="text" class="input-three styleTow w32" name="opened[]" autocomplete="off" value="<?php echo $output['datas'][$provider['provider_id']][$key + 1]['opened'] ?>" <?php if ($output['datas'][$provider['provider_id']][$key + 1]['has'] == 0) { ?> readOnly style="background-color:#eaeaea;" <?php } ?>>
|
|
|
</div>
|
|
|
|
|
|
</td>
|