From 7c32525c9a02f6175e7bafcc7aff73ae46d9af0f Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Tue, 24 Sep 2013 21:35:47 -0400 Subject: [PATCH] Don't put the default div around the Monitors form close button --- web/app/View/Elements/tabs-form-end.ctp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/app/View/Elements/tabs-form-end.ctp b/web/app/View/Elements/tabs-form-end.ctp index e34008a4a..83704e3cc 100644 --- a/web/app/View/Elements/tabs-form-end.ctp +++ b/web/app/View/Elements/tabs-form-end.ctp @@ -2,8 +2,6 @@ Form->end(array( 'label' => 'Save Monitor', 'class' => array('btn', 'btn-default'), - 'div' => array( - 'class' => array('col-lg-offset-2', 'col-lg-10') - ) + 'div' => false )); ?>