changeset 18:67f13a371c18

Adding columns input
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 15:16:24 +0000
parents a79168f03fc4
children 704c878812a3
files reproctool.cgi
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/reproctool.cgi	Sun Jan 25 15:09:21 2009 +0000
+++ b/reproctool.cgi	Sun Jan 25 15:16:24 2009 +0000
@@ -72,6 +72,7 @@
     print <<END;
         </tr>
     </table>
+    Columns: <input type='text' name='cols' size='2' value='4' /><br /><br />
     <input type="submit" />
 </form>