From d9b6140bf89bb04f18587d2eb820c5bd3ef2da58 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Tue, 10 Sep 2013 20:18:25 -0400 Subject: [PATCH] Convert the Logs index view to use a bootstrap sidebar --- web/app/View/Logs/index.ctp | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/web/app/View/Logs/index.ctp b/web/app/View/Logs/index.ctp index 1d12d0c34..1a50b7521 100644 --- a/web/app/View/Logs/index.ctp +++ b/web/app/View/Logs/index.ctp @@ -1,14 +1,16 @@ start('sidebar'); + echo $this->Form->label('Component'); + echo $this->Form->select('Component', $componentoptions); + echo $this->Form->button('Refresh', array('id' => 'btnComponentRefresh')); + $this->end(); ?> -
- Form->label('Component'); ?> - Form->select('Component', $componentoptions); ?> - Form->button('Refresh', array('id' => 'btnComponentRefresh')); ?> -
+
Date / Time