diff --git a/frontend/views/common/_reception_form_card_number.php b/frontend/views/common/_reception_form_card_number.php
index 252489d..3696859 100644
--- a/frontend/views/common/_reception_form_card_number.php
+++ b/frontend/views/common/_reception_form_card_number.php
@@ -30,11 +30,12 @@ if ( isset($model->card)){
false,
'method' => 'get',
- 'action' => $route
+ 'action' => $route,
+ 'id' => 'reception-card-number-form'
]); ?>
- 'form-control', 'placeholder' => 'Kártya/kulcs szám'])?>
+ 'form-control', 'placeholder' => 'Kártya/kulcs szám', 'id' => 'input-reception-card-number'])?>
diff --git a/frontend/views/customer/reception.php b/frontend/views/customer/reception.php
index 406de2c..f02fc85 100644
--- a/frontend/views/customer/reception.php
+++ b/frontend/views/customer/reception.php
@@ -9,230 +9,10 @@ use frontend\components\ReceptionWidget;
Recepció
$model, 'route' => ['customer/reception']]) ?>
-
-
-
Engedélyezett eszközök
-
-
-
-
-
-
-
-
-
diff --git a/frontend/views/customer/serial.php b/frontend/views/customer/serial.php
new file mode 100644
index 0000000..cd1cb44
--- /dev/null
+++ b/frontend/views/customer/serial.php
@@ -0,0 +1,266 @@
+
+
+
+
Engedélyezett eszközök
+
+ Rfid olvasó nem található
+
+
+ - Válaszd ki az 'Eszköztipusok' lenyiló listából az RFID olvasót
+ - Nyomd meg az olvasó engedélyezée gombot
+ - A felugró ablakban válaszd ki ismét az rfid olvasót
+ - Nyomd meg a csatlakozás (connect) gombot
+
+
+
+
+ QRCode olvasó nem található
+
+
+ - Válaszd ki az 'Eszköztipusok' lenyiló listából az QRCode olvasót
+ - Nyomd meg az olvasó engedélyezée gombot
+ - A felugró ablakban válaszd ki ismét az QRCode olvasót (Pl.: HF680)
+ - Nyomd meg a csatlakozás (connect) gombot
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file