zoneminder/web/app/View/Elements/tabs-timestamp.ctp

11 lines
153 B
PHP

<div class="tab-pane" id="timestamp">
<?php
echo $this->Form->inputs(array(
'LabelFormat',
'LabelX',
'LabelY',
'legend' => false
));
?>
</div>