tazpkg view tazpanel/pkgs @ rev 747

Add and use icons from Faenza icon theme (new light look and feel); fix last recharge date (pay respect to timezone time offset); add few comments; stylize search toolbar; fix "up" command; admin: select mirror as standard way to select item from list; open external links in the new tab (or new window); and a ton of other small changes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 21 17:53:26 2015 +0200 (2015-01-21)
parents 31829db351f2
children f2975370bd27
line source
1 TEXTDOMAIN_original=$TEXTDOMAIN
2 export TEXTDOMAIN='tazpkg'
4 cat <<EOT
5 <li><a href="/pkgs.cgi">$(gettext 'Packages')</a>
6 <ul>
7 <li><a href="/pkgs.cgi?list&amp;my=my&amp;cat=all&amp;repo=Any"><img
8 src="/styles/default/images/tp-list.png" />$(gettext 'My packages')</a></li>
9 <li><a href="/pkgs.cgi?recharge"><img
10 src="/styles/default/images/tp-recharge.png" />$(gettext 'Recharge list')</a></li>
11 <li><a href="/pkgs.cgi?up"><img
12 src="/styles/default/images/tp-up.png" />$(gettext 'Check updates')</a></li>
13 <li><a href="/pkgs.cgi?admin"><img
14 src="/styles/default/images/tp-admin.png" />$(gettext 'Administration')</a></li>
15 </ul>
16 </li>
17 EOT
19 export TEXTDOMAIN=$TEXTDOMAIN_original