This commit is contained in:
Peter Maquiran
2024-03-04 22:11:26 +01:00
parent 1fdc2e0b9c
commit 16f53b21b5
4 changed files with 10 additions and 9 deletions
@@ -68,6 +68,7 @@ iframe {
.container-img {
background-image: url(/assets/gif/theme/gov/Blocks-loader.svg);
background-size: 100px;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
+6 -6
View File
@@ -119,16 +119,16 @@ export class SearchPage implements OnInit {
if (this.currentPath.includes('/home/agenda')) {
this.type = "Agenda"
} else if (this.currentPath.includes('/home/gabinete-digital')) {
this.type = "AccoesPresidenciais & ArquivoDespachoElect"
} else if (this.currentPath.includes('/home/publications')) {
this.type = "AccoesPresidenciais"
} else {
}
}
}
@@ -381,7 +381,7 @@ export class SearchPage implements OnInit {
this.showLoader = true;
this.search.basicSearch(this.searchSubject, searchDocumentDate,searchDocumentDateEnd, this.searchSenderId
, this.searchOrganicEntiryCode, this.searchDocTypeId, '0').subscribe(res => {
if (!res.Categories.length) {
this.searchResult = "Não encontramos o que procura";
}
@@ -429,7 +429,7 @@ export class SearchPage implements OnInit {
console.log('enter text');
} else {
this.search.searchForDoc(this.searchSubject, searchDocumentDate, this.searchSenderId
, this.searchOrganicEntiryCode, this.searchDocTypeId, '8').subscribe(res => {
this.showLoader = true;