Files
EasySoft-ZenTaoPMS/module/common/view/chosen.html.php
T

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>