|
From: Jirka P. <fi...@us...> - 2002-06-17 15:55:09
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv1861/phpbt/templates/default
Modified Files:
bugdisplay.html
Log Message:
Little fix. Going home now. Sure. :-)
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- bugdisplay.html 17 Jun 2002 15:12:15 -0000 1.36
+++ bugdisplay.html 17 Jun 2002 15:55:06 -0000 1.37
@@ -96,7 +96,7 @@
</tr><tr>
<td>{$STRING.BUGDISPLAY.ToBeClosedInVersion}</td>
<td><select name="to_be_closed_in_version_id">
- <option value="0">Choose One</option>
+ <option value="0">{$STRING.BUGDISPLAY.ChooseOne}</option>
{build_select box=version selected=$to_be_closed_in_version_id project=$project_id}
</select></td>
<td>{$STRING.BUGDISPLAY.Database}:</td>
@@ -104,7 +104,7 @@
</tr><tr>
<td>{$STRING.BUGDISPLAY.ClosedInVersion}</td>
<td><select name="closed_in_version_id">
- <option value="0">Choose One</option>
+ <option value="0">{$STRING.BUGDISPLAY.ChooseOne}</option>
{build_select box=version selected=$closed_in_version_id project=$project_id}
</select></td>
<td>{$STRING.BUGDISPLAY.Site}</td>
|