diff options
author | ivan <ivan> | 2002-02-12 01:25:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-12 01:25:06 +0000 |
commit | 69569a366264e4114f37d0e1036b5a09ceb56fd7 (patch) | |
tree | 9a738ad710bf7b387e350ce6cc4123605a2f9e47 /httemplate/edit | |
parent | 8fe3fe6ae4075fab902685fd145c48122baedfcb (diff) |
red warning for unknown type :)
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 2 |
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">!; |