add icd9 and minor fixes to the following:
add_edit_event.php - spelling chg and add xl()
main_screen.php - correct placement of head tag
deleter.php - correct closing tag on cancel button
demographics.php - fix width of second column div to 300px and some other cleanup
add_transaction.php - fix location of close form tag
style_default.css - fix width of second column div to 300px
gen_x12_837.inc.php - POS formatting to avoid stripping the leading zero
sql/icd9-codes-insert.sql - add to distro
sql/icd9-codes-replace.sql - add to distro
These are contributions from various development sources …
Will commit then late tonight unless I hear otherwise
-Tony
Maybe this commit is not the time, but it’s better to express column widths (and dimensions in general) as percentages rather than as pixels, where that is possible.
Actually I agree with that but the left div was already set hard at 655px so I used that model. I can change it to something like 66% and 33% and test that. It would make me feel better about this piece of code as well.
-Tony
Add icd9 and minor fixes to the following:
add_edit_event.php - spelling chg and add xl()
main_screen.php - correct placement of head tag
deleter.php - correct closing tag on cancel button
demographics.php - fix width of second column div background
add_transaction.php - fix location of close form tag
style_default.css - fix widths tabbed column divs and backgounds to percentages
gen_x12_837.inc.php - POS formatting to avoid stripping the leading zero
sql/icd9-codes-insert.sql - add to distro
sql/icd9-codes-replace.sql - add to distro
It’s a confusing mix of both, all I was working on was the background shading widths so the right column would not be the same width as the left column. Just in div.tabContainer widths and the div.notab and notab-right widths.
We need a real CSS stylist to go though it all for best use models …
While I am really busy trying to get a boat underway for Bimini, I still have taken a bit of time to test the latest commits to the master. I have gone down Tony’s list here, and tried some other stuff like the billing module. While I have not turned magic quotes back on to check that, it still seems like all this stuff is clean. Billing searches seem to all work (with cursory experimentation). Good update dudes!
While I agree about using percentages whenever practical, I have also tried things out on a a variety of resolutions and proportions. For whatever it is worth, while it does not always use up every last bit of white space on larger widescreens, it is still pretty darn good even on netpad 9" screen.