serial-reader
This commit is contained in:
@@ -30,11 +30,12 @@ if ( isset($model->card)){
|
||||
<?php $form = ActiveForm::begin([
|
||||
'enableAjaxValidation' => false,
|
||||
'method' => 'get',
|
||||
'action' => $route
|
||||
'action' => $route,
|
||||
'id' => 'reception-card-number-form'
|
||||
]); ?>
|
||||
<div class="row" >
|
||||
<div class='col-md-12'>
|
||||
<?php echo Html::textInput("number", $number ,['class' => 'form-control', 'placeholder' => 'Kártya/kulcs szám'])?>
|
||||
<?php echo Html::textInput("number", $number ,['class' => 'form-control', 'placeholder' => 'Kártya/kulcs szám', 'id' => 'input-reception-card-number'])?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" >
|
||||
|
||||
Reference in New Issue
Block a user