Conflicts: airtime_mvc/application/forms/AddShowWhen.php airtime_mvc/application/forms/LiveStreamingPreferences.php airtime_mvc/application/models/Schedule.php airtime_mvc/application/views/scripts/form/preferences.phtml airtime_mvc/application/views/scripts/form/preferences_livestream.phtml airtime_mvc/application/views/scripts/form/support-setting.phtml airtime_mvc/application/views/scripts/schedule/add-show-form.phtml
10 lines
448 B
PHTML
10 lines
448 B
PHTML
<form method="<?php echo $this->element->getMethod() ?>" enctype="multipart/form-data">
|
|
|
|
<?php echo $this->element->getSubform('preferences_general') ?>
|
|
|
|
<h3 class="collapsible-header" id="soundcloud-heading"><span class="arrow-icon"></span><? echo _("SoundCloud Settings") ?></h3>
|
|
<div class="collapsible-content" id="soundcloud-settings">
|
|
<?php echo $this->element->getSubform('preferences_soundcloud') ?>
|
|
</div>
|
|
|
|
</form>
|