[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6745] trunk/UI/payments
- Subject: SF.net SVN: ledger-smb:[6745] trunk/UI/payments
- From: ..hidden..
- Date: Tue, 4 Feb 2014 08:53:21 +0000
Revision: 6745
http://sourceforge.net/p/ledger-smb/code/6745
Author: einhverfr
Date: 2014-02-04 08:53:20 +0000 (Tue, 04 Feb 2014)
Log Message:
-----------
Ensuring all payment/recept screens have dojo date widgets, closing 1034
Modified Paths:
--------------
trunk/UI/payments/payment1.html
trunk/UI/payments/payment2.html
Modified: trunk/UI/payments/payment1.html
===================================================================
--- trunk/UI/payments/payment1.html 2014-02-04 08:48:34 UTC (rev 6744)
+++ trunk/UI/payments/payment1.html 2014-02-04 08:53:20 UTC (rev 6745)
@@ -60,6 +60,7 @@
datefrom.type = "text";
datefrom.size = "10" ;
datefrom.maxlenght = "10" ;
+ datefrom.class = 'date';
datefrom.name = "datefrom";
INCLUDE input element_data=datefrom;
-?>
@@ -70,6 +71,7 @@
dateto.type = "text";
dateto.size = "10" ;
dateto.maxlenght = "10" ;
+ dateto.class = 'date';
dateto.name = "dateto";
INCLUDE input element_data=dateto;
-?>
Modified: trunk/UI/payments/payment2.html
===================================================================
--- trunk/UI/payments/payment2.html 2014-02-04 08:48:34 UTC (rev 6744)
+++ trunk/UI/payments/payment2.html 2014-02-04 08:53:20 UTC (rev 6745)
@@ -91,6 +91,7 @@
</tr>
<tr id="date_row"><?lsmb # here goes an input where the date can be written, we can also use a java calendar :). We can use an ajax script to call the Exchange rate of the input date wich can be called with the onChange Method ?>
<th align="right" nowrap id="date_label_column"><?lsmb text('Date') ?></th>
+ <?lsmb- datepaid.class = 'date' ?>
<td colspan="2" id="date_column"> <?lsmb INCLUDE input element_data=datepaid ?><?lsmb datepaid.id='olddatepaid'; datepaid.name='olddatepaid'; datepaid.type='hidden'; INCLUDE input element_data=datepaid ?> </td>
</tr>
<tr id="source_row">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits