Add feature : theme

Add theme aqua
Fix bug in centralized printing: need to drop and recreate table and REcentralize
Improve printing
Add documentation and code cleaning
This commit is contained in:
sparkyx 2003-10-19 18:59:21 +00:00
parent 6bc12929ec
commit b2a264ae09
61 changed files with 887 additions and 274 deletions

View file

@ -359,7 +359,6 @@ function GetUserProperty($p_cn,$p_user)
'use_theme'=>'classic');
$a=pg_fetch_array($Ret,0);
return $a;
}