From 75acaea36e46a1e49be3fbd8e0a2a9cedddcdfff Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Wed, 11 Sep 2013 15:29:18 -0400 Subject: [PATCH] Open the monitor edit general tab by default --- web/app/View/Elements/tabs-general.ctp | 2 +- web/app/View/Layouts/default.ctp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/View/Elements/tabs-general.ctp b/web/app/View/Elements/tabs-general.ctp index 5a5457687..6b701338c 100644 --- a/web/app/View/Elements/tabs-general.ctp +++ b/web/app/View/Elements/tabs-general.ctp @@ -1,4 +1,4 @@ -
+
Form->input('Name'); echo $this->Form->input('Type', array( 'type' => 'select', 'options' => $typeoptions)); diff --git a/web/app/View/Layouts/default.ctp b/web/app/View/Layouts/default.ctp index 7a12f0455..306c59d03 100644 --- a/web/app/View/Layouts/default.ctp +++ b/web/app/View/Layouts/default.ctp @@ -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'); ?>