Skip to content

Commit 3913363

Browse files
A fix inappropriate module name
1 parent 00eaf19 commit 3913363

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

patient_portal/messaging/messages.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function getAuthPortalUsers()
8686
<!DOCTYPE html>
8787
<html lang="en">
8888
<head>
89-
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
89+
<!-- <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -->
9090
<meta charset="utf-8">
9191
<title><?php echo xlt("Secure Messaging"); ?></title>
9292
<meta name="viewport"
@@ -110,7 +110,10 @@ function getAuthPortalUsers()
110110
<!--<script type='text/javascript' src="./appmail.js.php"></script> -->
111111

112112
</head>
113-
<body ><!-- style='background:#f1f2f7;' -->
113+
<!-- style='background:#f1f2f7;' -->
114+
<body class="body_top">
115+
116+
<span class="title"><?php echo xlt('Secure Message'); ?></span>
114117
<script>
115118
(function() {
116119
var app = angular.module("emrMessageApp",['ngSanitize','summernote',"checklist-model"]);

0 commit comments

Comments
 (0)