CC-3412: Icecast stream name not defined

-done
This commit is contained in:
denise 2012-06-12 17:08:36 -04:00
parent 8b2353ede0
commit f3b925daa2
6 changed files with 36 additions and 7 deletions

View file

@ -98,6 +98,19 @@
<dt class="block-display info-block">
The following info will be displayed to listeners in their media player:
</dt>
<dt id="stationName-label">
<label for="stationName"><?php echo $this->element->getElement('name')->getLabel()?> :</label>
</dt>
<dd id="stationName-element" class="clearfix">
<?php echo $this->element->getElement('name')?>
<?php if($this->element->getElement('name')->hasErrors()) : ?>
<ul class='errors'>
<?php foreach($this->element->getElement('name')->getMessages() as $error): ?>
<li><?php echo $error; ?></li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</dd>
<dt id="stationDescription-label">
<label for="stationDescription"><?php echo $this->element->getElement('description')->getLabel()?> :</label>
</dt>