Esempio n. 1
0
							<div class="form-group remove-dvr-recording-btn-container" data-ajax-remove-uri="<?php 
    echo e($dvrRecordingRemoveUri);
    ?>
">
								<div class="form-control">
									<button class="btn btn-danger remove-btn">Remove DVR Recording</button>
								</div>
							</div>
							<?php 
}
?>
							<?php 
echo FormHelpers::getFormCheckInput(1, "Enabled", "stream-enabled", $form['stream-enabled'] === "y", $formErrors);
?>
							<?php 
echo FormHelpers::getButtonGroupInput(1, "Current Status", "stream-state", $form['stream-state'], $formErrors, true, $additionalForm['streamStateButtonsData']);
?>
							<?php 
echo FormHelpers::getFormCheckInput(1, "Being Recorded For VOD", "stream-being-recorded", $form['stream-being-recorded'] === "y", $formErrors);
?>
							<?php 
echo FormHelpers::getFormTxtAreaInput(1, "Information Message (Shown When Not Live) (Optional)", "stream-info-msg", $form['stream-info-msg'], $formErrors);
?>
							<?php 
echo FormHelpers::getFormSelectInput(1, "Stream", "stream-stream-id", $form['stream-stream-id'], $streamOptions, $formErrors);
?>
							<?php 
echo FormHelpers::getFormTxtInput(1, "External Stream Page Url (Optional)", "stream-external-stream-url", $form['stream-external-stream-url'], $formErrors);
?>
						</div>
					</div>