Print Button
Submitted by samuelrs on Wed, 22/07/2015 - 16:32
Hi,
I've had a request from staff that the Print button for Drug Labels is in a different spot after the upgrade to OpenVPMS. It's a little thing, but they sometimes have to scroll over to see it. Is there anyway it could be in a more obvious spot?
If I make change the number of characters in the Batch archetype, will that help?
Thanks,
Greta
Re: Print Button
Greta - can you tell me what you see when you go to Administration|Style Sheets - I would like to know the screen width and height that is shown.
Note that when logged into your system, mine shows 1920x1080 which matches my laptop - and with this resolution I do not have the problem you are seeing.
Regards, Tim G
Re: Print Button
Tim G,
My terminals have a display resolution of 1280 x 1024 @ 60Hz
This is what my Style Sheets looks like (not sure where screed width and height are)
Tim A,
So, should I change selector.width style property to 19 or 18? and see how that goes?
Re: Print Button
Try changing ChildEditDialog.width from:
0.60 * $width
to:
0.70 * $width
Re: Print Button
Hi Tim,
That is better. I still think it would still be better if it was below where you type the label or near the OK, but it's much better anyway.
Thanks!
Re: Print Button
There's a bug report to fix this for 1.9.
Regards,
-Tim A
Re: Print Button
What screen resolution are you seeing this on?
You could try:
You can edit the selector.width and ChildEditDialog.width properties in Administration -> Stylesheets, by clicking the Edit button. To make the change survive server restarts, you'll need to add it to a site.properties file.