|
From: Benjamin C. <bc...@us...> - 2002-04-10 18:39:57
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv397/templates/default
Modified Files:
bugdisplay.html
Log Message:
Don't allow users to choose All for version or component selection when updating a bug
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- bugdisplay.html 6 Apr 2002 23:47:29 -0000 1.23
+++ bugdisplay.html 10 Apr 2002 15:21:07 -0000 1.24
@@ -5,7 +5,7 @@
components = new Array();
versions['All'] = new Array(new Array('','All'));
components['All'] = new Array(new Array('','All'));
-{project_js}
+{project_js no_all=true}
{literal}
function updateMenus(f) {
|