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

raeburn raeburn at source.lon-capa.org
Tue Mar 18 14:03:59 EDT 2025


raeburn		Tue Mar 18 18:03:59 2025 EDT

  Modified files:              
    /loncom/interface	lonindexer.pm 
  Log:
  - WCAG 2 compliance.
  
  
Index: loncom/interface/lonindexer.pm
diff -u loncom/interface/lonindexer.pm:1.230 loncom/interface/lonindexer.pm:1.231
--- loncom/interface/lonindexer.pm:1.230	Thu Sep  3 15:38:51 2020
+++ loncom/interface/lonindexer.pm	Tue Mar 18 18:03:59 2025
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Directory Indexer
 #
-# $Id: lonindexer.pm,v 1.230 2020/09/03 15:38:51 raeburn Exp $
+# $Id: lonindexer.pm,v 1.231 2025/03/18 18:03:59 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -584,7 +584,7 @@
         $r->print(&Apache::loncommon::start_data_table("LC_tableBrowseRes")
                  .&Apache::loncommon::start_data_table_header_row());
 	$r->print("<th $colspan>".&mt('Name')."</th>\n");
-	$r->print("<th></th>\n");
+	$r->print("<th><span class="LC_visually_hidden">'.&mt('Add to Stored Links')."</span></th>\n");
 	$r->print("<th>".&mt('Title')."</th>\n") 
 	    if ($hash{'display_attrs_0'} == 1);
 	$r->print('<th class="LC_right">'.&mt("Size")." (".&mt("bytes").") ".




More information about the LON-CAPA-cvs mailing list