| Line 184... |
Line 184... |
| 184 |
|
184 |
|
| 185 |
<div class="col-lg-6 form-group">
|
185 |
<div class="col-lg-6 form-group">
|
| 186 |
|
186 |
|
| 187 |
<select class='form-control input-sm' id='selectedUrl' onchange="changeUrl()" >
|
187 |
<select class='form-control input-sm' id='selectedUrl' onchange="changeUrl()" >
|
| 188 |
<option selected disabled>Url</option>
|
188 |
<option selected disabled>Url</option>
|
| 189 |
<option value='http://app.smartdukaan.com/pages/home/dashboard'>http://app.smartdukaan.com/pages/home/dashboard</option>
|
189 |
<option value='https://app.smartdukaan.com/pages/home/dashboard'>http://app.smartdukaan.com/pages/home/dashboard</option>
|
| 190 |
<option value='http://app.smartdukaan.com/pages/home/notifications'>http://app.smartdukaan.com/pages/home/notifications</option>
|
190 |
<option value='https://app.smartdukaan.com/pages/home/notifications'>http://app.smartdukaan.com/pages/home/notifications</option>
|
| 191 |
<option value='http://app.smartdukaan.com/pages/home/services'>http://app.smartdukaan.com/pages/home/services</option>
|
191 |
<option value='https://app.smartdukaan.com/pages/home/services'>http://app.smartdukaan.com/pages/home/services</option>
|
| 192 |
<option value='http://app.smartdukaan.com/pages/home/recharge'>http://app.smartdukaan.com/pages/home/recharge</option>
|
192 |
<option value='https://app.smartdukaan.com/pages/home/recharge'>http://app.smartdukaan.com/pages/home/recharge</option>
|
| 193 |
<option value='http://app.smartdukaan.com/pages/home/damageProtectioninfo'>http://app.smartdukaan.com/pages/home/damageProtectioninfo</option>
|
193 |
<option value='https://app.smartdukaan.com/pages/home/damageProtectioninfo'>http://app.smartdukaan.com/pages/home/damageProtectioninfo</option>
|
| 194 |
<option value='other'>other</option>
|
194 |
<option value='other'>other</option>
|
| 195 |
</select>
|
195 |
</select>
|
| 196 |
<br>
|
196 |
<br>
|
| 197 |
<input placeholder="Url" id="url" name="url" type="text" value="" class="form-control input-sm">
|
197 |
<input placeholder="Url" id="url" name="url" type="text" value="" class="form-control input-sm">
|
| 198 |
</div>
|
198 |
</div>
|