Skip to content

Conversation

@ahanipeitra1994
Copy link
Contributor

@ahanipeitra1994 ahanipeitra1994 commented May 24, 2020

I did a fix on the issue #1459.
image

@muarachmann
Copy link
Member

Can you remove the other secure message below? sounds redundant
Screen Shot 2020-06-10 at 4 04 41 AM

@ahanipeitra1994
Copy link
Contributor Author

ahanipeitra1994 commented Jun 10, 2020 via email

@maggienegm
Copy link
Contributor

maggienegm commented Aug 16, 2020

@ahanipeitra1994 By default, the tab title shows within the tab, which is why "Secure Message" shows underneath the tab title. Since the module already has a name ("Patient Messaging"), I would make that the title and move that piece of code up into where you added a title, so the tab name will become "Patient Messaging" and logo + title within the tab will display the way it's currently being displayed.

ahanipeitra1994 added a commit to ahanipeitra1994/lh-ehr that referenced this pull request Aug 16, 2020
@Ngai-E
Copy link
Collaborator

Ngai-E commented Aug 16, 2020

Works fine now. @maggienegm the previous format is kind of obsolete with majority of the web using HTML5. content-type was used to specify character encoding but now we can just use this <meta charset="utf-8"> directly. Thanks for taking out time to refactor the code base as well @ahanipeitra1994, delete the comment.

<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -->
Copy link
Collaborator

Choose a reason for hiding this comment

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

This comment is not necessary, remove it.

<html lang="en">
<head>
<!-- <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
Copy link
Collaborator

Choose a reason for hiding this comment

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

I asked to remove the comment, not uncomment it.

<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>
Copy link
Contributor

@maggienegm maggienegm Aug 16, 2020

Choose a reason for hiding this comment

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

@ahanipeitra1994 it looks like with your last commit, you removed the solution you pushed earlier and it's back to the original code, so now the issue exists again. Make sure to always test before you push!

@ahanipeitra1994 ahanipeitra1994 force-pushed the Inappropriate_module_name branch from 95fe5f7 to 9901b71 Compare August 17, 2020 06:15
@maggienegm
Copy link
Contributor

Tested and LGTM. @Ngai-E and @muarachmann ?

<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

@ahanipeitra1994
Copy link
Contributor Author

ahanipeitra1994 commented Sep 5, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants