Skip to content

Commit

Permalink
MMod
Browse files Browse the repository at this point in the history
  • Loading branch information
ahanipeitra1994 committed Aug 17, 2020
1 parent f1546de commit 9901b71
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions patient_portal/messaging/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function getAuthPortalUsers()
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title><?php echo xlt("Secure Messaging"); ?></title>
<meta name="viewport"
Expand All @@ -111,6 +110,9 @@ function getAuthPortalUsers()

</head>
<body ><!-- style='background:#f1f2f7;' -->
<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 @@ -513,9 +515,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 9901b71

Please sign in to comment.