fixed #476
This commit is contained in:
		| @@ -21,13 +21,13 @@ | ||||
|         <link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/dist/css/skins/skin-green-light.min.css') }}"> | ||||
|     @else | ||||
|         <link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/dist/css/skins/skin-black.min.css') }}"> | ||||
|         <link rel="stylesheet" href="{{ asset('public/css/skin-black.css?v=1.2') }}"> | ||||
|         <link rel="stylesheet" href="{{ asset('public/css/skin-black.css?v=' . version('short')) }}"> | ||||
|     @endif | ||||
|     <!-- Select2 --> | ||||
|     <link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/select2/select2.min.css') }}"> | ||||
|     <!-- App style --> | ||||
|     <link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2.12') }}"> | ||||
|     <link rel="stylesheet" href="{{ asset('public/css/akaunting-green.css?v=1.2') }}"> | ||||
|     <link rel="stylesheet" href="{{ asset('public/css/app.css?v=' . version('short')) }}"> | ||||
|     <link rel="stylesheet" href="{{ asset('public/css/akaunting-green.css?v=' . version('short')) }}"> | ||||
|      | ||||
|     <link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}"> | ||||
|      | ||||
| @@ -57,7 +57,7 @@ | ||||
|     <!-- Mask Money --> | ||||
|     <script src="{{ asset('public/js/jquery/jquery.maskMoney.js') }}"></script> | ||||
|  | ||||
|     <script src="{{ asset('public/js/app.js?v=1.0') }}"></script> | ||||
|     <script src="{{ asset('public/js/app.js?v=' . version('short')) }}"></script> | ||||
|  | ||||
|     <script type="text/javascript"><!-- | ||||
|         var url_search = '{{ url("common/search/search") }}'; | ||||
|   | ||||
| @@ -26,10 +26,10 @@ | ||||
|         </div> | ||||
|         <!-- search form --> | ||||
|         <form action="#" method="get" id="form-search" class="sidebar-form"> | ||||
|             <div id="search" class="input-group"> | ||||
|                 <input type="text" name="search" value="<?php //echo $search; ?>" id="input-search" class="form-control" placeholder="Search..."> | ||||
|             <div id="live-search" class="input-group"> | ||||
|                 <input type="text" name="live-search" value="<?php //echo $search; ?>" id="input-search" class="form-control" placeholder="Search..."> | ||||
|                 <span class="input-group-btn"> | ||||
|                     <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i></button> | ||||
|                     <button type="submit" name="live-search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i></button> | ||||
|                 </span> | ||||
|             </div> | ||||
|         </form> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user