mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-23 00:03:28 -04:00
Open the monitor edit general tab by default
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="tab-pane" id="general" class="tab-pane">
|
||||
<div id="general" class="tab-pane active">
|
||||
<?php
|
||||
echo $this->Form->input('Name');
|
||||
echo $this->Form->input('Type', array( 'type' => 'select', 'options' => $typeoptions));
|
||||
|
||||
@@ -39,7 +39,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
|
||||
echo $this->fetch('script');
|
||||
echo $this->Html->script('jquery-2.0.1.min');
|
||||
echo $this->Html->script('jquery-ui.min');
|
||||
echo $this->Html->script('masonry.pkgd.min');
|
||||
echo $this->Html->script('bootstrap.min');
|
||||
echo $this->Html->script('main');
|
||||
?>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user