Merge remote-tracking branch 'calcms/master'

This commit is contained in:
Milan
2023-02-25 22:49:39 +01:00
538 changed files with 33648 additions and 53597 deletions

View File

@@ -0,0 +1,26 @@
<TMPL_IF no_result>
<div id="empty_or_not">
<script>
jQuery( document ).ready(function() {
//load next shows into current playlist
if(jQuery('#sendungen').length!=0) jQuery('#sendungen').load('/agenda/playlistLong/');
//hide next shows
// if(jQuery('#calcms_playlist').length!=0) jQuery('#calcms_playlist').parent().parent().hide();
//hide programm menu
// if(jQuery('#calcms_menu').length!=0) jQuery('#calcms_menu').parent().parent().hide();
});
</script>
<div class="content" style="clear:both"><TMPL_VAR no_result_message escape="none"></div>
<h3 class="summary title">Kommende Sendungen</h3>
<div id="coming_shows"></div>
</div>
</TMPL_IF>