tazpanel diff network.cgi @ rev 500
'Cannot resolve hostname (localhost)' workaround
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 06 12:38:24 2015 +0200 (2015-06-06) |
parents | 30d94e5563af |
children | 3117717c007d |
line diff
1.1 --- a/network.cgi Wed May 13 15:36:42 2015 +0200 1.2 +++ b/network.cgi Sat Jun 06 12:38:24 2015 +0200 1.3 @@ -206,7 +206,7 @@ 1.4 # Scan open ports 1.5 scan=$(GET scan); back=$(GET back) 1.6 xhtml_header 1.7 - LOADING_MSG=$(_ 'Scanning open ports...'); loading_msg 1.8 + loading_msg "$(_ 'Scanning open ports...')" 1.9 1.10 cat <<EOT 1.11 <section> 1.12 @@ -463,7 +463,7 @@ 1.13 if [ -n "$start_disabled" ]; then 1.14 cat <<EOT 1.15 <section id="wifiList"> 1.16 - <div style="text-align: center;"><span id="ajaxStatus"></span>$(_ 'Scanning wireless interface...')</div> 1.17 + <div style="text-align: center;"><span data-icon="clock">$(_ 'Scanning wireless interface...')</span></div> 1.18 </section> 1.19 1.20 <script type="text/javascript">