|
From: Benjamin C. <bc...@us...> - 2002-09-14 19:31:26
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv1879/templates/default
Modified Files:
bugdisplay.html
Log Message:
Fixes bug #559997 - Show the posted values instead of the database values when showing the form after a submission with errors.
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- bugdisplay.html 13 Sep 2002 19:11:29 -0000 1.39
+++ bugdisplay.html 14 Sep 2002 19:31:23 -0000 1.40
@@ -138,7 +138,7 @@
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td valign="top">{$STRING.BUGDISPLAY.AdditionalComments}:<br><br>
- <textarea name="comments" rows="6" cols="55" wrap="virtual"></textarea>
+ <textarea name="comments" rows="6" cols="55" wrap="virtual">{$smarty.post.comments}</textarea>
<br><br>
<div align="right">
{if $smarty.session.uid}
|