14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
|
<div id="buffers">
|
||
|
<?php
|
||
|
echo $this->Form->inputs(array(
|
||
|
'ImageBufferCount',
|
||
|
'WarmupCount',
|
||
|
'PreEventCount',
|
||
|
'PostEventCount',
|
||
|
'StreamReplayBuffer',
|
||
|
'AlarmFrameCount',
|
||
|
'legend' => false
|
||
|
));
|
||
|
?>
|
||
|
</div>
|