mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Add border=0 in included swat images to get rid of the link border stuff.
Much prettier looking.
This commit is contained in:
parent
ba106b9b07
commit
16031364a8
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user