[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm

droeschl droeschl@source.lon-capa.org
Wed, 03 Dec 2008 18:53:54 -0000


droeschl		Wed Dec  3 18:53:54 2008 EDT

  Modified files:              
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  Changes related to LON-CAPA redesign project.
  
  Changed stylesheets used for menu markup generation.
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.189 loncom/interface/lonhtmlcommon.pm:1.190
--- loncom/interface/lonhtmlcommon.pm:1.189	Mon Dec  1 21:54:23 2008
+++ loncom/interface/lonhtmlcommon.pm	Wed Dec  3 18:53:54 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.189 2008/12/01 21:54:23 droeschl Exp $
+# $Id: lonhtmlcommon.pm,v 1.190 2008/12/03 18:53:54 droeschl Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2047,8 +2047,8 @@
     my $menu_html = qq|<div class="columnSection">|;
 
     foreach my $category (@menu) { #FIXME: insert appropriate classnames for styles when they're finished.
-	$menu_html .='<div class="ContentBox">
-			<h3 class="">'.mt($category->{'categorytitle'}).'</h3>
+	$menu_html .='<div class="ContentBoxSpecial">
+			<h3 class="hcell">'.mt($category->{'categorytitle'}).'</h3>
 			<ul class="ListStyleNormal">';
 	foreach my $item ( @{ $category->{items} } ) {
 	    next unless $item->{'permission'};