Skip to content

Commit

Permalink
Comment Removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ahanipeitra1994 committed Aug 16, 2020
1 parent befd1a1 commit c048898
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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 @@ -110,11 +109,7 @@ function getAuthPortalUsers()
<!--<script type='text/javascript' src="./appmail.js.php"></script> -->

</head>
<!-- style='background:#f1f2f7;' -->
<body class="body_top">
<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>
<body ><!-- style='background:#f1f2f7;' -->
<script>
(function() {
var app = angular.module("emrMessageApp",['ngSanitize','summernote',"checklist-model"]);
Expand Down Expand Up @@ -517,6 +512,9 @@ 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 c048898

Please sign in to comment.