Files
EasySoft-ZenTaoPMS/module/common/view/chosen.html.php
chencongzhi520@gmail.com 5c1eee7091 * code for task#848.
2012-06-25 02:39:11 +00:00

7 lines
274 B
PHP
Executable File

<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php
css::import($defaultTheme . 'chosen.css');
js::import($jsRoot . 'jquery/chosen/chosen.min.js');
?>
<script> noResultsMatch = '<?php echo $lang->noResultsMatch;?>' </script>