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

SF.net SVN: ledger-smb:[4292] branches/1.3/UI/payments/search.html



Revision: 4292
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4292&view=rev
Author:   einhverfr
Date:     2012-02-07 07:08:04 +0000 (Tue, 07 Feb 2012)
Log Message:
-----------
UI template changes to payment/receipt reversal search filter

Modified Paths:
--------------
    branches/1.3/UI/payments/search.html

Modified: branches/1.3/UI/payments/search.html
===================================================================
--- branches/1.3/UI/payments/search.html	2012-02-07 06:32:56 UTC (rev 4291)
+++ branches/1.3/UI/payments/search.html	2012-02-07 07:08:04 UTC (rev 4292)
@@ -102,6 +102,22 @@
 		label = text('Date Reversed') # '
 	} ?>
 	<?lsmb END # if batch_id ?></div>
+<div class="input" id="curr-exchange-div">
+      <?lsmb INCLUDE select element_data = {
+              name = 'currency'
+           options = currencies
+  default_optiopns = [default_currency]
+             label = text('Currency')
+      } ?>
+      <?lsmb INCLUDE input element_data = {
+             label = text('Exchange Rate') #'
+              type = 'text'
+              size = 10
+              name = 'exchangerate'
+             value = exchangerate
+             class = 'fxrate'
+      } ?>
+</div>
 <?lsmb END # if ! search_only -?>
 <div class="input" id="search_button_div">
 	<?lsmb INCLUDE button element_data = {

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