- Cosmetics: aligning the style in the different pages, make the iTop logo clickable, etc...

- Handle persistent user preferences: for now only the menu status (open/closed) and its width. In the future the status of lists (open/closed, which columns to show...) can be considered as well.

SVN:trunk[487]
This commit is contained in:
Denis Flaven
2010-06-25 16:27:44 +00:00
parent 3f60668d90
commit 3392f30e6e
10 changed files with 342 additions and 42 deletions

View File

@@ -468,6 +468,7 @@ class Config
fwrite($hFile, "\t'application' => array (\n");
fwrite($hFile, "\t\t'../application/transaction.class.inc.php',\n");
fwrite($hFile, "\t\t'../application/menunode.class.inc.php',\n");
fwrite($hFile, "\t\t'../application/user.preferences.class.inc.php',\n");
fwrite($hFile, "\t\t'../application/audit.rule.class.inc.php',\n");
// Romain - That's dirty, because those 3 classes are in fact part of the core
// but I needed those classes to be derived from cmdbAbstractObject