File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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;'>
You can’t perform that action at this time.
0 commit comments