# HG changeset patch # User Aleksej Bobylev # Date 1428658656 -10800 # Node ID f46d778eaa52922c4bfa1084f1965deafe856500 # Parent e29ee7395a4b590b1705b8c1389ba52d2b1e1fea pkgs.cgi: recharging page: change appearance; package info page: fix file list for packages with "+" (i.e. gtk+). diff -r e29ee7395a4b -r f46d778eaa52 tazpanel/pkgs.cgi --- a/tazpanel/pkgs.cgi Fri Apr 10 11:45:54 2015 +0300 +++ b/tazpanel/pkgs.cgi Fri Apr 10 12:37:36 2015 +0300 @@ -692,21 +692,23 @@ cat << EOT

$(_ 'Recharge')

+

$(_ 'Recharge checks for new or updated packages')

-
-
-

$(_ 'Recharge checks for new or updated packages')

-
$(show_button up)
-
+
+
+ $(_ 'Recharging log') + $(show_button up) +
-
+	
 EOT
 		echo $(_ 'Recharging packages list') | log
 		tazpkg recharge | filter_taztools_msgs
 		cat << EOT
-
+
-

$(_ 'Packages lists are up-to-date. You should check for upgrades now.')

+
$(_ 'Packages lists are up-to-date. You should check for upgrades now.')
+
EOT ;; @@ -892,6 +894,7 @@ EOT # Show installed files list + pkg=${pkg//+/%2B} cat <
$(_ 'Installed files')