comment code for PR profile

This commit is contained in:
Tiago Kayaya
2020-11-24 14:28:01 +01:00
parent 835b0169b6
commit 10ae85da2c
7 changed files with 16 additions and 17 deletions
@@ -40,8 +40,7 @@ export class EventDetailModalPage implements OnInit {
private modalCtrl: ModalController,
private alertService: AlertService,
private attachamentsService: AttachmentsService,
private route: Router,
private iab: InAppBrowser) {
private route: Router,) {
this.loadedEvent = new Event();
this.loadedEvent.Body = new EventBody();
}
+3 -3
View File
@@ -10,13 +10,13 @@
</ion-label>
</ion-item>
<ion-buttons slot="end">
<div class="toggleBox">
<!-- <div class="toggleBox">
<div (click)="changeProfile()" class="toggle">
<input type="checkbox">
<label for="" class="onbtn">PR</label>
<label for="" class="ofbtn">MDGPR</label>
</div>
</div>
</div> -->
</ion-buttons>
</ion-toolbar>
<ion-toolbar>
@@ -24,7 +24,7 @@
<ion-item class="ion-text-right" lines="none">
<ion-label class="ion-text-wrap">
<h3 class="header-medium"> {{greetting}} Excelência <br />
Ministro Director do Gabinete do<!-- <br /> -->
<!-- Ministro Director do Gabinete do --><!-- <br /> -->
Presidente da República
</h3>
+1 -1
View File
@@ -63,7 +63,7 @@ export class EventsPage implements OnInit {
//Inicializar segment
this.segment = "Combinada";
//Initialize profile as mdgpr
this.profile = "mdgpr";
this.profile = "pr";
console.log(this.profile);