?>
' class='inlineIcon iconCampaignSystem'><?php 
                        echo is_array($_tmp = $this->_tpl_vars['campaign']['campaignname']) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html');
                        ?>
</a>
                            <?php 
                    } else {
                        ?>
                                <a href='campaign-edit.php?clientid=<?php 
                        echo $this->_tpl_vars['clientId'];
                        ?>
&campaignid=<?php 
                        echo $this->_tpl_vars['campaignId'];
                        ?>
' class='inlineIcon <?php 
                        echo OA_Admin_Template::_function_ox_campaign_icon(array('status' => $this->_tpl_vars['campaign']['status']), $this);
                        ?>
'><?php 
                        echo is_array($_tmp = $this->_tpl_vars['campaign']['campaignname']) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html');
                        ?>
</a>
                            <?php 
                    }
                    ?>
                        <?php 
                }
                ?>
                    <?php 
            }
            ?>
                    <?php