A slight enhancement -
This is a new version of the file
ktemplate.php, which now gives you the option to specify the size of the <select> items - just open up the code and find the lines at the top of the code that read:
PHP Code:
$global_max_size = 10;
$custom_max_size = 15;
Edit these numbers to taste - their meanings should be fairly self-explanitory. The defaults of 10,15 are what I have found to be most usable, but everything depends on the display resolution you are running.
Note: if you set the value to 1, the select menu will become a pop-up menu, rather than a list.