[imp] Turba/IMP

Metee Khanongnuch may@yipintsoi.com
Mon, 24 Dec 2001 09:23:41 +0700


Please download this patch too. For completeness
;-)

http://intranet.yipintsoi.com/download/turba-patches/oldrow.inc.patch



----- Original Message -----
From: "Pelayo González" <pelayog@herolse-gbc.com>
To: <imp@lists.horde.org>
Sent: Friday, December 21, 2001 3:02 AM
Subject: Re: [imp] Turba/IMP


> Cool!
>
> Just for completeness, same patch for Redirect window. It works for me but
> please test it I've no php skills at all :(
>
> Pelayo
> -------------------------->8----------------------------------------------
----
> --- imp/templates/compose/bounce.inc.orig     Thu Dec 20 19:55:06 2001
> +++ imp/templates/compose/bounce.inc  Thu Dec 20 20:20:08 2001
> @@ -12,8 +12,11 @@
>  </tr>
>  <tr>
>      <td class="light" align="right"><b><?= _("To") ?></b>&nbsp;</td>
> -    <td class="item" colspan="2">
> -        <input type="text" size="70" class="fixed" tabindex="1" name="to"
> value="<?= $to ?>" />
> +    <td class="item" colspan="1">
> +        <input type="text" size="68" class="fixed" tabindex="1" name="to"
> value="<?= $to ?>" />
> +        <a onmouseout="status='';" onmouseover="status='<?= _("Address
Book") ?
> >';
> +        return true;" onclick="window.open('<?= $registry->getWebRoot
> ('turba') ?>/search.php?openfromcompose=true')" class="menuitem">
> +       <img src="<?= $registry->getWebRoot('turba')
?>/graphics/turba.gif"
> border=0 ></a>
>      </td>
>  </tr>