|
From: <dai...@us...> - 2011-01-30 03:56:36
|
Revision: 4478
http://web-erp.svn.sourceforge.net/web-erp/?rev=4478&view=rev
Author: daintree
Date: 2011-01-30 03:56:30 +0000 (Sun, 30 Jan 2011)
Log Message:
-----------
Fix xhtml
Modified Paths:
--------------
trunk/Z_ImportChartOfAccounts.php
Modified: trunk/Z_ImportChartOfAccounts.php
===================================================================
--- trunk/Z_ImportChartOfAccounts.php 2011-01-29 21:46:53 UTC (rev 4477)
+++ trunk/Z_ImportChartOfAccounts.php 2011-01-30 03:56:30 UTC (rev 4478)
@@ -77,7 +77,7 @@
echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />';
echo '<table><tr><td>'._('File to import').'</td>'.
'<td><input type="file" id="ImportFile" name="ImportFile"></td></tr></table>';
- echo 'div class="centre"><input type="submit" name="update" value="Process"></div>';
+ echo '<div class="centre"><input type="submit" name="update" value="Process"></div>';
echo '</form>';
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|