Index: openacs-4/packages/lorsm/lib/user-lorsm.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/lib/user-lorsm.tcl,v
diff -u -r1.27 -r1.28
--- openacs-4/packages/lorsm/lib/user-lorsm.tcl 14 Feb 2009 22:33:20 -0000 1.27
+++ openacs-4/packages/lorsm/lib/user-lorsm.tcl 15 Feb 2009 00:50:42 -0000 1.28
@@ -173,32 +173,25 @@
} else {
switch -regexp $lesson_status {
null {
- append icon "
"
+ append icon "
"
} incomplete {
- append icon "
"
+ append icon "
"
} complete {
- append icon "
"
+ append icon "
"
} failed {
- append icon "
"
+ append icon "
"
} "not attempted" {
- append icon "
"
+ append icon "
"
} passed {
- append icon "
"
+ append icon "
"
} default {
append icon " $lesson_status
- **
"
+ **
"
}
}
}