diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-10 05:47:01 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-10 05:47:01 +0000 |
commit | 0987de0b1a2fd505d312259c54dac12a1c201294 (patch) | |
tree | 6c6ddb954adf20c8165bcd1905d607fff62f5d17 | |
parent | 49a5dd09b9aaba81fa217c9d41fce5e1f90c054b (diff) | |
download | samba-0987de0b1a2fd505d312259c54dac12a1c201294.tar.gz samba-0987de0b1a2fd505d312259c54dac12a1c201294.tar.bz2 samba-0987de0b1a2fd505d312259c54dac12a1c201294.zip |
added a "home" icon
(This used to be commit 60ef0b31a0e85164a89a70a4f0d4e675db25f35d)
-rw-r--r-- | source3/swat.c | 1 | ||||
-rw-r--r-- | source3/web/swat.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/swat.c b/source3/swat.c index ea93d3ccd1..ab9de41b19 100644 --- a/source3/swat.c +++ b/source3/swat.c @@ -219,6 +219,7 @@ static void show_main_buttons(void) { printf("<H2 align=center>Samba Web Administration Tool</H2>\n"); + image_link("Home", "", "images/home.gif", 50, 50); image_link("Globals", "globals", "images/globals.gif", 50, 50); image_link("Shares", "shares", "images/shares.gif", 50, 50); image_link("Printers", "printers", "images/printers.gif", 50, 50); diff --git a/source3/web/swat.c b/source3/web/swat.c index ea93d3ccd1..ab9de41b19 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -219,6 +219,7 @@ static void show_main_buttons(void) { printf("<H2 align=center>Samba Web Administration Tool</H2>\n"); + image_link("Home", "", "images/home.gif", 50, 50); image_link("Globals", "globals", "images/globals.gif", 50, 50); image_link("Shares", "shares", "images/shares.gif", 50, 50); image_link("Printers", "printers", "images/printers.gif", 50, 50); |