diff --git a/website/agenda/planung/calendar.cgi b/website/agenda/planung/calendar.cgi index e46ff71..bfbd425 100755 --- a/website/agenda/planung/calendar.cgi +++ b/website/agenda/planung/calendar.cgi @@ -520,8 +520,7 @@ sub showCalendar { if ( $params->{part} == 0 ) { printSeries( $config, $permissions, $params, $cal_options ); print qq{ - - + }; } @@ -724,6 +723,11 @@ sub showEventList { my $events_by_day = shift; my $language = $params->{language}; + my $rerunIcon=''; + my $liveIcon=''; + my $draftIcon=''; + my $archiveIcon=''; + my $out = ''; $out = qq{
@@ -737,10 +741,10 @@ sub showEventList { $params->{loc}->{label_series} $params->{loc}->{label_title} $params->{loc}->{label_episode} - - - - + $rerunIcon + $draftIcon + $liveIcon + $archiveIcon @@ -795,11 +799,11 @@ sub showEventList { my $archived = $event->{archived} || '-'; $archived = '-' if $archived eq '0'; - $archived = 'x' if $archived eq '1'; + $archived = $archiveIcon if $archived eq '1'; my $live = $event->{live} || '-'; $live = '-' if $live eq '0'; - $live = 'x' if $live eq '1'; + $live = $liveIcon if $live eq '1'; my $rerun = $event->{rerun} || '-'; @@ -808,7 +812,7 @@ sub showEventList { my $draft = $event->{draft} || '0'; $draft = '-' if $draft eq '0'; - $draft = 'x' if $draft eq '1'; + $draft = $draftIcon if $draft eq '1'; my $title = $event->{title}; $title .= ': ' . $event->{user_title} if $event->{user_title} ne ''; @@ -862,8 +866,7 @@ sub showEventList { } $out .= qq{ -
- + - + - + + diff --git a/website/agenda/planung/webfonts/fa-brands-400.eot b/website/agenda/planung/webfonts/fa-brands-400.eot new file mode 100644 index 0000000..086c4a7 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-brands-400.eot differ diff --git a/website/agenda/planung/webfonts/fa-brands-400.svg b/website/agenda/planung/webfonts/fa-brands-400.svg new file mode 100644 index 0000000..10f7cdc --- /dev/null +++ b/website/agenda/planung/webfonts/fa-brands-400.svg @@ -0,0 +1,1154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/agenda/planung/webfonts/fa-brands-400.ttf b/website/agenda/planung/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000..ecbc761 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-brands-400.ttf differ diff --git a/website/agenda/planung/webfonts/fa-brands-400.woff b/website/agenda/planung/webfonts/fa-brands-400.woff new file mode 100644 index 0000000..21c2dd3 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-brands-400.woff differ diff --git a/website/agenda/planung/webfonts/fa-brands-400.woff2 b/website/agenda/planung/webfonts/fa-brands-400.woff2 new file mode 100644 index 0000000..8d8c89e Binary files /dev/null and b/website/agenda/planung/webfonts/fa-brands-400.woff2 differ diff --git a/website/agenda/planung/webfonts/fa-regular-400.eot b/website/agenda/planung/webfonts/fa-regular-400.eot new file mode 100644 index 0000000..656e9a0 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-regular-400.eot differ diff --git a/website/agenda/planung/webfonts/fa-regular-400.svg b/website/agenda/planung/webfonts/fa-regular-400.svg new file mode 100644 index 0000000..0085843 --- /dev/null +++ b/website/agenda/planung/webfonts/fa-regular-400.svg @@ -0,0 +1,467 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/agenda/planung/webfonts/fa-regular-400.ttf b/website/agenda/planung/webfonts/fa-regular-400.ttf new file mode 100644 index 0000000..36a7de3 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-regular-400.ttf differ diff --git a/website/agenda/planung/webfonts/fa-regular-400.woff b/website/agenda/planung/webfonts/fa-regular-400.woff new file mode 100644 index 0000000..f7fab85 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-regular-400.woff differ diff --git a/website/agenda/planung/webfonts/fa-regular-400.woff2 b/website/agenda/planung/webfonts/fa-regular-400.woff2 new file mode 100644 index 0000000..719a712 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-regular-400.woff2 differ diff --git a/website/agenda/planung/webfonts/fa-solid-900.eot b/website/agenda/planung/webfonts/fa-solid-900.eot new file mode 100644 index 0000000..4e4cbb2 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-solid-900.eot differ diff --git a/website/agenda/planung/webfonts/fa-solid-900.svg b/website/agenda/planung/webfonts/fa-solid-900.svg new file mode 100644 index 0000000..4f5aa88 --- /dev/null +++ b/website/agenda/planung/webfonts/fa-solid-900.svg @@ -0,0 +1,2444 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/agenda/planung/webfonts/fa-solid-900.ttf b/website/agenda/planung/webfonts/fa-solid-900.ttf new file mode 100644 index 0000000..2a05512 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-solid-900.ttf differ diff --git a/website/agenda/planung/webfonts/fa-solid-900.woff b/website/agenda/planung/webfonts/fa-solid-900.woff new file mode 100644 index 0000000..839528c Binary files /dev/null and b/website/agenda/planung/webfonts/fa-solid-900.woff differ diff --git a/website/agenda/planung/webfonts/fa-solid-900.woff2 b/website/agenda/planung/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000..3aae386 Binary files /dev/null and b/website/agenda/planung/webfonts/fa-solid-900.woff2 differ