update v1.0.6

This commit is contained in:
sujitprasad
2016-02-16 22:42:08 +05:30
parent e6b579d67b
commit 073a49a8af
587 changed files with 21487 additions and 22766 deletions

View File

@@ -53,8 +53,8 @@ class="active"
{!! Form::label('ticket_status',Lang::get('lang.status')) !!}  
{!! $errors->first('ticket_status', '<spam class="help-block">:message</spam>') !!}
{!! Form::radio('ticket_status','1',true) !!}{{Lang::get('lang.active')}}&nbsp;&nbsp;&nbsp;
{!! Form::radio('ticket_status','0') !!}{{Lang::get('lang.disabled')}}
{!! Form::radio('ticket_status','1',true) !!} {{Lang::get('lang.active')}}&nbsp;&nbsp;&nbsp;
{!! Form::radio('ticket_status','0') !!} {{Lang::get('lang.disabled')}}
</div>
</div>
@@ -64,8 +64,8 @@ class="active"
{!! Form::label('type',Lang::get('lang.type')) !!}&nbsp;&nbsp;
{!! $errors->first('type', '<spam class="help-block">:message</spam>') !!}
{!! Form::radio('type','1',true) !!}{{Lang::get('lang.public')}}&nbsp;&nbsp;&nbsp;
{!! Form::radio('type','0') !!}{{Lang::get('lang.private')}}
{!! Form::radio('type','1',true) !!} {{Lang::get('lang.public')}}&nbsp;&nbsp;&nbsp;
{!! Form::radio('type','0') !!} {{Lang::get('lang.private')}}
</div>
</div>
<!-- Topic text form Required -->

View File

@@ -47,8 +47,8 @@ class="active"
{!! Form::label('ticket_status',Lang::get('lang.status')) !!}&nbsp;&nbsp;
{!! $errors->first('ticket_status', '<spam class="help-block">:message</spam>') !!}
{!! Form::radio('ticket_status','1',true) !!}{{Lang::get('lang.active')}}&nbsp;&nbsp;&nbsp;
{!! Form::radio('ticket_status','0') !!}{{Lang::get('lang.disabled')}}
{!! Form::radio('ticket_status','1',true) !!} {{Lang::get('lang.active')}}&nbsp;&nbsp;&nbsp;
{!! Form::radio('ticket_status','0') !!} {{Lang::get('lang.disabled')}}
</div>
</div>
@@ -58,8 +58,8 @@ class="active"
{!! Form::label('type',Lang::get('lang.type')) !!}&nbsp;&nbsp;
{!! $errors->first('type', '<spam class="help-block">:message</spam>') !!}
{!! Form::radio('type','1',true) !!}{{Lang::get('lang.public')}}&nbsp;&nbsp;&nbsp;
{!! Form::radio('type','0') !!}{{Lang::get('lang.private')}}
{!! Form::radio('type','1',true) !!} {{Lang::get('lang.public')}}&nbsp;&nbsp;&nbsp;
{!! Form::radio('type','0') !!} {{Lang::get('lang.private')}}
</div>
</div>
<!-- Topic text form Required -->

View File

@@ -72,8 +72,8 @@ class="active"
{!! Form::label('status',Lang::get('lang.status')) !!}&nbsp;
{!! $errors->first('status', '<spam class="help-block">:message</spam>') !!}
{!! Form::radio('status','1',true) !!}{{Lang::get('lang.active')}}&nbsp;&nbsp;
{!! Form::radio('status','0') !!}{{Lang::get('lang.disabled')}}
{!! Form::radio('status','1',true) !!} {{Lang::get('lang.active')}}&nbsp;&nbsp;
{!! Form::radio('status','0') !!} {{Lang::get('lang.disabled')}}
</div>
</div>

View File

@@ -72,8 +72,8 @@ class="active"
{!! Form::label('status',Lang::get('lang.status')) !!}&nbsp;
{!! $errors->first('status', '<spam class="help-block">:message</spam>') !!}
{!! Form::radio('status','1',true) !!}{{Lang::get('lang.active')}}&nbsp;&nbsp;
{!! Form::radio('status','0') !!}{{Lang::get('lang.disabled')}}
{!! Form::radio('status','1',true) !!} {{Lang::get('lang.active')}}&nbsp;&nbsp;
{!! Form::radio('status','0') !!} {{Lang::get('lang.disabled')}}
</div>
</div>