summaryrefslogtreecommitdiff
path: root/source3/web/swat.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-10 05:47:01 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-10 05:47:01 +0000
commit0987de0b1a2fd505d312259c54dac12a1c201294 (patch)
tree6c6ddb954adf20c8165bcd1905d607fff62f5d17 /source3/web/swat.c
parent49a5dd09b9aaba81fa217c9d41fce5e1f90c054b (diff)
downloadsamba-0987de0b1a2fd505d312259c54dac12a1c201294.tar.gz
samba-0987de0b1a2fd505d312259c54dac12a1c201294.tar.bz2
samba-0987de0b1a2fd505d312259c54dac12a1c201294.zip
added a "home" icon
(This used to be commit 60ef0b31a0e85164a89a70a4f0d4e675db25f35d)
Diffstat (limited to 'source3/web/swat.c')
-rw-r--r--source3/web/swat.c1
1 files changed, 1 insertions, 0 deletions
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);