?>
&zoneid=<?php 
                echo $this->_tpl_vars['zoneId'];
                ?>
' class='inlineIcon <?php 
                echo OA_Admin_Template::_function_ox_zone_icon(array('delivery' => $this->_tpl_vars['zone']['delivery'], 'active' => $this->_tpl_vars['zone']['active'], 'warning' => $this->_tpl_vars['zone']['lowPriorityWarning']), $this);
                ?>
'><?php 
                echo is_array($_tmp = $this->_tpl_vars['zone']['zonename']) ? $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_zone_icon(array('delivery' => $this->_tpl_vars['zone']['delivery'], 'active' => $this->_tpl_vars['zone']['active'], 'warning' => $this->_tpl_vars['zone']['lowPriorityWarning']), $this);
                ?>
'><?php 
                echo is_array($_tmp = $this->_tpl_vars['zone']['zonename']) ? $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' => 'Zone', 'id' => $this->_tpl_vars['zoneId']), $this);
            ?>

                </td>
                <td>
                    <?php