tazpanel diff live.cgi @ rev 54

Chang default port (82) to be shorter and improve panel settings section
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 10 21:52:18 2011 +0200 (2011-04-10)
parents cf15cb2ff715
children 5db1f3648ed8
line diff
     1.1 --- a/live.cgi	Sat Apr 09 00:22:23 2011 +0200
     1.2 +++ b/live.cgi	Sun Apr 10 21:52:18 2011 +0200
     1.3 @@ -47,7 +47,7 @@
     1.4  case "$QUERY_STRING" in
     1.5  	create)
     1.6  		#
     1.7 -		# Create a flavor file and ISO in option with all settings
     1.8 +		# Create a flavor file and ISO in options with all settings
     1.9  		# Step by step interface and store files in cache.
    1.10  		#
    1.11  		gettext "TODO" ;;
    1.12 @@ -76,7 +76,7 @@
    1.13  		<option value="lzma">lzma</option>
    1.14  		<option value="none">none</option>
    1.15  	</select>
    1.16 -	<input type="submit" value="`gettext "write ISO"`" />
    1.17 +	<input type="submit" value="`gettext "Write ISO"`" />
    1.18  </form>
    1.19  
    1.20  <h3>`gettext "Live USB"`</h3>
    1.21 @@ -99,7 +99,7 @@
    1.22  		fi
    1.23  		cat << EOT
    1.24  	</select>
    1.25 -	<input type="submit" value="`gettext "generate"`" />
    1.26 +	<input type="submit" value="`gettext "Generate"`" />
    1.27  </form>
    1.28  
    1.29  EOT