summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/part_svc.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi
index ee0457bae..c3a4942ea 100755
--- a/httemplate/edit/part_svc.cgi
+++ b/httemplate/edit/part_svc.cgi
@@ -223,7 +223,7 @@ function fixup(what) {
$record->getfield($def->{select_label});
}
} else {
- print 'UNKNOWN TYPE '. $def->{type};
+ print '<font color="#ff0000">unknown type'. $def->{type};
}
} else {
print qq!<INPUT TYPE="text" NAME="${svcdb}__${field}" VALUE="$value">!;