CC-3053: Stream settings -> the collapse/expend arrow is pointing the wrong way

- fixed
This commit is contained in:
james 2011-11-16 17:57:07 -05:00
parent 1f9b2559ab
commit 590a74b8ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
$s_name = "s".$this->stream_number;
?>
<h3 class="collapsible-header"><span class="arrow-icon"></span>Stream <?php echo $this->stream_number?></h3>
<h3 class="collapsible-header <?php echo $this->stream_number != '1'?"close":""?>"><span class="arrow-icon"></span>Stream <?php echo $this->stream_number?></h3>
<div class="stream-setting-content" <?php echo $this->stream_number != '1'?'style="display: none;':''?> id="<?=$s_name?>-config">
<fieldset class="padded">
<dl class="zend_form clearfix">