|
From: Ken T. <ke...@us...> - 2003-07-24 04:53:33
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv2810/templates/default/admin
Modified Files:
status-edit.html
Log Message:
eek, a little bit of debug code slipped through
Index: status-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/status-edit.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- status-edit.html 24 Jul 2003 04:47:13 -0000 1.6
+++ status-edit.html 24 Jul 2003 04:53:29 -0000 1.7
@@ -42,7 +42,7 @@
<td><input type="text" size="3" maxlength="3" name="sort_order" value="{$sort_order}"></td>
</tr>
<tr>
- <td align="right" valign="top">Bugs Are:{$bug_open}</td>
+ <td align="right" valign="top">Bugs Are:</td>
<td><input type="radio" name="bug_open" value="1"{if $bug_open neq 0} checked="checked"{/if}/>Open <input type="radio" name="bug_open" value="0"{if $bug_open eq 0} checked="checked"{/if}/>Closed</td>
</tr>
</table>
|