Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOSIP-21339] Fixed the banner and the text alignment issues in retrieve lost RID page when the text direction is rtl and some changes in i18n translation files. #279

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="flex-single-view" style="padding-top: 12px;padding-bottom: 10px;">
<div id="flex-container">
<div id="myDiv" class="flex-body" *ngIf="displayedColumns && actionEllipsis">
<mat-card *ngIf="filterColumns">
<mat-card *ngIf="filterColumns" class="lost-rid-status-card">
<div class="example-container">
<span><h3 class="header">{{'lostRID.subtitleenrollment' | translate}}</h3></span>
<div *ngFor="let field of filterColumns; let i = index" style="display:inline-flex;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,8 @@ h3 {
color: #ffffff!important;
}

:dir(rtl) .lost-rid-status-card {
padding-left: 50px !important;
padding-right: 50px !important;
}

7 changes: 7 additions & 0 deletions admin-ui/src/app/shared/table/table.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,11 @@ td.mat-footer-cell:last-child {
caption {
font-size: 1.2em;
font-weight: bold;
}

:dir(rtl) th.mat-header-cell:nth-of-type(1), :dir(rtl) td.mat-cell:nth-of-type(1),
:dir(rtl) td.mat-footer-cell:nth-of-type(1), :dir(rtl) .table-header:nth-of-type(1) {
text-align: right;
padding-right: 20px;
padding-left: 1px;
}
5 changes: 4 additions & 1 deletion admin-ui/src/assets/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"subItem3": "الحصول على شهادة",
"subItem4": "تحميل الشهادة",
"subItem5": "تحميل شهادة مجال أخرى"
},
"item8": {
"title": "استرداد RID المفقود"
}
},
"dashboard": {
Expand Down Expand Up @@ -753,7 +756,7 @@
"InActive":"غير نشط"
},
"lostRID":{
"titleTxt":"استرداد Lost RID",
"titleTxt":"استرداد RID المفقود",
"subtitleenrollment":"تفاصيل التسجيل",
"subtitlelocation":"موقع",
"searchbtn":"بحث",
Expand Down
5 changes: 4 additions & 1 deletion admin-ui/src/assets/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
"subItem3": "Obtenir un certificat",
"subItem4": "Télécharger le certificat",
"subItem5": "Télécharger un autre certificat de domaine"
}
},
"item8": {
"title": "Récupérer le RID perdu"
}
},
"dashboard": {
"welcomeMessage": "Bienvenue sur le portail d'administration Mosip!"
Expand Down
5 changes: 4 additions & 1 deletion admin-ui/src/assets/i18n/hin.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
"subItem3": "गेट सर्टिफिकेट",
"subItem4": "प्रमाणपत्र अपलोड करें",
"subItem5": "अन्य डोमेन प्रमाणपत्र अपलोड करें"
}
},
"item8": {
"title": "खोई हुई RID पुनः प्राप्त करें"
}
},
"dashboard": {
"welcomeMessage": "मोसिप एडमिन पोर्टल में आपका स्वागत है!"
Expand Down
5 changes: 4 additions & 1 deletion admin-ui/src/assets/i18n/kan.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
"subItem3": "ಪ್ರಮಾಣಪತ್ರ ಪಡೆಯಿರಿ",
"subItem4": "ಪ್ರಮಾಣಪತ್ರವನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಿ",
"subItem5": "ಇತರ ಡೊಮೇನ್ ಪ್ರಮಾಣಪತ್ರವನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಿ"
}
},
"item8": {
"title": "ಕಳೆದುಹೋದ RID ಅನ್ನು ಹಿಂಪಡೆಯಿರಿ"
}
},
"dashboard": {
"welcomeMessage": "ಮೊಸಿಪ್ ಅಡ್ಮಿನ್ ಪೋರ್ಟಲ್ ಗೆ ಸ್ವಾಗತ!"
Expand Down
3 changes: 3 additions & 0 deletions admin-ui/src/assets/i18n/tam.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"subItem3": "சான்றிதழ் பெறவும்",
"subItem4": "சான்றிதழைப் பதிவேற்றவும்",
"subItem5": "பிற டொமைன் சான்றிதழைப் பதிவேற்றவும்"
},
"item8": {
"title": "இழந்த RID ஐ மீட்டெடுக்கவும்"
}
},
"dashboard": {
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ h3 {
margin:0px !important;
}
#flex-container {
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
/* max-height: 87vh; */
padding-bottom: 20px;
Expand Down
Loading