Add analytics
[bus.git] / busui / owa / modules / base / templates / dimension_browser.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="owa_dimensionDetail" id="">
 
        <div class="icon" style="float:left;">
                <img src="<?php echo $this->getBrowserIcon($properties['browser_family']);?>">
        </div>
        <div>
                <div class="title">
                <?php $this->out($properties['browser_family'], true, true); ?>
                </div>
                
        </div>
        <div style="clear:both;"></div>
        
</div>