Revision: 2175
http://astpp.svn.sourceforge.net/astpp/?rev=2175&view=rev
Author: darrenkw
Date: 2008-05-03 15:03:34 -0700 (Sat, 03 May 2008)
Log Message:
-----------
The Accountlist template was missing data in a dropdown.
Modified Paths:
--------------
trunk/templates/account-info.tpl
Modified: trunk/templates/account-info.tpl
===================================================================
--- trunk/templates/account-info.tpl 2008-05-03 22:02:09 UTC (rev 2174)
+++ trunk/templates/account-info.tpl 2008-05-03 22:03:34 UTC (rev 2175)
@@ -5,7 +5,7 @@
<td>Action</td>
</tr>
<tr class="rowone">
- <td><TMPL_VAR NAME="accountlist"> <input name="accountnum" size="20" type="text"></td>
+ <td><TMPL_VAR NAME="accountlist"> <input name="accountnum" value=<TMPL_VAR NAME="accountnum"> size="20" type="text"></td>
<td><input name="action" value="Information" type="submit"></td>
</tr>
</table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|