Add border=0 in included swat images to get rid of the link border stuff.
authorTim Potter <tpot@samba.org>
Wed, 30 May 2001 03:02:47 +0000 (03:02 +0000)
committerTim Potter <tpot@samba.org>
Wed, 30 May 2001 03:02:47 +0000 (03:02 +0000)
Much prettier looking.
(This used to be commit 16031364a8ce20cf425c758d3fd5035a776e9d9b)

source3/web/swat.c

index 9126d059146cd81bacc34f9837d589b3ec081e5c..b25641909f102da2b03e04d8d7a40b992ddcbe2d 100644 (file)
@@ -421,7 +421,7 @@ static void commit_parameters(int snum)
 ****************************************************************************/
 static void image_link(char *name,char *hlink, char *src)
 {
-       printf("<A HREF=\"%s/%s\"><img src=\"/swat/%s\" alt=\"%s\"></A>\n", 
+       printf("<A HREF=\"%s/%s\"><img border=\"0\" src=\"/swat/%s\" alt=\"%s\"></A>\n", 
               cgi_baseurl(), hlink, src, name);
 }