diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-09 22:17:46 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-09 22:17:46 +0000 |
commit | a2fe34ab7ed7d1f7dffc13d09d76a9b15e25abc8 (patch) | |
tree | 05f4ef4ba6770c249c7007711825f64e4de936f1 /UI | |
parent | 7a37d5f875cad6c143b3d19226ebc5df7549faae (diff) |
Refactored code for customers and vendors for better maintenance and customizability
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2318 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r-- | UI/Contact/contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index 341ef154..ac00cb72 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -6,7 +6,7 @@ <?lsmb PROCESS 'elements.html' ?> <body> <?lsmb IF name ?> - <div class="pageheading"><?lsmb name?></font> + <div class="pageheading"><?lsmb name?></div> <?lsmb END ?> <div class="navigation" id="nav_div"> <?lsmb IF entity_id ?><?lsmb operation = "Edit" ?><?lsmb ELSE @@ -144,7 +144,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> ?><?lsmb CASE 2 ?><?lsmb entity_classname = "Customer" ?><?lsmb END ?> <div class="listtop"><strong><?lsmb text("$operation $entity_classname") ?></strong></div> -<form name="customer" method="POST" action="<?lsmb script ?>"> +<form name="customer" method="post" action="<?lsmb script ?>"> <?lsmb PROCESS input element_data = { type = "hidden" name = "entity_id" |