Diff for /loncom/interface/loncommon.pm between versions 1.1283 and 1.1284

version 1.1283, 2017/07/10 12:35:07 version 1.1284, 2017/07/10 12:48:41
Line 5101  sub blockcheck { Line 5101  sub blockcheck {
   
         # Retrieve blocking times and identity of locker for course          # Retrieve blocking times and identity of locker for course
         # of specified user, unless user has 'evb' privilege.          # of specified user, unless user has 'evb' privilege.
           
         my ($start,$end,$trigger) =           my ($start,$end,$trigger) = 
             &get_blocks($setters,$activity,$cdom,$cnum,$url);              &get_blocks($setters,$activity,$cdom,$cnum,$url);
         if (($start != 0) &&           if (($start != 0) && 
Line 7124  table.LC_data_table tr > td.LC_docs_entr Line 7124  table.LC_data_table tr > td.LC_docs_entr
   color: #990000;    color: #990000;
 }  }
   
   .LC_docs_alias {
     color: #440055;  
   }
   
   .LC_docs_alias_name,
 .LC_docs_reinit_warn,  .LC_docs_reinit_warn,
 .LC_docs_ext_edit {  .LC_docs_ext_edit {
   font-size: x-small;    font-size: x-small;

Removed from v.1.1283  
changed lines
  Added in v.1.1284


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>