tazpanel 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 cb8779b378d4
children eef817291804
files data/tazpanel.desktop index.cgi tazpanel.conf
line diff
     1.1 --- a/data/tazpanel.desktop	Sun Apr 10 21:28:13 2011 +0200
     1.2 +++ b/data/tazpanel.desktop	Sun Apr 10 21:52:18 2011 +0200
     1.3 @@ -2,5 +2,5 @@
     1.4  Type=Application
     1.5  Name=SliTaz Panel
     1.6  Icon=tazpanel
     1.7 -Exec=tazweb http://tazpanel:8090/
     1.8 +Exec=tazweb http://tazpanel:82/
     1.9  Categories=System;
     2.1 --- a/index.cgi	Sun Apr 10 21:28:13 2011 +0200
     2.2 +++ b/index.cgi	Sun Apr 10 21:52:18 2011 +0200
     2.3 @@ -97,13 +97,14 @@
     2.4  <h3>`gettext "Panel settings"`</h3>
     2.5  <form method="get" action="$SCRIPT_NAME">
     2.6  	<div>
     2.7 -		<input type="submit" value="`gettext "Change Panel password"`" />
     2.8 +		`gettext "Panel password:"`
     2.9  		<input type="password" name="panel-pass"/>
    2.10 +		<input type="submit" value="`gettext "Change"`" />
    2.11  	</div>
    2.12  </form>
    2.13  <p>
    2.14 -$(gettext "TazPanel provide a debuging mode and page:")
    2.15 -<a href='$SCRIPT_NAME?debug'>debug</a>
    2.16 +	$(gettext "TazPanel provide a debuging mode and page:")
    2.17 +	<a href='$SCRIPT_NAME?debug'>debug</a>
    2.18  </p>
    2.19  
    2.20  EOT
     3.1 --- a/tazpanel.conf	Sun Apr 10 21:28:13 2011 +0200
     3.2 +++ b/tazpanel.conf	Sun Apr 10 21:52:18 2011 +0200
     3.3 @@ -27,7 +27,7 @@
     3.4  
     3.5  # Busybox HTTP daemon config
     3.6  HTTPD_CONF="/etc/slitaz/httpd.conf"
     3.7 -HTTPD_PORT="8090"
     3.8 +HTTPD_PORT="82"
     3.9  
    3.10  # Shared Tazpkg paths
    3.11  LOCALSTATE="/var/lib/tazpkg"