zoneminder patch to options screen
Posted: Sun Apr 01, 2012 4:51 pm
Here's a patch I made that improves a couple of minor usability concerns in the options screens of the default skin (remove the spaces):
http :// gist . github . com / 2271967
display configuration help in a tooltip or alert box rather than a new window. It seems rather wasteful to create yet another browser window just for a very small amount of text, especially since it's easy enough for that window to lose focus and lost behind so many other windows already opened. So now you can hover over the "?" to see the tip, or if you click on it the text will open in a modal browser alert box.
make configuration radio buttons easier to click by using labels. This lets you click on the words associated with the radio button (like "hashed", "plain", or "none"), and can also be considered an accessibility/screen-reader improvement.
http :// gist . github . com / 2271967
display configuration help in a tooltip or alert box rather than a new window. It seems rather wasteful to create yet another browser window just for a very small amount of text, especially since it's easy enough for that window to lose focus and lost behind so many other windows already opened. So now you can hover over the "?" to see the tip, or if you click on it the text will open in a modal browser alert box.
make configuration radio buttons easier to click by using labels. This lets you click on the words associated with the radio button (like "hashed", "plain", or "none"), and can also be considered an accessibility/screen-reader improvement.