|
From: Benjamin C. <bc...@us...> - 2001-11-30 06:21:46
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv5301/templates/default/admin
Modified Files:
configure.html
Log Message:
Fixed a bug with the rendering of the select boxes
Index: configure.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/configure.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.html 2001/10/13 23:15:52 1.1
+++ configure.html 2001/11/30 06:21:43 1.2
@@ -19,7 +19,7 @@
<input type="{input_type}" name="{varname}" value="{varvalue}"{checked}>
<!-- END inputblock -->
<!-- BEGIN selectblock -->
- <select name="varname">{options}</select>
+ <select name="{varname}">{options}</select>
<!-- END selectblock -->
<!-- BEGIN radioblock -->
<input type="radio" name="{varname}" value="1"{yes}> Yes
|