Subversion Repositories VORC

Rev

Rev 211 | Rev 216 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 211 Rev 213
Line 661... Line 661...
661
    return $hours;
661
    return $hours;
662
  }
662
  }
Line 663... Line 663...
663
  
663
  
664
  if (scalar @shifts) {
664
  if (scalar @shifts) {
-
 
665
    return $h->ul ([ @shifts, $h->h5 ("Currently showing $hours hours of Volunteer Time.") ]);
-
 
666
  } elsif ($filter eq "prior") {
665
    return $h->ul ([ @shifts, $h->h5 ("Currently showing $hours hours of Volunteer Time.") ]);
667
    return $h->p ({ class=>"hint" }, "[nothing to see here]");    
666
  } else {
668
  } else {
667
    return $h->p ({ class=>"hint" }, "[nothing scheduled at the moment]");
669
    return $h->p ({ class=>"hint" }, "[nothing scheduled at the moment]");
668
  }
670
  }