$this->assign('checked', '');
}
?>
<input class="checkbox" title="<?php 
echo $this->_tpl_vars['field']->getExtra();
?>
" type="checkbox" name="<?php 
echo $this->_tpl_vars['field']->getName();
?>
" id="<?php 
echo $this->_tpl_vars['field']->getId();
?>
"  value="<?php 
echo $this->_tpl_vars['field']->getDefaultvalue();
?>
" <?php 
echo $this->_tpl_vars['checked'];
?>
 onEnter="<?php 
echo smarty_function_ajaxform(array('form' => $this->_tpl_vars['form']), $this);
?>
" <?php 
if ($this->_tpl_vars['form']->isPhased()) {
    ?>
 onchange="<?php 
    echo smarty_function_ajaxform(array('form' => $this->_tpl_vars['form'], 'notfinal' => true, 'field' => $this->_tpl_vars['field']->getName()), $this);
    ?>
" onclick="this.blur();" <?php 
}
?>
/>
/* Smarty version 2.6.18, created on 2010-04-28 12:35:25
   compiled from textField.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'ajaxform', 'textField.tpl', 6, false))), $this);
if ($this->_tpl_vars['field']->getValue() != '') {
    ?>
	<?php 
    $this->assign('fieldValue', $this->_tpl_vars['field']->getValue());
} else {
    ?>
	<?php 
    $this->assign('fieldValue', $this->_tpl_vars['field']->getDefaultvalue());
}
?>
<input type="text" title="<?php 
echo $this->_tpl_vars['field']->getExtra();
?>
" name="<?php 
echo $this->_tpl_vars['field']->getName();
?>
" id="<?php 
echo $this->_tpl_vars['field']->getId();
?>
" value="<?php 
echo $this->_tpl_vars['fieldValue'];
?>
" onEnter="<?php 
echo smarty_function_ajaxform(array('form' => $this->_tpl_vars['form']), $this);
?>
" />
        ?>
" onclick="tinyMCE.triggerSave(false, false);<?php 
        echo smarty_function_ajaxform(array('form' => $this->_tpl_vars['form']), $this);
        ?>
" /> <input type="reset" value="Wijzigen" onclick="tinyMCE.triggerSave(false, false);<?php 
        echo smarty_function_ajaxform(array('abort' => 'true', 'form' => $this->_tpl_vars['form']), $this);
        ?>
" /></div>
				<?php 
    } elseif ($this->_tpl_vars['form']->isPhased() && !$this->_tpl_vars['form']->isReady()) {
        ?>
				<div class="formbuttons"><input type="submit" value="<?php 
        echo $this->_tpl_vars['form']->getSubmittext();
        ?>
" onclick="" /><input type="reset" value="Wijzigen" onclick="tinyMCE.triggerSave(false, false);<?php 
        echo smarty_function_ajaxform(array('abort' => 'true', 'form' => $this->_tpl_vars['form']), $this);
        ?>
" /></div>
				<?php 
    }
    ?>

				<input type="hidden" id="hidden_form_id" name="hidden_form_id" value="<?php 
    echo $this->_tpl_vars['form']->getId();
    ?>
" />
			</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>