Many, many changes, and yet still much to do. Many things are working, but certainly nothing beyond simply data retrieval (no editing or adding of any data). Also, some work is still required to ensure the grids have the right columns; we can strip out certain columns for some views (such as removing customer from the leases grid of the customer view... completely redundant). And of course, there are still many bugs and lots to clean up.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@368 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-23 01:49:46 +00:00
parent 0ba5007438
commit 234999b4d2
46 changed files with 616 additions and 1128 deletions

View File

@@ -209,6 +209,12 @@ div.related {
}
/* Debugging */
.pr-caller {
color: #000;
background: #c8c;
/* padding-top: 0.2em; */
padding: 0.1em;
}
pre {
color: #000;
background: #f0f0f0;

View File

@@ -126,7 +126,6 @@ div.detail.supporting { clear : both;
*/
div.infobox { float: right;
width: 39%;
margin-top: 2.0em;
margin-right: 0.5em;
}