Skip to content

Commit cd41d29

Browse files
A Modification On Issue LibreHealthIO#1611
1 parent 3913363 commit cd41d29

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

patient_portal/messaging/messages.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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;'>

0 commit comments

Comments
 (0)