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

SF.net SVN: ledger-smb:[2223] trunk/UI



Revision: 2223
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2223&view=rev
Author:   aurynn_cmd
Date:     2008-07-29 22:39:50 +0000 (Tue, 29 Jul 2008)

Log Message:
-----------
Rearranging the UI directory to have non-capitalized reconciliation dir.

Modified Paths:
--------------
    trunk/UI/reconciliation/search.html

Added Paths:
-----------
    trunk/UI/reconciliation/

Removed Paths:
-------------
    trunk/UI/Reconciliation/

Modified: trunk/UI/reconciliation/search.html
===================================================================
--- trunk/UI/Reconciliation/search.html	2008-07-25 23:44:18 UTC (rev 2222)
+++ trunk/UI/reconciliation/search.html	2008-07-29 22:39:50 UTC (rev 2223)
@@ -1,8 +1,9 @@
-<form name="reconciliation__search" method="POST" action="">
-    
+<form name="reconciliation__search" method="POST" action="recon.pl">
+    <input type="hidden" name="action" value="search">
     <div>
     Date:<br/>
-    <input type="input" size="15" name="date_begin" alt="mon/day/year"/> to <input type="input" size="15" name="date_end" alt="mon/day/year"/><br/>
+    <input type="input" size="15" name="date_begin" alt="<?lsmb date_format ?>"/> to 
+        <input type="input" size="15" name="date_end" alt="<?lsmb date_format ?>"/><br/>
     </div>
     
     <div>
@@ -12,7 +13,13 @@
     
     <div>
         Status:<br/>
-        
+        <select name="status">
+            
+            <option value="1">Approved</option>
+            <option value="0">Unapproved</option>
+        </select>
     </div>
-    
+    <div>
+        <input type="submit" value="Search!">
+    </div>
 </form>
\ No newline at end of file


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