Files
EasySoft-ZenTaoPMS/module/common/view/colorize.html.php
2013-08-01 16:52:24 +08:00

11 lines
339 B
PHP
Executable File

<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php if($config->debug) js::import($jsRoot . 'jquery/colorize/min.js');?>
<script language='javascript'>
$(function()
{
$('.colored').colorize();
$('tfoot td').css('background', 'white').unbind('click').unbind('hover');
}
);
</script>