tazpanel diff lib/libtazpanel @ rev 151
boot.cgi: Add grub page configuration
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 18 02:44:54 2011 +0200 (2011-04-18) |
parents | 6aa939753084 |
children | ed55f0e369b3 |
line diff
1.1 --- a/lib/libtazpanel Mon Apr 18 00:33:54 2011 +0200 1.2 +++ b/lib/libtazpanel Mon Apr 18 02:44:54 2011 +0200 1.3 @@ -45,7 +45,9 @@ 1.4 1.5 # Remove status and ESC char from tazpkg/tazlito commands output 1.6 filter_taztools_msgs() { 1.7 - grep ^[a-zA-Z0-9] | sed s'/\[^Gm]*.//g' 1.8 + grep ^[a-zA-Z0-9] | sed \ 1.9 + -e s'/\[^Gm]*.//g' \ 1.10 + -e s'@OK@<span class="diff-add">OK</span>@' 1.11 } 1.12 1.13 # LOG activities