summaryrefslogtreecommitdiff
path: root/UI
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-09-09 22:17:46 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-09-09 22:17:46 +0000
commita2fe34ab7ed7d1f7dffc13d09d76a9b15e25abc8 (patch)
tree05f4ef4ba6770c249c7007711825f64e4de936f1 /UI
parent7a37d5f875cad6c143b3d19226ebc5df7549faae (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.html4
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"