Two Add Show form bugfixes

* Fixed the Show Source mount name not showing up in Add Show form
* Use Airtime Authenticaiton by default
This commit is contained in:
Albert Santoni 2015-07-09 10:18:21 -04:00
parent 4b8944f221
commit d2ca10294f
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<fieldset>
<legend><?php echo _("Show Source") ?></legend>
<p class="input-settings-inline-p">
<?php echo _("DJs can use these settings to connect and broadcast live during this show (with compatible software)") ?>
<?php echo _("DJs can use these settings to connect with compatible software and broadcast live during this show. Assign a DJ below.") ?>
</p>
<?php echo $this->element->getElement("show_source_host")->render() ?>
<?php echo $this->element->getElement("show_source_port")->render() ?>