UnBlock IB User screen

design implementation of UnBlock IB User
mazdak/UX-1320
Mazdak Gibran 3 days ago
parent cda611495b
commit bf3fe98e63

@ -1,11 +1,24 @@
import { Component } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { NgSelectModule } from '@ng-select/ng-select';
import { TranslateModule } from '@ngx-translate/core';
import { pageSizeOptions } from '../../utils/app.constants';
import { CommonModule } from '@angular/common';
@Component({
selector: 'app-ib-unblock-user',
imports: [],
imports: [TranslateModule, FormsModule, NgSelectModule, CommonModule, ReactiveFormsModule],
templateUrl: './ib-unblock-user.component.html',
styleUrl: './ib-unblock-user.component.scss'
})
export class IbUnblockUserComponent {
renewalDataExpanded: boolean = true
itemsPerPage: number = 5;
pageSizeOptions = pageSizeOptions
optionValue: any;
itemsPerPageChanged() {
throw new Error('Method not implemented.');
}
}

@ -58,7 +58,7 @@
class="form-control"
maxlength="500"
placeholder="{{ 'username' | translate }}" appNoWhitespaces
placeholder="{{ 'userName' | translate }}" appNoWhitespaces
rows="3" />

@ -45,7 +45,7 @@
<div class="d-flex align-items-start gap-2">
<label for="renewalRemarks"
class="text-nowrap mt-2">
{{ 'Name' | translate }}<span
{{ 'name' | translate }}<span
class="mandatory">*</span>
</label>
<div class="d-flex flex-column w-100">
@ -138,7 +138,7 @@
<input [type]="passwordType"
autocomplete="new-password"
class="form-control pe-5"
placeholder="Password" />
placeholder="{{ 'password' | translate }}">
<app-password-hide-show class="password-eye"
[showPassword]="true"
@ -212,10 +212,10 @@
<thead class="table-light">
<tr>
<th>{{'ThirdPartyID' | translate}}</th>
<th>{{'Name' | translate}}</th>
<th>{{'name' | translate}}</th>
<th>{{'Email' | translate}}</th>
<th>{{'Address' | translate}}</th>
<th>{{'PhoneNumber' | translate}}</th>
<th>{{'phoneNumber' | translate}}</th>
<th>{{'TotalNoOfAccounts' | translate}}</th>
<th>{{'action' | translate}}</th>
</tr>

@ -45,11 +45,12 @@
"toDate":"حتي اليوم",
"findLogs":"البحث عن السجلات",
"unBlockCustomer":"إلغاء حظر العميل",
"unblockUserDetails": "إلغاء حظر تفاصيل المستخدم",
"loggerManagerDetails": "تفاصيل مدير السجلات",
"fatchCustomer": "ابحث عن العملاء",
"fetchCustomer": "ابحث عن العملاء",
"loggingID":"معرف",
"cmpFirstname":"الاسم الأول",
"cmpLastname": "اسم العائلة",
"firstName":"الاسم الأول",
"lastName": "اسم العائلة",
"cmpCuststatus":"حالة العميل",
"cmpCustlastlogin": "آخر تسجيل دخول للعميل",
"accountNonLocked":"الحساب مغلق",
@ -59,6 +60,7 @@
"loggingRequestUri":"طلب Uri",
"loggingResponseCode":"رمز الاستجابة",
"loggingRemoteIP":"بعيد IP",
"enterIdentityValue": "أدخل قيمة الهوية",
"loggingTimeTaken":"الوقت المستغرق",
"loggingDate":"تاريخ",
"loggingDateTime": "التاريخ والوقت",
@ -105,7 +107,7 @@
"savePassword":"يحفظ",
"passwordPattern":"يجب أن تكون كلمة المرور أكثر من 8 أحرف وتتضمن حرفًا كبيرًا وحرفًا صغيرًا ورقمًا وحرفًا خاصًا",
"SMSGatewaySelect":"اختر صنف",
"SelectIdentValueType": "حدد نوع قيمة الهوية",
"selectIdentValueType": "حدد نوع قيمة الهوية",
"selectIdentityValue" : "رقم الهوية مطلوب",
"IdTypeSelect":"حدد تحديد النوع",
"SMSGatewaySyriatel":"سيريتل",

@ -1,7 +1,7 @@
{
"logintoAccount":"Login to your account",
"username":"Username",
"userName":"Username",
"userNamePlaceHolder":"Enter Username",
"password":"Password",
"passwordPlaceHolder":"Enter Password",
@ -40,6 +40,7 @@
"SelectAUser":"Select a User",
"loggingTitle":"Logging",
"IBChildTitle":"UnBlock User",
"unblockUserDetails": "Unblock User Details",
"IBTitle":"Internet Banking Support",
"loggingChildTitle":"Logger Manager",
"fromDate":"From Date",
@ -47,10 +48,10 @@
"toDate":"To Date",
"findLogs":"Find Logs",
"unBlockCustomer":"UnBlock Customer",
"fatchCustomer":"Find customer",
"fetchCustomer":"Find Customer",
"loggingID":"Id",
"cmpFirstname":"First Name",
"cmpLastname": "Last name",
"firstName":"First Name",
"lastName": "Last Name",
"cmpCuststatus":"Customer Status",
"cmpCustlastlogin": "Last Login",
"accountNonLocked":"Account Locked",
@ -106,7 +107,7 @@
"savePassword":"Save",
"passwordPattern":"Password must be over 8 characters and include an uppercase letter, a lower case letter, a number and a special character",
"SMSGatewaySelect":"Select Gateway",
"SelectIdentValueType": "Select Type",
"selectIdentValueType": "Select Type",
"IdTypeSelect":"Select Select Type",
"SMSGatewaySyriatel":"Syriatel",
"SMSGatewayTwillio":"Twilio",
@ -145,6 +146,7 @@
"nicop": "S/NICOP",
"passport": "PASSPORT",
"senderNamePlaceHolder":"Enter Sender Name",
"enterIdentityValue":"Enter Identity Value",
"senderName":"Sender Name",
"Next": "Next",
"ERR_APP_B_0001":"Internal Server Error",

Loading…
Cancel
Save