slitaz-pizza rev 77

pizza.cgi: Limit flavor name size for ISO label limitation
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Nov 21 01:45:12 2012 +0100 (2012-11-21)
parents 38d3a05db9e3
children 541021eb6fe8
files web/pizza.cgi
line diff
     1.1 --- a/web/pizza.cgi	Wed Nov 21 01:42:43 2012 +0100
     1.2 +++ b/web/pizza.cgi	Wed Nov 21 01:45:12 2012 +0100
     1.3 @@ -75,7 +75,7 @@
     1.4  	<tbody>
     1.5  		<tr>
     1.6  			<td>$(gettext "Flavor name")</td>
     1.7 -			<td><input type="text" name="flavor" size="40" maxlength="40" /></td>
     1.8 +			<td><input type="text" name="flavor" size="40" maxlength="25" /></td>
     1.9  		</tr>
    1.10  		<tr>
    1.11  			<td>$(gettext "Short description")</td>