Sharing tweak for main_title.php. Changes include:
1. Link to Hide/Show the navigation menu.
2. Regroup the title area into 4 sections using 2 rows each.
Hiding the navigation menu on small (10in to 12in) screens of tablet devices such as iPad gives significantly more viewing area. Devices with 7in screens will need complete redesign of the interface.
Hi,
Looks Great and works great on FireFox 5.
Slightly off on IE 8 and Chrome 12
It works Great but the Hide Menu option is half hidden and takes a little maneuvering to click it just right.
I see the problem in IE caused because I tried to minimize changes to the HTML. ‘Slightly off’ is very charitable way to describe the result in IE. More reliable rendering will be with two rows instead of using <BR> tag. I will submit an update shortly. Let me know if there are any other ideas. Thx.
Tried to fix display in non-Firefox browsers. There are still some differences in spacing but the links are no longer hidden. Please review and suggest if there is a better way…
Thx.
Hi,
Layout looks good, but several suggestions (mostly related to being confused about what the links are):
1. Have anything that is a link blue (ie. Hide Menu, Home, Manual).
2. Make the Logout button like the New Patient Button.
3. Remove the link formatting from the Logged in stuff (simply use span instead (title should still show up i think).
4. The Home and Manual are not lining up (guessing related to btnrigh; probably best to not do this and instead use style of the TD with the button to make a left-margin there. I think I know the issue you’re likely having with the button (ie. it floats to the left; see how I controlled this issue in code at top of the patient summary screen(ie. the Delete button).
-brady
Pushed the fixes for formatting issues.
Noticed the issue with Home, Manual links moving depending on the length of the user’s name. Dropped the ‘Logged in:’ label to reduce footprint. Hope that works.
Please review. Thx.
Hi,
Make some minor mods and committed your changes to sourceforge. My minor mods were following:
Moved the class=text from a to td tags (for Home and Manual links since these weren’t showing up as blue until I did this).
Changed LOG OUT back to Logout (like to avoid changing labels, because it then creates a new term that needs to go through translation. Note erroneous/incorrect/confusing labels should still be fixed, just don’t think that is the case here. Of course, if you disagree, always open to discussion).
-brady