Changed layout to enlarge the detail table on the edit page. Changed edit action to redirect to the view page.

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@221 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-06 03:09:54 +00:00
parent 3e60f8d45e
commit 689a6dc7aa
3 changed files with 6 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ div.detail.supporting { clear : both;
* Item edit formats
*/
.edit table.detail { width : auto;
.edit table.detail { width : 80%;
float : none;
}