diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-09-04 16:38:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-09-04 16:38:40 +0000 |
commit | 8b6e6d918469c06c38c421d06efc3f192ad609d8 (patch) | |
tree | afec33c8ba26ad299485e984e14449fd53bd3734 | |
parent | 99e1ce07d1ecc574f8d3262ac398e78acaa5ce3d (diff) | |
download | control-center-8b6e6d918469c06c38c421d06efc3f192ad609d8.tar control-center-8b6e6d918469c06c38c421d06efc3f192ad609d8.tar.gz control-center-8b6e6d918469c06c38c421d06efc3f192ad609d8.tar.bz2 control-center-8b6e6d918469c06c38c421d06efc3f192ad609d8.tar.xz control-center-8b6e6d918469c06c38c421d06efc3f192ad609d8.zip |
only display short description
-rwxr-xr-x | control-center | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/control-center b/control-center index 81977aca..79a62cac 100755 --- a/control-center +++ b/control-center @@ -1390,7 +1390,6 @@ foreach (@tree) { p {text-align: $align} td {text-align: $align} h3 {text-align: $align; color: gray } - .subtitle { color: gray } tr {text-align: $align} td { margin-left: 10px; @@ -1453,8 +1452,7 @@ foreach (@tree) { my $real_icon = $icon ? '<IMG SRC="' . ugtk2::_find_imgfile($icon) . '">' : ''; my @widgets = ( qq(<TD><A HREF="$label">$real_icon</A></TD>), - qq(<TD style="text-align: $align"><A HREF="$label"><DIV CLASS="subtitle">$programs{$label}{description}</DIV><br/> -$programs{$label}{long_description}</A></TD>) + qq(<TD style="text-align: $align"><A HREF="$label"><DIV>$programs{$label}{description}</DIV></A></TD>) ); @widgets = reverse @widgets if lang::text_direction_rtl(); qq(<TD WIDTH="49%"> |