Alex Cheung 1 年之前
父節點
當前提交
8147e4395c
共有 12 個文件被更改,包括 15 次插入15 次删除
  1. +4
    -4
      src/layout/MainLayout/Header/index.js
  2. +1
    -1
      src/pages/DemandNote/Search/SearchForm.js
  3. +1
    -1
      src/pages/Organization/SearchPage/OrganizationSearchForm.js
  4. +1
    -1
      src/pages/Payment/Search_GLD/SearchForm.js
  5. +1
    -1
      src/pages/Proof/Search_GLD/SearchForm.js
  6. +1
    -1
      src/pages/PublicNotice/Search_GLD/SearchForm.js
  7. +1
    -1
      src/pages/User/SearchPage/UserSearchForm.js
  8. +1
    -1
      src/pages/User/SearchPage_Individual/UserSearchForm_Individual.js
  9. +1
    -1
      src/pages/User/SearchPage_Organization/UserSearchForm_Organization.js
  10. +1
    -1
      src/pages/pnspsUserGroupSearchPage/UserGroupSearchForm.js
  11. +1
    -1
      src/translations/en.json
  12. +1
    -1
      src/utils/ComboData.js

+ 4
- 4
src/layout/MainLayout/Header/index.js 查看文件

@@ -135,14 +135,14 @@ function Header(props) {
</ul>
</li>
<li>
<Link className="emailTemplate" to='/emailTemplate'><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 1 }}>Email Template</Typography></Link>
</li>
<li>
<Link className="client" ><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}>Setting</Typography><KeyboardArrowDownIcon sx={{ fontSize: '1.0rem' }} /></Link>
<Link className="client" ><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}>Settings</Typography><KeyboardArrowDownIcon sx={{ fontSize: '1.0rem' }} /></Link>
<ul className='dropdown'>
<li>
<Link className="userProfileGld" to='/user/profile'><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2, mt: 1, mb: 1 }}>Users Profile</Typography></Link>
</li>
<li>
<Link className="emailTemplate" to='/emailTemplate'><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2, mt: 1, mb: 1 }}>Email Template</Typography></Link>
</li>
<li>
<Link className="systemSetting" to='/setting/sys'><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2, mt: 1, mb: 1 }}>System Setting</Typography></Link>
</li>


+ 1
- 1
src/pages/DemandNote/Search/SearchForm.js 查看文件

@@ -93,7 +93,7 @@ const SearchDemandNoteForm = ({ applySearch, orgComboData, searchCriteria, issue
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1, ml:3,mb:2.5}}>
<Typography variant="pnspsFormHeader" >
Search Form
Search
</Typography>
</Grid>
{/*row 2*/}


+ 1
- 1
src/pages/Organization/SearchPage/OrganizationSearchForm.js 查看文件

@@ -67,7 +67,7 @@ const OrganizationSearchForm = ({ applySearch }) => {
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:2.5}}>
<Typography variant="pnspsFormHeader" >
Search Form
Search
</Typography>
</Grid>
{/*row 2*/}


+ 1
- 1
src/pages/Payment/Search_GLD/SearchForm.js 查看文件

@@ -50,7 +50,7 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => {
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:2.5}}>
<Typography variant="pnspsFormHeader" >
Search Form
Search
</Typography>
</Grid>
{/*row 2*/}


+ 1
- 1
src/pages/Proof/Search_GLD/SearchForm.js 查看文件

@@ -97,7 +97,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:2.5}}>
<Typography variant="pnspsFormHeader" >
Search Form
Search
</Typography>
</Grid>



+ 1
- 1
src/pages/PublicNotice/Search_GLD/SearchForm.js 查看文件

@@ -95,7 +95,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:marginBottom}}>
<Typography variant="pnspsFormHeader" >
Search Form
Search
</Typography>
</Grid>
{/*row 2*/}


+ 1
- 1
src/pages/User/SearchPage/UserSearchForm.js 查看文件

@@ -82,7 +82,7 @@ const UserSearchForm = ({ applySearch }) => {
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:2.5}}>
<Typography variant="pnspsFormHeader" >
Search Form (GLD User)
Search
</Typography>
</Grid>
{/*row 2*/}


+ 1
- 1
src/pages/User/SearchPage_Individual/UserSearchForm_Individual.js 查看文件

@@ -53,7 +53,7 @@ const UserSearchForm_Individual = ({ applySearch }) => {
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:2.5}}>
<Typography variant="pnspsFormHeader" >
Search Form
Search
</Typography>
</Grid>
{/*row 2*/}


+ 1
- 1
src/pages/User/SearchPage_Organization/UserSearchForm_Organization.js 查看文件

@@ -58,7 +58,7 @@ const UserSearchForm_Organization = ({applySearch}) => {
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:2.5}}>
<Typography variant="pnspsFormHeader" >
Search Form
Search
</Typography>
</Grid>
{/*row 2*/}


+ 1
- 1
src/pages/pnspsUserGroupSearchPage/UserGroupSearchForm.js 查看文件

@@ -42,7 +42,7 @@ const UserGroupSearchForm = ({ applySearch }) => {
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:2.5}}>
<Typography variant="pnspsFormHeader" >
Search Form
Search
</Typography>
</Grid>
{/*row 2*/}


+ 1
- 1
src/translations/en.json 查看文件

@@ -55,7 +55,7 @@
"publicNoticePaymentProofInfo": "Public Notice: Proofreading Information",
"proofRecord": "Proof Record",
"onlinePaymentHistory": "Online Payment History",
"setting": "Setting",
"setting": "Settings",
"companyOrUserRecord": "Company/Institutional User Records",
"welcomeMsg": "Good afternoon! Please select the required service.",



+ 1
- 1
src/utils/ComboData.js 查看文件

@@ -83,7 +83,7 @@ export const groupTitle = [
{ key: 3, labelCht: 'B - 公司條例', label: 'B - Companies Ordinance', title: 'Companies Ordinance', type: 'B' },
{ key: 4, labelCht: 'C - 高等法院', label: 'C - High Court', title: 'High Court', type: 'C' },
{ key: 5, labelCht: 'D - 通知', label: 'D - Notices', title: 'Notices', type: 'D' },
{ key: 6, labelCht: 'E - 其他', label: 'E - Miscellaneous (Companies)', title: 'Miscellaneous  (Companies)', type: 'E' },
{ key: 6, labelCht: 'E - 其他', label: 'E - Miscellaneous (Companies)', title: 'Miscellaneous (Companies)', type: 'E' },
];

export const proofPrice = [


Loading…
取消
儲存