Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A fix inappropriate module name #1611

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 container'>
<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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be patient portal

<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