[Debian-live-changes] r1760 - dists/trunk/live-webhelper/templates
daniel at alioth.debian.org
daniel at alioth.debian.org
Fri May 25 22:04:20 UTC 2007
Author: daniel
Date: 2007-05-25 22:04:20 +0000 (Fri, 25 May 2007)
New Revision: 1760
Modified:
dists/trunk/live-webhelper/templates/form.html
Log:
Modified: dists/trunk/live-webhelper/templates/form.html
===================================================================
--- dists/trunk/live-webhelper/templates/form.html 2007-05-25 22:01:07 UTC (rev 1759)
+++ dists/trunk/live-webhelper/templates/form.html 2007-05-25 22:04:20 UTC (rev 1760)
@@ -75,7 +75,7 @@
</tr>
<tr>
<td><label for="Packages">--<u>p</u>ackages:</label> </td>
- <td><input accesskey="p" id="Packages" name="packages" maxlength="200" size="50" type="text" /></td>
+ <td><input accesskey="p" id="Packages" name="packages" maxlength="256" size="50" type="text" /></td>
</tr>
</table>
</div>
@@ -109,19 +109,19 @@
<table>
<tr>
<td><label for="Iso_Application">--iso-application:</label> </td>
- <td><input accesskey="i" id="Iso_Application" name="iso_application" maxlength="200" size="50" type="text" value="Debian Live"/></td>
+ <td><input accesskey="i" id="Iso_Application" name="iso_application" maxlength="128" size="50" type="text" value="Debian Live"/></td>
</tr>
<tr>
<td><label for="Iso_Preparer">--iso-preparer:</label> </td>
- <td><input accesskey="i" id="Iso_Preparer" name="iso_preparer" maxlength="200" size="50" type="text" value="live-helper \${VERSION}; http://packages.qa.debian.org/live-helper"/></td>
+ <td><input accesskey="i" id="Iso_Preparer" name="iso_preparer" maxlength="128" size="50" type="text" value="live-helper \${VERSION}; http://packages.qa.debian.org/live-helper"/></td>
</tr>
<tr>
<td><label for="Iso_Publisher">--iso-publisher:</label> </td>
- <td><input accesskey="i" id="Iso_Publisher" name="iso_publisher" maxlength="200" size="50" type="text" value="Debian Live Project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org"/></td>
+ <td><input accesskey="i" id="Iso_Publisher" name="iso_publisher" maxlength="128" size="50" type="text" value="Debian Live Project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org"/></td>
</tr>
<tr>
<td><label for="Iso_Volume">--iso-volume:</label> </td>
- <td><input accesskey="i" id="Iso_Volume" name="iso_volume" maxlength="200" size="50" type="text" value="Debian Live \`date +%Y%m%d-%H:%M\`"/></td>
+ <td><input accesskey="i" id="Iso_Volume" name="iso_volume" maxlength="128" size="50" type="text" value="Debian Live \`date +%Y%m%d-%H:%M\`"/></td>
</tr>
</table>
</div>
More information about the Debian-live-changes
mailing list