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

12 lines
176 B
PHP

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