update 1.0.7

This commit is contained in:
Sujit Prasad
2016-04-19 19:19:42 +05:30
parent 723ef47e19
commit 5327b0c0da
153 changed files with 20711 additions and 1727 deletions

View File

@@ -1,7 +1,7 @@
@extends('themes.default1.admin.layout.admin')
@section('Manage')
class="active"
active
@stop
@section('manage-bar')
@@ -93,7 +93,7 @@ class="active"
<!-- topic Status : if status==1 active -->
<td>
@if($topic->ticket_status=='1')
@if($topic->status=='1')
<span style="color:green">Active</span>
@else
<span style="color:red">Disable</span>