?>
&bannerid=<?php 
                echo $this->_tpl_vars['bannerId'];
                ?>
' class='inlineIcon <?php 
                echo OA_Admin_Template::_function_ox_banner_icon(array('type' => $this->_tpl_vars['banner']['type'], 'active' => $this->_tpl_vars['banner']['active']), $this);
                ?>
'><?php 
                echo is_array($_tmp = $this->_tpl_vars['banner']['description']) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html');
                ?>
</a>
                    <?php 
            } else {
                ?>
                      <span class='inlineIcon <?php 
                echo OA_Admin_Template::_function_ox_banner_icon(array('type' => $this->_tpl_vars['banner']['type'], 'active' => $this->_tpl_vars['banner']['active']), $this);
                ?>
'><?php 
                echo is_array($_tmp = $this->_tpl_vars['banner']['description']) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html');
                ?>
</span>
                    <?php 
            }
            ?>
                  <?php 
            echo OA_Admin_Template::_function_ox_entity_id(array('type' => 'Banner', 'id' => $this->_tpl_vars['bannerId']), $this);
            ?>

                </td>
                <td>
                    <?php