edit_kw.tmpl
branchxbelweb
changeset 38 c30e2402deca
parent 36 6d87015fb314
child 43 4d194fce51e1
--- a/edit_kw.tmpl	Tue Oct 07 11:10:52 2003 -0400
+++ b/edit_kw.tmpl	Tue Oct 07 12:50:30 2003 -0400
@@ -3,7 +3,8 @@
   <body>
     <h1><TMPL_VAR pagetitle></h1>
     <form action="do_edit_kw.py" method="get" name="edit">
-	<label>Keywords: <select multiple name="kw">
+	<label>Keywords:
+	<select multiple name="kw" size="<TMPL_VAR kw_size>">
 	<TMPL_LOOP Keywords>
 	  <option value="<TMPL_VAR id>"><TMPL_VAR keyword></option>
 	</TMPL_LOOP></select><br/>