tazpkg rev 781

pkgs.cgi: recharging page: change appearance; package info page: fix file list for packages with "+" (i.e. gtk+).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 10 12:37:36 2015 +0300 (2015-04-10)
parents e29ee7395a4b
children eae7ba6cc574
files tazpanel/pkgs.cgi
line diff
     1.1 --- a/tazpanel/pkgs.cgi	Fri Apr 10 11:45:54 2015 +0300
     1.2 +++ b/tazpanel/pkgs.cgi	Fri Apr 10 12:37:36 2015 +0300
     1.3 @@ -692,21 +692,23 @@
     1.4  
     1.5  		cat << EOT
     1.6  <h2>$(_ 'Recharge')</h2>
     1.7 +<p>$(_ 'Recharge checks for new or updated packages')</p>
     1.8  
     1.9 -<form>
    1.10 -<div id="actions">
    1.11 -	<p>$(_ 'Recharge checks for new or updated packages')</p>
    1.12 -	<div class="float-right">$(show_button up)</div>
    1.13 -</div>
    1.14 +<section>
    1.15 +	<header>
    1.16 +		$(_ 'Recharging log')
    1.17 +		<form>$(show_button up)</form>
    1.18 +	</header>
    1.19  
    1.20 -<pre>
    1.21 +	<pre class="scroll">
    1.22  EOT
    1.23  		echo $(_ 'Recharging packages list') | log
    1.24  		tazpkg recharge | filter_taztools_msgs
    1.25  		cat << EOT
    1.26 -</pre>
    1.27 +	</pre>
    1.28  
    1.29 -<p>$(_ 'Packages lists are up-to-date. You should check for upgrades now.')</p>
    1.30 +	<footer>$(_ 'Packages lists are up-to-date. You should check for upgrades now.')</footer>
    1.31 +</section>
    1.32  EOT
    1.33  		;;
    1.34  
    1.35 @@ -892,6 +894,7 @@
    1.36  EOT
    1.37  
    1.38  		# Show installed files list
    1.39 +		pkg=${pkg//+/%2B}
    1.40  		cat <<EOT
    1.41  <section>
    1.42  	<header>$(_ 'Installed files')</header>