tazpanel diff boot.cgi @ rev 109

Add a tux icon and remove all call to gettext in *.cgi since we zse the same text domain and it is sourced/exported in libtazpanel
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 09:14:23 2011 +0200 (2011-04-15)
parents c847b9bf07c2
children dce3e66c3ba4
line diff
     1.1 --- a/boot.cgi	Fri Apr 15 05:52:46 2011 +0200
     1.2 +++ b/boot.cgi	Fri Apr 15 09:14:23 2011 +0200
     1.3 @@ -11,14 +11,7 @@
     1.4  header
     1.5  get_config
     1.6  
     1.7 -# Include gettext helper script.
     1.8 -. /usr/bin/gettext.sh
     1.9 -
    1.10 -# Export package name for gettext.
    1.11 -TEXTDOMAIN='tazpanel'
    1.12 -export TEXTDOMAIN
    1.13 -
    1.14 -TITLE="- Hardware"
    1.15 +TITLE="- Boot"
    1.16  
    1.17  #
    1.18  # Commands
    1.19 @@ -40,7 +33,6 @@
    1.20  				/etc/init.d/${daemon#stop=} stop | log ;;
    1.21  		esac
    1.22  		. /etc/rcS.conf
    1.23 -		TITLE="- Boot"
    1.24  		xhtml_header
    1.25  		
    1.26  		cat << EOT
    1.27 @@ -142,7 +134,6 @@
    1.28  		# Default content with summary
    1.29  		#
    1.30  		. /etc/rcS.conf
    1.31 -		TITLE="- Boot"
    1.32  		xhtml_header
    1.33  		
    1.34  		cat << EOT