Commit 61522f21 by DESKTOP-E3GSHH7\myhr

set รูป article default ใหม่ เเละเเปลภาษา

parent a52f8af8
...@@ -45,3 +45,8 @@ ...@@ -45,3 +45,8 @@
.border-color{ .border-color{
border: 8px solid rgb(255, 255, 255); border: 8px solid rgb(255, 255, 255);
} }
.ti-btn-amber-full{
background-color: #fcd34d;
color: #FFFFFF;
}
\ No newline at end of file
...@@ -16,12 +16,12 @@ ...@@ -16,12 +16,12 @@
</a> </a>
<a href="javascript:void(0);" class="hs-dropdown-toggle ti-btn ti-btn-success-full me-2" *ngIf="someSelected" <a href="javascript:void(0);" class="hs-dropdown-toggle ti-btn ti-btn-success-full me-2" *ngIf="someSelected"
(click)="adjustSelect(1)"><i class="ri-user-follow-line font-semibold align-middle"></i>{{ 'Active' | (click)="adjustSelect(1)"><i class="ri-user-follow-line font-semibold align-middle"></i>{{ 'Publish' |
translate}} translate}}
</a> </a>
<a href="javascript:void(0);" class="hs-dropdown-toggle ti-btn ti-btn-secondary-full me-2" <a href="javascript:void(0);" class="hs-dropdown-toggle ti-btn ti-btn-amber-full ti-btn-sec me-2"
*ngIf="someSelected" (click)="adjustSelect(0)"><i *ngIf="someSelected" (click)="adjustSelect(0)"><i
class="ri-user-unfollow-line font-semibold align-middle"></i>{{ 'Unactive' | class="ri-user-unfollow-line font-semibold align-middle"></i>{{ 'Unpublish' |
translate}} translate}}
</a> </a>
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<span class="p-3 me-1" style="width: 200px;"> <span class="p-3 me-1" style="width: 200px;">
<!-- <img [src]="item.getPicture()" alt="" id="profile-img" class="border-radius-1" <!-- <img [src]="item.getPicture()" alt="" id="profile-img" class="border-radius-1"
style="width: 180px; height: 120px; object-fit: cover;"> --> style="width: 180px; height: 120px; object-fit: cover;"> -->
<img [src]="item.getPicture() === '' ? 'assets/images/media/media-1.jpg' : item.getPicture()" id="profile-img" class="border-radius-1" <img [src]="item.getPicture() === '' ? 'assets/images/media/default-pic-gX.png' : item.getPicture()" id="profile-img" class="border-radius-1"
style="width: 180px; height: 120px; object-fit: cover;"> style="width: 180px; height: 120px; object-fit: cover;">
</span> </span>
</div> </div>
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
<div class="xl:col-span-12 col-span-12 justify-items-center"> <div class="xl:col-span-12 col-span-12 justify-items-center">
<div class="relative w-[300px] h-[200px] overflow-hidden rounded-md group mx-auto"> <div class="relative w-[300px] h-[200px] overflow-hidden rounded-md group mx-auto">
<img [src]="selectModel.getPicture() === '' ? 'assets/images/media/media-1.jpg' : selectModel.getPicture()" <img [src]="selectModel.getPicture() === '' ? 'assets/images/media/default-pic-gX.png' : selectModel.getPicture()"
alt="Profile Picture" alt="Profile Picture"
class="w-full h-full block transition-all duration-300 ease-in-out group-hover:blur-md border-color"> class="w-full h-full block transition-all duration-300 ease-in-out group-hover:blur-md border-color">
......
...@@ -109,5 +109,7 @@ ...@@ -109,5 +109,7 @@
"Invalid email format .":"Why after @ have not dot [ Ex. ] username@hostname.com", "Invalid email format .":"Why after @ have not dot [ Ex. ] username@hostname.com",
"This email already exists":"This email already exists", "This email already exists":"This email already exists",
"Datasource Table Information":"Datasource Table", "Datasource Table Information":"Datasource Table",
"Company Name":"Company Name" "Company Name":"Company Name",
"Publish":"Publish",
"Unpublish":"Unpublish"
} }
...@@ -109,5 +109,7 @@ ...@@ -109,5 +109,7 @@
"Invalid email format .":"หลัง @ ไม่ได้ใส่ . หลังชื่อ [ ตัวอย่าง ] username@hostname.com", "Invalid email format .":"หลัง @ ไม่ได้ใส่ . หลังชื่อ [ ตัวอย่าง ] username@hostname.com",
"This email already exists":"อีเมลนี้มีอยู่แล้ว", "This email already exists":"อีเมลนี้มีอยู่แล้ว",
"Datasource Table Information":"Datasource Table", "Datasource Table Information":"Datasource Table",
"Company Name":"ชื่อบริษัท" "Company Name":"ชื่อบริษัท",
"Publish":"เผยเเพร่",
"Unpublish":"ไม่เผยเเพร่"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment