mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Add background
This commit is contained in:
@@ -218,14 +218,13 @@ export class NewPublicationPage implements OnInit {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
||||||
|
|
||||||
this.publication = {
|
this.publication = {
|
||||||
DateIndex: new Date(),
|
DateIndex: new Date().toLocaleString('pt'),
|
||||||
DocumentId:null,
|
DocumentId:null,
|
||||||
ProcessId:this.folderId,
|
ProcessId:this.folderId,
|
||||||
Title: this.pub.Title,
|
Title: this.pub.Title,
|
||||||
Message: this.pub.Message,
|
Message: this.pub.Message,
|
||||||
DatePublication: new Date(),
|
DatePublication: new Date().toLocaleString('pt'),
|
||||||
OriginalFileName: this.capturedImageTitle,
|
OriginalFileName: this.capturedImageTitle,
|
||||||
FileBase64: this.capturedImage,
|
FileBase64: this.capturedImage,
|
||||||
FileExtension: 'jpeg',
|
FileExtension: 'jpeg',
|
||||||
|
|||||||
@@ -24,13 +24,13 @@
|
|||||||
<!-- </ion-toolbar> -->
|
<!-- </ion-toolbar> -->
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
<ion-content>
|
<ion-content class="background-white">
|
||||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
||||||
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
||||||
<ion-refresher-content>
|
<ion-refresher-content>
|
||||||
</ion-refresher-content>
|
</ion-refresher-content>
|
||||||
</ion-refresher>
|
</ion-refresher>
|
||||||
<div class="main-container">
|
<div class="main-container background-white">
|
||||||
<ion-list>
|
<ion-list>
|
||||||
<!-- [routerLink]="['/home/publications/view-publications/publication-detail', publication.publicationId]" -->
|
<!-- [routerLink]="['/home/publications/view-publications/publication-detail', publication.publicationId]" -->
|
||||||
<div class="post-item"
|
<div class="post-item"
|
||||||
|
|||||||
Reference in New Issue
Block a user