Commit e8241b61 authored by Mihiranga G.L.V - IT18500790's avatar Mihiranga G.L.V - IT18500790

Merge branch 'IT18500790' into 'master'

It18500790

See merge request !29
parents dec44072 3a99ed0a
.history/
images/ images/
.history/
\ No newline at end of file
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="x_slider_form_input_wrapper float_left"> <div class="x_slider_form_input_wrapper float_left">
<h3>Name / Nickname</h3> <h3>Name / Nickname</h3>
<input id="name1" type="text" placeholder="Name"> <input id="name1" type="text" placeholder="Name" autocomplete="off">
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="x_slider_form_input_wrapper float_left"> <div class="x_slider_form_input_wrapper float_left">
<h3>Age</h3> <h3>Age</h3>
<input id="age1" type="text" placeholder="Age"> <input id="age1" type="text" placeholder="Age" autocomplete="off">
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
......
...@@ -597,6 +597,10 @@ ...@@ -597,6 +597,10 @@
<div class="col-md-12"> <div class="col-md-12">
<div class="contect_btn contect_btn_contact"> <div class="contect_btn contect_btn_contact">
<ul> <ul>
<li style="display:block;" id="confirm_btn"><a href="javascript:void(0)" id="confirm_btn" onclick="confirmTripPlan();">Confirm Plan <i class="fa fa-arrow-right"></i></a>
</li>
<li style="display:none;" id="confirm_txt">
<h4><b> Successfully Confirm Trip Plan </b></h4>
<li><a href="javascript:void(0)" onclick="confirmTripPlan();">Confirm Plan <i class="fa fa-arrow-right"></i></a> <li><a href="javascript:void(0)" onclick="confirmTripPlan();">Confirm Plan <i class="fa fa-arrow-right"></i></a>
</li> </li>
</ul> </ul>
...@@ -625,6 +629,7 @@ ...@@ -625,6 +629,7 @@
<style> <style>
.btn-link:hover, .btn-link, .btn-link:focus{ .btn-link:hover, .btn-link, .btn-link:focus{
text-decoration:none; text-decoration:none;
...@@ -726,6 +731,8 @@ ...@@ -726,6 +731,8 @@
icon: 'fa fa-check-circle', icon: 'fa fa-check-circle',
msg: 'Successfully confirm your plan.' msg: 'Successfully confirm your plan.'
}); });
document.getElementById('confirm_btn').style.display = "none";
document.getElementById('confirm_txt').style.display = "block";
} }
} }
} }
......
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