|
From: Benjamin C. <bc...@us...> - 2002-04-09 23:27:07
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv19998/templates/default
Modified Files:
bugattachmentform.html
Log Message:
Cleanup
Index: bugattachmentform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugattachmentform.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bugattachmentform.html 3 Apr 2002 00:57:50 -0000 1.3
+++ bugattachmentform.html 9 Apr 2002 23:27:03 -0000 1.4
@@ -1,5 +1,5 @@
<form enctype="multipart/form-data" action="{$SCRIPT_NAME}" method="post">
-<input type="hidden" name="bugid" value="{bugid}">
+<input type="hidden" name="bugid" value="{$bugid}">
<table border="0" width="640">
<tr>
<td colspan="2">
@@ -9,7 +9,7 @@
</tr>
{if $error}
<tr>
- <td colspan="2" class="error">{error}</td>
+ <td colspan="2" class="error">{$error}</td>
</tr>
{/if}
<tr>
|