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

www www at source.lon-capa.org
Tue Jan 3 19:42:20 EST 2012


www		Wed Jan  4 00:42:20 2012 EDT

  Modified files:              
    /loncom/interface	loncommon.pm lonfeedback.pm 
  Log:
  Make normal links visible. Use specific styles if not wanted.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1050 loncom/interface/loncommon.pm:1.1051
--- loncom/interface/loncommon.pm:1.1050	Wed Jan  4 00:08:29 2012
+++ loncom/interface/loncommon.pm	Wed Jan  4 00:42:19 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1050 2012/01/04 00:08:29 www Exp $
+# $Id: loncommon.pm,v 1.1051 2012/01/04 00:42:19 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -5278,7 +5278,7 @@
   vertical-align: middle;
 }
 
-li.LC_menubuttons_inline_text img,a {
+li.LC_menubuttons_inline_text img {
   cursor:pointer;
   text-decoration: none;
 }
@@ -6133,7 +6133,6 @@
   display:none;
 }
 
-a:hover,
 ol.LC_primary_menu a:hover,
 ol#LC_MenuBreadcrumbs a:hover,
 ol#LC_PathBreadcrumbs a:hover,
Index: loncom/interface/lonfeedback.pm
diff -u loncom/interface/lonfeedback.pm:1.316 loncom/interface/lonfeedback.pm:1.317
--- loncom/interface/lonfeedback.pm:1.316	Wed Jan  4 00:08:29 2012
+++ loncom/interface/lonfeedback.pm	Wed Jan  4 00:42:20 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Feedback
 #
-# $Id: lonfeedback.pm,v 1.316 2012/01/04 00:08:29 www Exp $
+# $Id: lonfeedback.pm,v 1.317 2012/01/04 00:42:20 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -296,8 +296,6 @@
     my $copyresult;
 
     my $function = &Apache::loncommon::get_users_function();
-    my $color = &Apache::loncommon::designparm($function.'.tabbg',
-                                                    $env{'user.domain'});
     my %lt = &Apache::lonlocal::texthash(
         'cuse' => 'My settings for this discussion',
         'allposts' => 'All posts',
@@ -504,7 +502,7 @@
 	        my $thisdepth=$depth[$alldiscussion{$post}];
                 if ($outputtarget ne 'tex' && $outputtarget ne 'export') {
 		    for (1..$thisdepth) {
-			$discussion.='<td>   </td>';
+			$discussion.='<td>    </td>';
 		    }
 		}
 	        my $colspan=$maxdepth-$thisdepth+1;




More information about the LON-CAPA-cvs mailing list