Commit 9dd00d3a by Phạm Văn Đoan

thêm css cho src option

parent e1a02b77
...@@ -137,17 +137,23 @@ $check = "checked => 1"; ...@@ -137,17 +137,23 @@ $check = "checked => 1";
<div class="col-lg-3" id="source"> <div class="col-lg-3" id="source">
<div class="row"> <div class="row">
<div class="col-lg-4"> <div class="col-lg-4">
<input name="source" id="zing" value="zing" type="radio" <label class="src-option">
<?php if ($source == 'zing' || $source != 'nct' || $source != 'keeng') echo 'checked';?>> <input name="source" id="zing" value="zing" type="radio"
Zing <?php if ($source == 'zing' || $source != 'nct' || $source != 'keeng') echo 'checked';?>>
Zing
</label>
</div> </div>
<div class="col-lg-4"> <div class="col-lg-4">
<input name="source" id="nct" value="nct" type="radio" <label class="src-option">
<?php if($source == 'nct' ) echo 'checked' ;?>> NCT <input name="source" id="nct" value="nct" type="radio"
<?php if($source == 'nct' ) echo 'checked' ;?>> NCT
</label>
</div> </div>
<div class="col-lg-4"> <div class="col-lg-4">
<input name="source" id="keeng" value="keeng" type="radio" <label class="src-option">
<?php if($source == 'keeng' ) echo 'checked'; ?>> Keeng <input name="source" id="keeng" value="keeng" type="radio"
<?php if($source == 'keeng' ) echo 'checked'; ?>> Keeng
</label>
</div> </div>
</div> </div>
<?php <?php
......
...@@ -31,4 +31,6 @@ div.error > li{ ...@@ -31,4 +31,6 @@ div.error > li{
width: 175px; width: 175px;
} }
.color-red{ color: red} .color-red{ color: red}
\ No newline at end of file
label.src-option:hover { cursor: pointer }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment