Selaa lähdekoodia

Fix 12months business 1Gbps get 3 fixed IP

hajar
Siti Hajar Ibrahim 4 vuotta sitten
vanhempi
commit
e620597d94
1 muutettua tiedostoa jossa 8 lisäystä ja 1 poistoa
  1. 8
    1
      resources/views/sales/form/dealer/business_package.blade.php

+ 8
- 1
resources/views/sales/form/dealer/business_package.blade.php Näytä tiedosto

@@ -249,9 +249,12 @@
<div class="checkbox">
@if ($pg == "1Gbps")
@if ($city == "CYBERJAYA")
<label>
<label id= "ip1">
<input type="checkbox" name="ip" id="ip" value="Free 1 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 1 Fixed IP</p>
</label>
<label id="ip3" style="display:none">
<input type="checkbox" name="ip" id="ip" value="Free 3 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 3 Fixed IP</p>
</label>
@else
<label>
<input type="checkbox" name="ip" id="ip" value="Free 3 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 3 Fixed IP</p>
@@ -494,6 +497,8 @@
$('#OTC').show();
$('#OTC-side').show();
$('#otcVoice').show();
$('#ip3').show();
$('#ip1').hide();
document.getElementById('10off').checked = false;
$('#10off').hide();
$('#10off1').hide();
@@ -504,6 +509,8 @@
$('#OTC').hide();
$('#OTC-side').hide();
$('#otcVoice').show();
$('#ip1').show();
$('#ip3').hide();
document.getElementById('10off').checked = true;
$('#10off').show();
$('#10off1').show();

Loading…
Peruuta
Tallenna