Skip to content

Commit

Permalink
Missing frequency display for m-f
Browse files Browse the repository at this point in the history
Reported by Gerard FENELON on rt-users
  • Loading branch information
sartak committed Feb 8, 2011
1 parent 512d065 commit 7918101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/html/Elements/RT__Dashboard/ColumnMap
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ my $COLUMN_MAP = {
elsif ($freq eq 'daily') {
$frequency = loc("daily at [_1]", $hour);
}
elsif ($freq eq 'm-f') {
$frequency = loc("Mon-Fri at [_1]", $hour);
}
}

return \('<a href="'.$url.'">'.$frequency.'</a>');
Expand Down

0 comments on commit 7918101

Please sign in to comment.