aboutsummaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2016-08-23 00:49:58 -0700
committertenox <as@tenoware.com>2016-08-23 00:49:58 -0700
commit9cc1727bb27d24e40f5f02267a63836727d31208 (patch)
treedfc061f0f9d1fbe88467f91aab526a46cc219c37 /dir.c
parent8f410a4b28eec0a30329b4a4989815b9c59b963a (diff)
downloadwfm-9cc1727bb27d24e40f5f02267a63836727d31208.tar.gz
color fixes
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.c b/dir.c
index 7df7901..42d9743 100644
--- a/dir.c
+++ b/dir.c
@@ -432,7 +432,7 @@ void dirlist(void) {
if(js)
fprintf(cgiOut, "onMouseOver=\"this.bgColor='#%s';\" onMouseOut=\"this.bgColor='#%s';\"",
- HL_COLOR, linecolor);
+ tHL_COLOR, linecolor);
fprintf(cgiOut,
">\n<TD NOWRAP ALIGN=\"LEFT\">\n"
@@ -537,7 +537,7 @@ void dirlist(void) {
if(js)
fprintf(cgiOut, "onMouseOver=\"this.bgColor='#%s';\" onMouseOut=\"this.bgColor='#%s';\"\n",
- HL_COLOR, linecolor);
+ tHL_COLOR, linecolor);
fprintf(cgiOut,
">\n<TD NOWRAP ALIGN=\"LEFT\"><INPUT TYPE=\"CHECKBOX\" NAME=\"multiselect_filename\" STYLE=\"border: none;\" VALUE=\"%s\">"