tazpanel diff hardware.cgi @ rev 292

translatable header, footer & titles; make pot
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 11 20:12:41 2012 +0300 (2012-04-11)
parents 11fa97b09b7d
children fdfc6b494539
line diff
     1.1 --- a/hardware.cgi	Sun Mar 04 18:16:12 2012 +0100
     1.2 +++ b/hardware.cgi	Wed Apr 11 20:12:41 2012 +0300
     1.3 @@ -10,7 +10,7 @@
     1.4  get_config
     1.5  header
     1.6  
     1.7 -TITLE="- Hardware"
     1.8 +TITLE=$(gettext 'TazPanel - Hardware')
     1.9  
    1.10  #
    1.11  # Commands
    1.12 @@ -61,7 +61,7 @@
    1.13  		if [ -n "$(GET modprobe)" ]; then
    1.14  			echo '<pre>'
    1.15  			modprobe -v $(GET modprobe)
    1.16 -			echo '</pre>' 
    1.17 +			echo '</pre>'
    1.18  		fi
    1.19  		if [ -n "$(GET rmmod)" ]; then
    1.20  			echo "Removing"
    1.21 @@ -103,7 +103,7 @@
    1.22  	*)
    1.23  		[ -n "$(GET brightness)" ] &&
    1.24  		echo -n $(GET brightness) > /sys/devices/virtual/backlight/$(GET dev)/brightness
    1.25 -		
    1.26 +
    1.27  		#
    1.28  		# Default to summary with mounted filesystem, loaded modules
    1.29  		#