[gollem] modification of login.inc
Pavel Chytil
pavel at chytil.tk
Thu Dec 30 10:52:43 PST 2004
Hello,
this is just cosmetic thing. When I am trying to login to gollem (with port
number enabled). I type the username and hit <TAB> and that gets me to the port
number filed instead of the password field. I am not sure if that is desired
behaviour or not.
--- login.inc 2004-12-30 10:45:41.000000000 -0800
+++ login.inc.new 2004-12-30 10:45:14.000000000 -0800
@@ -98,7 +98,7 @@
<td align="left" class="light">
<input type="text" tabindex="<?php echo $tabindex++ ?>" name="server"
value="<?php echo $server_value ?>" />
<?php if ($conf['backend']['change_port']): ?>
- <input type="text" size="4" name="port" tabindex="3" value="<?php echo
$port_value ?>" />
+ <input type="text" size="4" name="port" tabindex="4" value="<?php echo
$port_value ?>" />
<?php else: ?>
<input type="hidden" name="port" value="<?php echo $port_value ?>" />
<?php endif; ?>
Pavel
More information about the gollem
mailing list