Merge pull request #1087 from batuhawk/master
Some placeholders updated
This commit is contained in:
commit
ce227d8967
@ -17,7 +17,7 @@
|
||||
'class' => 'form-control',
|
||||
'data-name' => $name,
|
||||
'data-value' => $value,
|
||||
'placeholder' => trans('general.form.select.field', ['field' => $text]),
|
||||
'placeholder' => trans('general.form.enter', ['field' => $text]),
|
||||
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
|
||||
], $attributes)) !!}
|
||||
</div>
|
||||
|
@ -16,7 +16,7 @@
|
||||
'class' => 'form-control',
|
||||
'data-name' => $input_name,
|
||||
'data-value' => $input_value,
|
||||
'placeholder' => trans('general.form.select.field', ['field' => $text]),
|
||||
'placeholder' => trans('general.form.enter', ['field' => $text]),
|
||||
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $input_name
|
||||
]) !!}
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
'class' => 'form-control',
|
||||
'data-name' => $name,
|
||||
'data-value' => $value,
|
||||
'placeholder' => trans('general.form.select.field', ['field' => $text]),
|
||||
'placeholder' => trans('general.form.enter', ['field' => $text]),
|
||||
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
|
||||
], $attributes)) !!}
|
||||
</div>
|
||||
|
@ -16,7 +16,7 @@
|
||||
{!! Form::password($name, array_merge([
|
||||
'class' => 'form-control',
|
||||
'data-name' => $name,
|
||||
'placeholder' => trans('general.form.select.field', ['field' => $text]),
|
||||
'placeholder' => trans('general.form.enter', ['field' => $text]),
|
||||
'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : 'form.' . $name
|
||||
], $attributes)) !!}
|
||||
</div>
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
{{ Form::textGroup('rate', trans('currencies.rate'), 'sliders-h', ['@input' => 'RateReplace', 'required' => 'required']) }}
|
||||
|
||||
{{ Form::numberGroup('precision', trans('currencies.precision'), 'dot-circle') }}
|
||||
{{ Form::textGroup('precision', trans('currencies.precision'), 'dot-circle') }}
|
||||
|
||||
{{ Form::textGroup('symbol', trans('currencies.symbol.symbol'), 'font') }}
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
{{ Form::textGroup('rate', trans('currencies.rate'), 'sliders-h', ['@input' => 'RateReplace', 'required' => 'required']) }}
|
||||
|
||||
{{ Form::numberGroup('precision', trans('currencies.precision'), 'dot-circle') }}
|
||||
{{ Form::textGroup('precision', trans('currencies.precision'), 'dot-circle') }}
|
||||
|
||||
{{ Form::textGroup('symbol', trans('currencies.symbol.symbol'), 'font') }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user