update v1.0.3.5

This commit is contained in:
sujitprasad
2015-12-29 11:05:21 +05:30
parent 828b75f9ec
commit 308be859ae
19 changed files with 828 additions and 115 deletions

View File

@@ -352,6 +352,25 @@ class="active"
</div><!-- /.box-body -->
</div><!-- /.box -->
</div><!--/.col (left) -->
<div class="col-md-6">
<div class="box box-primary">
<div class="box-header">
<h3 class="box-title">{{Lang::get('lang.system_error_reports')}}</h3>
</div>
<!-- /.box-header -->
<!-- form start -->
<hr style="margin-top: 0;margin-bottom: 0;">
<div class="box-body">
<!-- System Errors (enabled by default) -->
<div class="form-group">
{!! Form::checkbox('system_error',1) !!}
{!! Form::label('system_error',Lang::get('lang.Send_app_crash_reports_to_help_Ladybird_improve_Faveo')) !!}
</div>
</div>
</div>
</div>
</div>
</section>
@stop