[dev] IMP: [patch]

Marc Jauvin marc at register4less.com
Fri Aug 22 06:14:32 PDT 2003


Yeah, even better! The patch is included!


Jan Schneider <jan at horde.org> wrote:

> Zitat von Marc Jauvin <marc at register4less.com>:
>
> > The included patch makes the table on the login page a little wider so
> > that
> > longer domain names will not wrap under the username.
>
> Why don't you put a 'nowrap="nowrap"' in the table cell that gets wrapped?
>
> Jan.
>
> --
> http://www.horde.org - The Horde Project
> http://www.ammma.de - discover your knowledge
> http://www.tip4all.de - Deine private Tippgemeinschaft
>
> --
> Horde developers mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe at lists.horde.org
>
>


--
Marc Jauvin
http://register4less.com
450-441-5458
-------------- next part --------------
Index: login.inc
===================================================================
RCS file: /repository/imp/templates/login/login.inc,v
retrieving revision 2.129
diff -u -r2.129 login.inc
--- login.inc   16 Jul 2003 22:06:06 -0000      2.129
+++ login.inc   22 Aug 2003 13:12:21 -0000
@@ -150,7 +150,7 @@
 <?php endif; ?>
 <tr>
     <td align="right" class="light"><b><?php echo _("Username") ?></b></td>
-    <td align="left" class="light">
+    <td align="left" class="light" nowrap="nowrap">
       <input type="text" tabindex="1" name="imapuser" value="<?php echo htmlspecialchars(Horde::getFormData('imapuser', getenv('REMOTE_USER'))) ?>" />
     <?php
         if (!empty($conf['hooks']['vinfo'])) {


More information about the dev mailing list