[Debian-live-changes] r1242 - dists/trunk/live-webbuilder/html

Daniel Baumann daniel at alioth.debian.org
Fri May 4 15:21:28 UTC 2007


Author: daniel
Date: 2007-05-04 15:21:28 +0000 (Fri, 04 May 2007)
New Revision: 1242

Modified:
   dists/trunk/live-webbuilder/html/form.html
Log:


Modified: dists/trunk/live-webbuilder/html/form.html
===================================================================
--- dists/trunk/live-webbuilder/html/form.html	2007-05-04 15:09:05 UTC (rev 1241)
+++ dists/trunk/live-webbuilder/html/form.html	2007-05-04 15:21:28 UTC (rev 1242)
@@ -10,7 +10,7 @@
 <table>
 	<tr>
 		<td>* Email Address: </td>
-		<td><input name="email" size="50" /></td>
+		<td><input name="email" maxlength="50" size="50" type="text" /></td>
 	</tr>
 	<tr>
 		<td> --binary-image: </td>
@@ -18,8 +18,8 @@
 			<select name="binary_image" size="1">
 				<option value="hdd">hdd</option>
 				<option value="iso" SELECTED>iso</option>
-				<option value="hdd">usb</option>
-				<option value="hdd">net</option>
+				<option value="net">net</option>
+				<option value="usb-hdd">usb-hdd</option>
 			</select>
 		</td>
 	</tr>
@@ -69,9 +69,7 @@
 	</tr>
 	<tr>
 		<td> --packages: </td>
-		<td>
-			<input name="packages" size="100" />
-		</td>
+		<td><input name="packages" maxlength="200" size="50" type="text" /></td>
 	</tr>
 </table>
 




More information about the Debian-live-changes mailing list