CC-3845 : General UI cleanup
This commit is contained in:
parent
560b9da239
commit
bb084f5a85
airtime_mvc/application/views/scripts/form
|
@ -3,7 +3,7 @@
|
|||
<?php echo $this->element->getElement('his_time_start') ?>
|
||||
<?php echo $this->element->getElement('his_date_end') ?>
|
||||
<?php echo $this->element->getElement('his_time_end') ?>
|
||||
<div id="his_submit" class="ui-button ui-state-default">
|
||||
<div id="his_submit" class="ui-button ui-state-default" title="Filter History">
|
||||
<span class="ui-icon ui-icon-search"></span>
|
||||
</div>
|
||||
</div>
|
|
@ -3,7 +3,7 @@
|
|||
<?php echo $this->element->getElement('sb_time_start') ?>
|
||||
<?php echo $this->element->getElement('sb_date_end') ?>
|
||||
<?php echo $this->element->getElement('sb_time_end') ?>
|
||||
<div id="sb_submit" class="ui-button ui-state-default">
|
||||
<div id="sb_submit" class="ui-button ui-state-default" title="Find Shows">
|
||||
<span class="ui-icon ui-icon-search"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue