summaryrefslogtreecommitdiff
path: root/UI
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-21 05:42:22 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-21 05:42:22 +0000
commiteb7e5f65f488f890c1d9fb6d56bed8a40fe8a595 (patch)
treeca581deabbbae5cc59c7df22b9ed77c095e8fccb /UI
parentff6f935be468458483306b06a827ccc82564c496 (diff)
More Customer Fixes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1885 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r--UI/Customer/customer.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/UI/Customer/customer.html b/UI/Customer/customer.html
index 4bd9ae8d..ef0b79e1 100644
--- a/UI/Customer/customer.html
+++ b/UI/Customer/customer.html
@@ -165,7 +165,7 @@
<div class="listtop"><?lsmb text('Locations') ?></div>
<!-- This entire form should probably be optionaly automated with AJAX
in oder to prevent user confusion -->
- <form id="location_form" action="vendor.pl">
+ <form id="location_form" action="customer.pl">
<input type="hidden" name="entity_id" value="<?lsmb entity_id ?>">
<input type="hidden" name="location_id" value="<?lsmb location_id ?>">
<table width="100%">
@@ -234,8 +234,9 @@
<?lsmb END ?>
</select>
</div>
- <div><button type=submit class="submit" name=submit value="add_location"
- id="loc_save_location">Save Location</button>
+ <div><button type=submit class="submit" name="action"
+ value="add_location" id="loc_save_location">
+ <?lsmb text('Save Location') ?></button>
</div>
</form>
</div>