tazpanel rev 461

header.html: show menu
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 13 17:04:00 2015 +0200 (2015-04-13)
parents 57d6b49df2a2
children d0dbe11a2060
files styles/default/header.html
line diff
     1.1 --- a/styles/default/header.html	Mon Apr 13 12:44:30 2015 +0200
     1.2 +++ b/styles/default/header.html	Mon Apr 13 17:04:00 2015 +0200
     1.3 @@ -59,8 +59,8 @@
     1.4      </li>
     1.5      <li><a data-icon="logs" href="boot.cgi?syslog">$(_ 'System logs')</a>
     1.6      <li><a data-icon="daemons" href="boot.cgi?daemons" data-root>$(_ 'Manage daemons')</a></li>
     1.7 -    $([ "$REMOTE_USER" == "root" -a -x /usr/bin/taziso ] &&
     1.8 -	echo "<li><a data-icon=\"cd\" href=\"boot.cgi?iso\">$(_ 'ISO mine')</a>")
     1.9 +    $([ -x /usr/bin/taziso ] &&
    1.10 +	echo "<li><a data-icon=\"cd\" href=\"boot.cgi?iso\" data-root>$(_ 'ISO mine')</a>")
    1.11      $(for i in menu.d/boot/* ; do [ -f $i ] && sh $i menu $i ; done)
    1.12     </menu>
    1.13    </li>