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

Refactor #3700: refine dashboard disclosures page #3701

Conversation

stu01509
Copy link
Member

Fixes #3700

Short description of what this resolves:

Refine the dashboard disclosures pages.

Add the bootstrap grid system, form, and table style.
Follow the OpenEMR current style guide.
Remove outdated code.

image

image

image

Add the bootstrap grid system, form and table style.
Follow the OpenEMR current style guide.
Remove outdated code.

issue openemr#3700
Comment on lines +119 to +121
<input type='entry' size='20' class='datepicker form-control' name='dates' id='dates' value='<?php echo attr($disc_date);?>'/>&nbsp; <?php
} else {
?> <input type='entry' size='20' class='datepicker form-control' name='dates' id='dates' value=''/>&nbsp;<?php
Copy link
Member Author

Choose a reason for hiding this comment

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

Hi @bradymiller and @tywrenn

I guess the type="entry" is invalid code syntax. What do I replace?

Copy link
Contributor

Choose a reason for hiding this comment

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

There are so many of these in the codebase that this will need to be a separate PR.

Comment on lines +141 to +145
?> <input type="entry" class="form-control" name="recipient_name" size="20" value="<?php echo attr($recipient_name); ?>" />
<?php
} else {?>
<input type="entry" class="form-control" name="recipient_name" size="20" value="" />
<?php
Copy link
Member Author

Choose a reason for hiding this comment

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

Hi @bradymiller and @tywrenn

I guess the type="entry" is invalid code syntax. What do I replace?

Copy link
Contributor

Choose a reason for hiding this comment

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

There are so many of these in the codebase that this will need to be a separate PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

Did you mean to create a PR and focus on removing the type="entry" ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah and replacing it with type="text"

@tywrenn
Copy link
Contributor

tywrenn commented Jul 4, 2020

@stu01509 Looks like you need to rebase your branch before I can test this

@stu01509 stu01509 requested a review from tywrenn July 5, 2020 03:31
@stu01509
Copy link
Member Author

stu01509 commented Jul 5, 2020

Thanks for your mention, resolved.

Copy link
Contributor

@tywrenn tywrenn left a comment

Choose a reason for hiding this comment

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

@stu01509 Looks like you need to check your responsiveness here. The jumbotron should span across the table if it has to be spaned.
image

@stu01509
Copy link
Member Author

stu01509 commented Jul 6, 2020

@tywrenn Such as this one?

image

@tywrenn
Copy link
Contributor

tywrenn commented Jul 14, 2020

@stu01509 That's correct.

@stu01509
Copy link
Member Author

Updated the commit.

image

@stu01509 stu01509 requested a review from tywrenn July 15, 2020 21:24
@tywrenn
Copy link
Contributor

tywrenn commented Jul 16, 2020

@bradymiller

@stephenwaite stephenwaite merged commit 1d0dd8a into openemr:master Jul 16, 2020
@stephenwaite
Copy link
Sponsor Member

Thank you @stu01509 and @tywrenn :)

@stephenwaite
Copy link
Sponsor Member

kermit

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

Successfully merging this pull request may close these issues.

UI Issue: dashboard disclosures page
4 participants