Commit 885643b44fa1b1af406f2df2077fbe332023b2a4
1 parent
9f533247
04.05.16 css fix
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
backend/views/layouts/main-sidebar.php
... | ... | @@ -6,15 +6,15 @@ use yii\widgets\Menu; |
6 | 6 | <section class="sidebar"> |
7 | 7 | <!-- Sidebar user panel --> |
8 | 8 | <!-- search form --> |
9 | - <form action="#" method="get" class="sidebar-form"> | |
10 | - <div class="input-group"> | |
11 | - <input type="text" name="q" class="form-control" placeholder="Search..."> | |
12 | - <span class="input-group-btn"> | |
13 | - <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i> | |
14 | - </button> | |
15 | - </span> | |
16 | - </div> | |
17 | - </form> | |
9 | +<!-- <form action="#" method="get" class="sidebar-form">--> | |
10 | +<!-- <div class="input-group">--> | |
11 | +<!-- <input type="text" name="q" class="form-control" placeholder="Search...">--> | |
12 | +<!-- <span class="input-group-btn">--> | |
13 | +<!-- <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>--> | |
14 | +<!-- </button>--> | |
15 | +<!-- </span>--> | |
16 | +<!-- </div>--> | |
17 | +<!-- </form>--> | |
18 | 18 | <!-- /.search form --> |
19 | 19 | <?= |
20 | 20 | Menu::widget([ | ... | ... |