CC-2753: Ability to disable stream 1 but still show it in the interface
- interface change - all elements becomes 'disabled' depending on 'disable_stream_conf' flag
This commit is contained in:
parent
0c72b8b6bf
commit
fa929d45a6
5 changed files with 56 additions and 0 deletions
|
@ -18,8 +18,10 @@
|
|||
echo $this->form->getSubform("s".$i."_subform");
|
||||
}
|
||||
?>
|
||||
<?php if($this->disable_stream_conf != "true"){?>
|
||||
<div class="button-bar bottom" id="submit-element">
|
||||
<input type="submit" class="ui-button ui-state-default right-floated" value="Save" id="Save" name="Save" />
|
||||
</div>
|
||||
<?php }?>
|
||||
</form>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue