[dev] IMP: [patch]
Marc Jauvin
marc at register4less.com
Thu Aug 21 18:08:39 PDT 2003
The included patch makes the table on the login page a little wider so that
longer domain names will not wrap under the username.
Please, adjust to taste and commit.
--
Marc Jauvin
http://register4less.com
450-441-5458
-------------- next part --------------
Index: templates/login/login.inc
===================================================================
RCS file: /repository/imp/templates/login/login.inc,v
retrieving revision 2.129
diff -u -r2.129 login.inc
--- templates/login/login.inc 16 Jul 2003 22:06:06 -0000 2.129
+++ templates/login/login.inc 22 Aug 2003 01:06:21 -0000
@@ -133,7 +133,7 @@
<input type="hidden" name="<?php echo htmlspecialchars($arg) ?>" value="<?php echo htmlspecialchars($value) ?>" />
<?php endforeach; ?>
-<table align="center" border="0" width="300">
+<table align="center" border="0" width="500">
<tr><td align="center" colspan="2" class="header">
<?php echo $title ?>
</td></tr>
More information about the dev
mailing list