changeset 60:cdc04572800c

Add back the indicator box for number of hours for the class.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 01:39:38 +0300
parents aa201ddd33dd
children deca85fd0941
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Oct 24 01:31:10 2012 +0300
+++ b/index.php	Wed Oct 24 01:39:38 2012 +0300
@@ -311,7 +311,7 @@
           
           $out .=
           lukGetClassInfo($isSplit, $class["data"]).
-          "</td>\n";
+          "<div class=\"nhours\"><span>".$class["hours"]."h</span></div></td>\n";
         }
       }
       else