tazpanel diff network.cgi @ rev 74

move syntax_highlighter to libtazpanel to be used in other case than file and put colors in CSS so it themeable
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 12 03:36:52 2011 +0200 (2011-04-12)
parents af9601acec8f
children 7ac8e561d0a5
line diff
     1.1 --- a/network.cgi	Tue Apr 12 00:47:59 2011 +0200
     1.2 +++ b/network.cgi	Tue Apr 12 03:36:52 2011 +0200
     1.3 @@ -68,11 +68,15 @@
     1.4  	`gettext "Manage network connections and services`
     1.5  </p>
     1.6  <div id="actions">
     1.7 -	<p>
     1.8 +	<div class="float-left">
     1.9  		`gettext "Connection:"`
    1.10  		<a class="button" href="$SCRIPT_NAME?start">`gettext "Start"`</a>
    1.11  		<a class="button" href="$SCRIPT_NAME?stop">`gettext "Stop"`</a>
    1.12 -	</p>
    1.13 +	</div>
    1.14 +	<div class="float-right">
    1.15 +		`gettext "Configuration file:"`
    1.16 +		<a class="button" href="index.cgi?file=/etc/network.conf">network.conf</a>
    1.17 +	</div>
    1.18  </div>
    1.19  
    1.20  `list_network_interfaces`