summaryrefslogtreecommitdiff
path: root/UI
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-09-03 18:15:41 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-09-03 18:15:41 +0000
commit9b24d1041b7c8e96962d1aa95dd4efba39f912b2 (patch)
tree219d12b0d005eefd19b46e12e1be3f3b836a2a9f /UI
parent26e09a22f9226776ed00998ad77712808c8fdb67 (diff)
Adding button to generate entity control code
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2310 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r--UI/Contact/contact.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html
index 2d15adc1..341ef154 100644
--- a/UI/Contact/contact.html
+++ b/UI/Contact/contact.html
@@ -166,7 +166,13 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
name = "control_code"
value = control_code
size = "20"
- } ?><br/>
+ } ?><?lsmb PROCESS button element_data = {
+ text = text('Generate')
+ type = "submit"
+ name = "action"
+ value = "generate_control_code"
+ class = "submit"
+ } ?><br/>
<?lsmb PROCESS input element_data = {
label = text('Name:')
type= "text"
@@ -301,14 +307,14 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
size = "20"
} #' ?>
</td>
- <td>
+ <td><span id="terms-span">
<?lsmb INCLUDE input element_data = {
label = text('Terms:'),
name = "terms",
value = terms,
type = "text",
size = "5"
- } ?> <?lsmb text('days') ?>
+ } ?> <?lsmb text('days') ?></span>
</td>
</tr>
<tr id="discount-gifi-row">