Commit af34c65e by Tobin

dc

parent 351edda3
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
} }
} }
?> ?>
</select> </select>
</div> </div>
</div> </div>
</form> </form>
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<div class="form-group"> <div class="form-group">
<label>Licence Exp Date</label> <label>Licence Exp Date</label>
<div class="input-group date" data-provide="datepicker"> <div class="input-group date" data-provide="datepicker">
<input id="date" type="text" class="form-control" data-parsley-trigger="change" data-parsley-minlength="2" name="licence_exp_date" placeholder="Pick Licence Expiry Date" autocomplete="off" value="<?= (isset($user_data->licence_exp_date))?$user_data->licence_exp_date:'' ?>"> <input id="date" type="text" class="form-control" data-parsley-trigger="change" data-parsley-minlength="2" name="licence_exp_date" placeholder="Pick Licence Expiry Date" autocomplete="off">
<div class="input-group-addon"> <div class="input-group-addon">
<i class="fa fa-calendar"></i> <i class="fa fa-calendar"></i>
</div> </div>
......
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