?>
    <img src='<?php 
    echo $this->_tpl_vars['assetPath'];
    ?>
/images/icon-zone-new.gif' border='0' align='absmiddle'>&nbsp;<a href='zone-edit.php?affiliateid=<?php 
    echo $this->_tpl_vars['affiliateid'];
    ?>
' accesskey='<?php 
    echo $this->_tpl_vars['keyAddNew'];
    ?>
'><?php 
    echo OA_Admin_Template::_function_t(array('str' => 'AddNewZone_Key'), $this);
    ?>
</a>&nbsp;&nbsp;
    <?php 
    echo OA_Admin_Template::_function_phpAds_ShowBreak(array(), $this);
    ?>

<?php 
}
?>
<br /><br />

<?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "form/general-errors.html", 'smarty_include_vars' => array('errors' => $this->_tpl_vars['zoneErrors'], 'title' => 'ErrorEditingZone', 'text' => 'UnableToChangeZone')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

<?php