Skip to content

Commit 9901b71

Browse files
MMod
1 parent f1546de commit 9901b71

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

patient_portal/messaging/messages.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ function getAuthPortalUsers()
8686
<!DOCTYPE html>
8787
<html lang="en">
8888
<head>
89-
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
9089
<meta charset="utf-8">
9190
<title><?php echo xlt("Secure Messaging"); ?></title>
9291
<meta name="viewport"
@@ -111,6 +110,9 @@ function getAuthPortalUsers()
111110

112111
</head>
113112
<body ><!-- style='background:#f1f2f7;' -->
113+
<div class='title'>
114+
<h2><img style='width:25%;height:auto;' class='logo' src='<?php echo $GLOBALS['images_path']; ?>/logo-full-con.png'/> <?php echo xlt('Patient Messaging'); ?></h2>
115+
</div>
114116
<script>
115117
(function() {
116118
var app = angular.module("emrMessageApp",['ngSanitize','summernote',"checklist-model"]);
@@ -513,9 +515,6 @@ function getAuthPortalUsers()
513515
</script>
514516
<ng ng-app="emrMessageApp">
515517
<div class="container" id='main' style="display:none">
516-
<div class='header logo'>
517-
<h2><img style='width:25%;height:auto;' class='logo' src='<?php echo $GLOBALS['images_path']; ?>/logo-full-con.png'/> <?php echo xlt('Patient Messaging'); ?></h2>
518-
</div>
519518
<div class="row" ng-controller="inboxCtrl">
520519
<aside class="col-md-1"
521520
style='padding: 0 0; margin: 0 0; text-align: left;'>

0 commit comments

Comments
 (0)