Skip to content
Snippets Groups Projects
Verified Commit a73ab95f authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #12091 TIME 1:30 tinyMce was not loading after V1 page

parent 281e8357
No related branches found
No related tags found
No related merge requests found
.errorVisa{
color: #ea0000;
font-weight: bold;
text-align: center;
font-size: 1.4em;
}
#visa_listDoc{
border:1px solid black;
height:95%;
width:15%;
float: left;
}
#visa_left{
height:95%;
width:41%;
margin-left:1%;
float: left;
}
#tabricatorLeft{
height:99.5%;
min-width:0;
width:99.5%;
margin-bottom:0px;
}
#visa_right{
height:95%;
width:41%;
margin-left:1%;
float: left;
}
#tabricatorRight{
height:90%;
min-width:0;
width:99.5%;
}
#visa_listDoc .toolbar{
height: 4%;
width: 100%;
}
#visa_listDoc .toolbar table{
text-align:center;
width:100%;
}
.selectedId{ .selectedId{
background-color:#F99830; background-color:#F99830;
} }
#tab_visaSetWorkflow td{
white-space: pre;
}
[draggable=true]{ [draggable=true]{
cursor: move; cursor: move;
} }
...@@ -124,20 +70,6 @@ ...@@ -124,20 +70,6 @@
.vised .visaUserStatus{ .vised .visaUserStatus{
opacity: 1; opacity: 1;
} }
.visaUserInfo{
width: 55%;
font-weight: bold;
}
.visaUserInfo .nbRes{
background-color: grey;
font-weight: normal;
}
.visaUserInfo sub{
font-weight: normal;
}
.droptarget:hover.vised #dropZone{ .droptarget:hover.vised #dropZone{
visibility: hidden; visibility: hidden;
} }
...@@ -433,7 +365,7 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ ...@@ -433,7 +365,7 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{
cursor:pointer; cursor:pointer;
} }
.actions{ /* .actions{
float:right; float:right;
width: 25%; width: 25%;
padding: 5px; padding: 5px;
...@@ -442,7 +374,7 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ ...@@ -442,7 +374,7 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{
text-transform: initial; text-transform: initial;
border-left: solid 1px black; border-left: solid 1px black;
border-right: solid 1px black; border-right: solid 1px black;
} } */
.actions i{ .actions i{
width:5%; width:5%;
} }
......
...@@ -176,6 +176,7 @@ export class CreateAcknowledgementReceiptActionComponent implements OnInit, OnDe ...@@ -176,6 +176,7 @@ export class CreateAcknowledgementReceiptActionComponent implements OnInit, OnDe
initMce() { initMce() {
tinymce.init({ tinymce.init({
selector: "textarea#emailSignature", selector: "textarea#emailSignature",
base_url: '../../node_modules/tinymce/',
readonly: false, readonly: false,
suffix: '.min', suffix: '.min',
language: this.lang.langISO.replace('-', '_'), language: this.lang.langISO.replace('-', '_'),
......
...@@ -137,6 +137,7 @@ export class SentResourcePageComponent implements OnInit { ...@@ -137,6 +137,7 @@ export class SentResourcePageComponent implements OnInit {
initMce() { initMce() {
tinymce.init({ tinymce.init({
selector: "textarea#emailSignature", selector: "textarea#emailSignature",
base_url: '../../node_modules/tinymce/',
setup: (editor: any) => { setup: (editor: any) => {
editor.on('init', (e: any) => { editor.on('init', (e: any) => {
console.log('The Editor has initialized.'); console.log('The Editor has initialized.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment