[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5926] trunk/UI/Contact/divs/credit.html
- Subject: SF.net SVN: ledger-smb:[5926] trunk/UI/Contact/divs/credit.html
- From: ..hidden..
- Date: Sat, 27 Jul 2013 22:22:58 +0000
Revision: 5926
http://sourceforge.net/p/ledger-smb/code/5926
Author: freelock
Date: 2013-07-27 22:22:57 +0000 (Sat, 27 Jul 2013)
Log Message:
-----------
Fix for #880, ECA Entry Screen Broken.
Result of a missing </div> tag. Also strict validation with mixed cases of an <A> tag.
Modified Paths:
--------------
trunk/UI/Contact/divs/credit.html
Modified: trunk/UI/Contact/divs/credit.html
===================================================================
--- trunk/UI/Contact/divs/credit.html 2013-07-27 09:58:55 UTC (rev 5925)
+++ trunk/UI/Contact/divs/credit.html 2013-07-27 22:22:57 UTC (rev 5926)
@@ -346,10 +346,10 @@
title="Quotation [Alt-Q]"
text = (entity_class == 1) ? text('RFQ') : text('Quotation')
}; ?>
- <A HREF="contact.pl?action=get_pricelist&credit_id=<?lsmb
+ <a href="contact.pl?action=get_pricelist&credit_id=<?lsmb
credit_act.id ?>"><?lsmb text('Pricelist') ?></a>
<?lsmb END ?>
-
+ </div>
</form>
<?lsmb IF credit_act.id ?>
<div class="listtop"><?lsmb text('Profit and Loss') ?></div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.