PMCORE-4005
This commit is contained in:
@@ -10,12 +10,20 @@
|
|||||||
>
|
>
|
||||||
{{ dataAlert.message }}
|
{{ dataAlert.message }}
|
||||||
</b-alert>
|
</b-alert>
|
||||||
<p class="">
|
<p class="d-flex">
|
||||||
|
<div class="mr-2 d-flex justify-content-between">
|
||||||
|
<div class="d-flex">
|
||||||
|
<h5 class="v-search-title">{{ $t("ID_CASE_DETAILS") }}</h5>
|
||||||
|
<div class="pm-in-text-icon">
|
||||||
|
<i class="fas fa-info-circle"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<button-fleft :data="newCase"></button-fleft>
|
||||||
|
</div>
|
||||||
<b-icon icon="arrow-left"></b-icon>
|
<b-icon icon="arrow-left"></b-icon>
|
||||||
<button type="button" class="btn btn-link" @click="$emit('onLastPage')">
|
<button type="button" class="btn btn-link" @click="$emit('onLastPage')">
|
||||||
{{ $t("ID_BACK") }}
|
{{ $t("ID_BACK") }}
|
||||||
</button>
|
</button>
|
||||||
<button-fleft :data="newCase"></button-fleft>
|
|
||||||
</p>
|
</p>
|
||||||
<modal-new-request ref="newRequest"></modal-new-request>
|
<modal-new-request ref="newRequest"></modal-new-request>
|
||||||
</div>
|
</div>
|
||||||
@@ -662,4 +670,9 @@ export default {
|
|||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
.pm-in-text-icon {
|
||||||
|
font-size: 1.4rem;
|
||||||
|
padding-right: 10px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -4019,6 +4019,12 @@ msgstr "The case {0}: {1} with {2}: {3} does not exist."
|
|||||||
msgid "Case Description"
|
msgid "Case Description"
|
||||||
msgstr "Case Description"
|
msgstr "Case Description"
|
||||||
|
|
||||||
|
# TRANSLATION
|
||||||
|
# LABEL/ID_CASE_DETAILS
|
||||||
|
#: LABEL/ID_CASE_DETAILS
|
||||||
|
msgid "Case Details"
|
||||||
|
msgstr "Case Details"
|
||||||
|
|
||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_CASE_DOES_NOT_EXIST
|
# LABEL/ID_CASE_DOES_NOT_EXIST
|
||||||
#: LABEL/ID_CASE_DOES_NOT_EXIST
|
#: LABEL/ID_CASE_DOES_NOT_EXIST
|
||||||
|
|||||||
@@ -57403,6 +57403,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
|
|||||||
( 'LABEL','ID_CASEDEMO','en','Case Demo','2014-01-15') ,
|
( 'LABEL','ID_CASEDEMO','en','Case Demo','2014-01-15') ,
|
||||||
( 'LABEL','ID_CASELIST_CAN_NOT_BE_IMPORTED_THE_PMTABLE_NOT_EXIST','en','Custom Case List {0} can not be imported because the PM Table does not exist in this Workspace.','2021-08-20') ,
|
( 'LABEL','ID_CASELIST_CAN_NOT_BE_IMPORTED_THE_PMTABLE_NOT_EXIST','en','Custom Case List {0} can not be imported because the PM Table does not exist in this Workspace.','2021-08-20') ,
|
||||||
( 'LABEL','ID_CASE_DELETE_SUCCESFULLY','en','The Case was deleted successfully.','2020-01-08') ,
|
( 'LABEL','ID_CASE_DELETE_SUCCESFULLY','en','The Case was deleted successfully.','2020-01-08') ,
|
||||||
|
( 'LABEL','ID_CASE_DETAILS','en','Case Details','2022-10-25') ,
|
||||||
( 'LABEL','ID_CASE_UID','en','Case Uid','2021-04-04') ,
|
( 'LABEL','ID_CASE_UID','en','Case Uid','2021-04-04') ,
|
||||||
( 'LABEL','ID_CASE_THREAD_TITLE','en','Case Thread Title','2021-08-27') ,
|
( 'LABEL','ID_CASE_THREAD_TITLE','en','Case Thread Title','2021-08-27') ,
|
||||||
( 'LABEL','ID_CASE_THREAD_TITLE_NAME','en','Case Thread Title Name','2021-09-29') ,
|
( 'LABEL','ID_CASE_THREAD_TITLE_NAME','en','Case Thread Title Name','2021-09-29') ,
|
||||||
|
|||||||
Reference in New Issue
Block a user