Skip to content

Commit

Permalink
A Modification On Issue LibreHealthIO#1611
Browse files Browse the repository at this point in the history
  • Loading branch information
ahanipeitra1994 committed Aug 16, 2020
1 parent 3913363 commit cd41d29
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions patient_portal/messaging/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ function getAuthPortalUsers()
</head>
<!-- style='background:#f1f2f7;' -->
<body class="body_top">

<span class="title"><?php echo xlt('Secure Message'); ?></span>
<div class='title'>
<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>
</div>
<script>
(function() {
var app = angular.module("emrMessageApp",['ngSanitize','summernote',"checklist-model"]);
Expand Down Expand Up @@ -516,9 +517,6 @@ function getAuthPortalUsers()
</script>
<ng ng-app="emrMessageApp">
<div class="container" id='main' style="display:none">
<div class='header logo'>
<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>
</div>
<div class="row" ng-controller="inboxCtrl">
<aside class="col-md-1"
style='padding: 0 0; margin: 0 0; text-align: left;'>
Expand Down

0 comments on commit cd41d29

Please sign in to comment.