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

@@ -60,10 +60,10 @@ class="active"
<div class="row">
<div class="col-xs-2">
{!! Form::radio('type','1',true) !!}{{Lang::get('lang.public')}}
{!! Form::radio('type','1',true) !!} {{Lang::get('lang.public')}}
</div>
<div class="col-xs-3">
{!! Form::radio('type','0',null) !!}{{Lang::get('lang.private')}}
{!! Form::radio('type','0',null) !!} {{Lang::get('lang.private')}}
</div>
</div>