Added missing class to input element.

This commit is contained in:
Alex Tselegidis 2016-07-16 18:14:49 +02:00
parent f51b4cbe8d
commit c6728ee99e

View file

@ -193,7 +193,7 @@
<div class="form-group">
<label for="end-datetime" class="control-label col-sm-3" ><?php echo $this->lang->line('end_date_time'); ?></label>
<div class="col-sm-7">
<input type="text" id="end-datetime" />
<input type="text" id="end-datetime" class="form-control" />
</div>
</div>