Fixed booking wizard display problem at first step.

This commit is contained in:
Alex Tselegidis 2015-04-21 23:23:16 +02:00
parent e28dba9002
commit 4d57b8f045

View file

@ -163,6 +163,7 @@
<h3 class="frame-title"><?php echo $this->lang->line('step_one_title'); ?></h3>
<div class="frame-content" style="width:520px">
<div class="form-group">
<label for="select-service">
<strong><?php echo $this->lang->line('select_service'); ?></strong>
</label>
@ -221,12 +222,15 @@
}
?>
</select>
</div>
<div class="form-group">
<label for="select-provider">
<strong><?php echo $this->lang->line('select_provider'); ?></strong>
</label>
<select id="select-provider" class="cold-md-4 form-control"></select>
</div>
<div id="service-description" style="display:none;"></div>
</div>