Changed the dynamic div generation to occur under PHP instead of directly under Javascript. This allows us to create a div on the server side making it directly part of the page (which is how we'll populate it with existing values).

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@211 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-05 17:30:59 +00:00
parent 6844513253
commit c59f48fb84
3 changed files with 178 additions and 112 deletions

View File

@@ -79,6 +79,15 @@ div.detail.supporting { clear : both;
padding-top: 1.5em; }
/************************************************************
************************************************************
* Item edit formats
*/
.edit table.detail { width : auto;
float : none;
}
/************************************************************
************************************************************
@@ -199,11 +208,18 @@ div.loading {
* Forms
*/
form {
margin-right: 20px;
padding: 0;
width: 80%;
}
div.dynamic-set {
margin-top: 1.5em;
width: 50%;
}
fieldset {
border: 1px solid #ccc;
margin-top: 4px;