fix
This commit is contained in:
@@ -18,25 +18,50 @@
|
||||
Profile
|
||||
</ion-label>
|
||||
</ion-item-divider>
|
||||
|
||||
<ion-item><ion-label> Dr. Something Something</ion-label></ion-item>
|
||||
<ion-item><ion-label>Edit Profile</ion-label></ion-item>
|
||||
<ion-item><ion-label>A4</ion-label></ion-item>
|
||||
<ion-item><ion-label>Practice Time</ion-label></ion-item>
|
||||
<ion-item>
|
||||
|
||||
<ion-grid style="background-color: aliceblue;">
|
||||
<ion-row>
|
||||
<ion-col style="width: 50%;">
|
||||
<img src="{{doctor_profile_picture}}" />
|
||||
</ion-col>
|
||||
<ion-col>
|
||||
<ion-label> Dr. Something Something</ion-label>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
More Information
|
||||
</ion-row>
|
||||
<ion-row style="text-align: center;">
|
||||
<ion-button shape="round" fill="outline">Edit</ion-button>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
</ion-item>
|
||||
|
||||
|
||||
<ion-item-divider>
|
||||
<ion-label>
|
||||
General
|
||||
</ion-label>
|
||||
</ion-item-divider>
|
||||
<ion-item><ion-label>Notifications</ion-label></ion-item>
|
||||
<ion-item><ion-label>Location</ion-label></ion-item>
|
||||
|
||||
|
||||
|
||||
<ion-item-divider>
|
||||
<ion-label>
|
||||
Manage Practice
|
||||
Practice
|
||||
</ion-label>
|
||||
</ion-item-divider>
|
||||
|
||||
<ion-item (click)="goPractice()"><ion-label>Practice</ion-label></ion-item>
|
||||
<ion-item (click)="goPractice()"><ion-label>Manage</ion-label></ion-item>
|
||||
<ion-item><ion-label>B3</ion-label></ion-item>
|
||||
<ion-item><ion-label>B4</ion-label></ion-item>
|
||||
<ion-item><ion-label>B5</ion-label></ion-item>
|
||||
</ion-list>
|
||||
|
||||
<ion-button expand="full" color="danger" (click)="goLogout()">Log Out</ion-button>
|
||||
<br><br>
|
||||
<ion-button expand="full" shape="round" color="danger" (click)="goLogout()">Log Out</ion-button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -15,6 +15,8 @@ import {
|
||||
})
|
||||
export class MermsSettingsPage implements OnInit {
|
||||
|
||||
doctor_profile_picture:string='../../assets/imgs/avatarM.png';
|
||||
|
||||
constructor( public navCtrl: NavController,private router: Router) { }
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
Reference in New Issue
Block a user