File: //var/www/lipovac/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/page.php
<?php
$datepicker_format = tribe_get_option( 'datepickerFormat' );
$state_class = 'tribe-aggregator-inactive';
if ( tribe( 'events-aggregator.main' )->is_service_active() ) {
$state_class = 'tribe-aggregator-active';
}
?>
<div class="tribe-ea wrap <?php echo esc_attr( $state_class ); ?>" data-datepicker_format="<?php echo esc_attr( $datepicker_format ); ?>">
<?php $this->template( 'header' ); ?>
<div class="tribe-message-container"></div>
<?php $this->template( 'tab' ); ?>
</div>