Files
EasySoft-ZenTaoPMS/module/common/view/form.html.php
T
2014-08-15 01:21:40 +00:00

7 lines
254 B
PHP
Executable File

<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php js::set('formTimeout', $this->config->formTimeout)?>
<?php
js::import($jsRoot . 'jquery/form/min.js');
js::import($jsRoot . 'jquery/form/zentao.js');
?>