changes on some more components to secretary
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<ion-header [translucent]="true">
|
||||
<ion-toolbar>
|
||||
<ion-header>
|
||||
<ion-toolbar color="secondary">
|
||||
<ion-buttons slot="start">
|
||||
<ion-back-button defaultHref="loggin"></ion-back-button>
|
||||
<ion-title>Datos Secretario</ion-title>
|
||||
<ion-menu-button color="dark" slot="end"></ion-menu-button>
|
||||
</ion-buttons>
|
||||
<ion-title>
|
||||
Datos Secretario
|
||||
</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
<ion-back-button></ion-back-button>
|
||||
<ion-toolbar color="secondary">
|
||||
<ion-buttons>
|
||||
<ion-back-button slot="start"></ion-back-button>
|
||||
<ion-title>Foto</ion-title>
|
||||
<ion-menu-button color="dark" slot="end"></ion-menu-button>
|
||||
</ion-buttons>
|
||||
<ion-title>Foto</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content class="ion-padding">
|
||||
<ion-content class="ion-padding" class="grad">
|
||||
<div id="container">
|
||||
<ion-item>
|
||||
<ion-item color="translucent">
|
||||
<input type="file" (change)="onFileChange($event)" />
|
||||
</ion-item>
|
||||
<ion-button color="danger" expand="full" (click)="submitForm()"> Subir Archivo </ion-button>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<ion-header >
|
||||
<ion-toolbar color="secondary">
|
||||
<ion-buttons>
|
||||
<ion-back-button slot="start"></ion-back-button>
|
||||
<ion-back-button slot="start" defaultHref="loggin"></ion-back-button>
|
||||
<ion-title>
|
||||
Datos
|
||||
</ion-title>
|
||||
|
||||
@@ -23,6 +23,7 @@ export class Tab1Page implements OnInit{
|
||||
public activatedRoute : ActivatedRoute) {
|
||||
this.auth.store.get("info").subscribe(
|
||||
res => {
|
||||
console.log("Response on loggin",res)
|
||||
this.data.email = res.email;
|
||||
this.data.phone = res.phone;
|
||||
this.data.street = res.street;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<ion-header>
|
||||
<ion-toolbar color="secondary">
|
||||
<ion-back-button slot="start" defaultHref="loggin"></ion-back-button>
|
||||
<ion-back-button slot="start"></ion-back-button>
|
||||
<ion-button slot="end" (click)="loadData()">
|
||||
<ion-icon slot="end" name="paper-plane"></ion-icon>
|
||||
Enviar
|
||||
|
||||
Reference in New Issue
Block a user