* adjust for output timeout from exportConfigVars.

This commit is contained in:
wyd621
2014-03-24 01:25:44 +00:00
parent 01d820accb
commit 12374a02bc
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php js::set('timeout', $this->lang->timeout)?>
<?php
js::import($jsRoot . 'jquery/form/min.js');
js::import($jsRoot . 'jquery/form/zentao.js');
?>
+1 -1
View File
@@ -11,7 +11,7 @@ $clientTheme = $this->app->getClientTheme();
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<?php
echo html::title($title . ' - ' . $lang->zentaoPMS);