[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4087] branches/1.3



Revision: 4087
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4087&view=rev
Author:   einhverfr
Date:     2011-11-26 04:33:52 +0000 (Sat, 26 Nov 2011)
Log Message:
-----------
Correcting bank account editing glitches by removing edit code

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/UI/Contact/contact.html

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2011-11-26 04:27:16 UTC (rev 4086)
+++ branches/1.3/Changelog	2011-11-26 04:33:52 UTC (rev 4087)
@@ -23,6 +23,9 @@
 * Reduced warnings in logs (Chris T)
 * Fixed error when batch printing timecards (Erik H)
 * Fixed menu reversal with batch printing (Erik H)
+* Removed broken edit buttons on bank account tab of contacts form (Chris T)
+* Corrected UI glitches involving adding employee contact info (Chris T)
+* Corrected missing translation call in contact template (Chris T)
 
 Changelog for LedgerSMB 1.3.6
 * Including xelatex templates under directory templates/xedemo (Chris T)

Modified: branches/1.3/UI/Contact/contact.html
===================================================================
--- branches/1.3/UI/Contact/contact.html	2011-11-26 04:27:16 UTC (rev 4086)
+++ branches/1.3/UI/Contact/contact.html	2011-11-26 04:33:52 UTC (rev 4087)
@@ -1004,18 +1004,11 @@
 	<td class="bic"><?lsmb ba.bic ?></td>
 	<td class="iban"><?lsmb ba.iban ?></td>
 	<td class="actions">
-		<a href="<?lsmb script ?>?action=edit_bank_acct&entity_id=<?lsmb
-			entity_id ?>&bank_account_id=<?lsmb ba.id 
-                        ?>&bic=<?lsmb tt_url(ba.bic)
-                        ?>&iban=<?lsmb tt_url(ba.iban) 
-                        ?>&credit_id=<?lsmb tt_url(credit_id) 
-                        ?>&target_div=bank_div"
-			>[Edit]</a> 
 		<a href="<?lsmb script ?>?action=delete_bank_acct&entity_id=<?lsmb
 			entity_id ?>&bank_account_id=<?lsmb ba.id 
                         ?>&target_div=bank_div&form_id=<?lsmb form_id 
                         ?>&credit_id=<?lsmb tt_url(credit_id) ?>"
-			>[Delete]</a> 
+			>[<?lsmb text('Delete') ?>]</a> 
 	</td>
 </tr>
 <?lsmb END ?>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.