<div>
      <?php 
echo $this->_tpl_vars['message'];
?>

    </div>

    <div class="jqm-controls">
      <input id="<?php 
echo is_array($_tmp = @$this->_tpl_vars['id']) ? $this->_run_mod_handler('default', true, $_tmp, '') : smarty_modifier_default($_tmp, '');
?>
cd-submit" type="button" value="<?php 
echo $this->_tpl_vars['confirmLabel'];
?>
" class="main-submit" <?php 
echo OA_Admin_Template::_function_tabindex(array(), $this);
?>
 />&nbsp;
      <input id="<?php 
echo is_array($_tmp = @$this->_tpl_vars['id']) ? $this->_run_mod_handler('default', true, $_tmp, '') : smarty_modifier_default($_tmp, '');
?>
cd-cancel" type="button" value="<?php 
echo is_array($_tmp = @$this->_tpl_vars['cancelLabel']) ? $this->_run_mod_handler('default', true, $_tmp, 'Cancel') : smarty_modifier_default($_tmp, 'Cancel');
?>
"  <?php 
echo OA_Admin_Template::_function_tabindex(array(), $this);
?>
 />
    </div>
  </div>
</div>