File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,9 @@ function getAuthPortalUsers()
112112</head>
113113<!-- style='background:#f1f2f7;' -->
114114<body class="body_top">
115-
116- <span class="title"><?php echo xlt ('Secure Message ' ); ?> </span>
115+ <div class='title'>
116+ <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>
117+ </div>
117118<script>
118119(function() {
119120 var app = angular.module("emrMessageApp",['ngSanitize','summernote',"checklist-model"]);
@@ -516,9 +517,6 @@ function getAuthPortalUsers()
516517</script>
517518 <ng ng-app="emrMessageApp">
518519 <div class="container" id='main' style="display:none">
519- <div class='header logo'>
520- <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>
521- </div>
522520 <div class="row" ng-controller="inboxCtrl">
523521 <aside class="col-md-1"
524522 style='padding: 0 0; margin: 0 0; text-align: left;'>
You can’t perform that action at this time.
0 commit comments