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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user