small stylesheet change, add full path to ifconfig
authorFelix Fietkau <nbd@openwrt.org>
Sat, 8 Oct 2005 18:15:01 +0000 (18:15 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 8 Oct 2005 18:15:01 +0000 (18:15 +0000)
SVN-Revision: 2079

openwrt/package/webif/files/www/cgi-bin/webif/info.sh
openwrt/package/webif/files/www/webif.css

index 3a54d085eb845b4b76798cc7032bbb98c7a1e352..10e3e8c754b07f7c1976a81be298bd07e2fa4f3c 100755 (executable)
@@ -19,7 +19,7 @@ header "Info" "Router Info" "Router Info"
        </tr>
        <tr>
                <td>MAC-Address</td>
-               <td><? ifconfig eth0 | grep HWaddr | cut -b39-  ?></td>
+               <td><? /sbin/ifconfig eth0 | grep HWaddr | cut -b39-  ?></td>
        </tr>
 </tbody>
 </table>
index 35799016bd95ba0ae98f29447722b612c721db33..9ac15d33d0d44183cc77b23e26160c9458fe1609 100644 (file)
@@ -40,6 +40,10 @@ hr.separator {
        display: block;
 }
 
+th {
+       text-align: left;
+}
+
 .selected-maincat {
        font-weight: bold;
 }
@@ -210,7 +214,7 @@ hr.separator {
        padding-bottom: 0.5em;
 }
 
-#content .settings-block .settings .settings-content input {
+#content .settings-block .settings .settings-content input select {
        margin-top: 0.8em;
 }