Diff for /loncom/interface/loncommon.pm between versions 1.692.4.14 and 1.692.4.16

version 1.692.4.14, 2009/08/15 12:34:12 version 1.692.4.16, 2009/08/16 22:41:50
Line 5252  table.LC_pick_box { Line 5252  table.LC_pick_box {
   border-spacing: 1px;    border-spacing: 1px;
 }  }
 table.LC_pick_box td.LC_pick_box_title {  table.LC_pick_box td.LC_pick_box_title {
   background: $sidebg;    background: $tabbg;
   font-weight: bold;    font-weight: bold;
   text-align: right;    text-align: right;
   vertical-align: top;    vertical-align: top;
Line 5260  table.LC_pick_box td.LC_pick_box_title { Line 5260  table.LC_pick_box td.LC_pick_box_title {
   padding: 8px;    padding: 8px;
 }  }
 table.LC_pick_box td.LC_selfenroll_pick_box_title {  table.LC_pick_box td.LC_selfenroll_pick_box_title {
   background: $sidebg;    background: $tabbg;
   font-weight: bold;    font-weight: bold;
   text-align: right;    text-align: right;
   width: 350px;    width: 350px;
Line 6814  If the user's status includes multiple t Line 6814  If the user's status includes multiple t
 the largest default quota which applies to the user determines the  the largest default quota which applies to the user determines the
 default quota returned.  default quota returned.
   
   =back
   
 =cut  =cut
   
 ###############################################  ###############################################
Line 7413  sub sorted_slots { Line 7415  sub sorted_slots {
   
 =pod  =pod
   
 =back  
   
 =head1 HTTP Helpers  =head1 HTTP Helpers
   
 =over 4  =over 4

Removed from v.1.692.4.14  
changed lines
  Added in v.1.692.4.16


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