[dev] [patch] Imp redirect

Johan FISCHER linux at fischaz.com
Mon Aug 9 21:57:06 PDT 2004


Hi list,


small patch for the redirect template to use the inProgress class in the expand
span.

Cheers.

Johan.

(My laptop has gone crazy, so I can't send attached patch anymore, just inline
...)

Index: redirect.inc
===================================================================
RCS file: /repository/imp/templates/compose/redirect.inc,v
retrieving revision 1.8
diff -u -b -B -r1.8 redirect.inc
--- redirect.inc        20 Mar 2004 21:33:30 -0000      1.8
+++ redirect.inc        10 Aug 2004 04:07:42 -0000
@@ -101,7 +101,7 @@
         </tr>
 <?php else: ?>
         <tr>
-          <td align="left"><input type="text" id="to" size="55" tabindex="<?php
echo $tabindex++ ?>" class="fixed" name="to" value="<?php echo
htmlspecialchars($header['to']) ?>" <?php echo
($browser->hasFeature('iframes')) ? 'onchange="expandField(this)" /><span
id="expandingto" style="color:red;visibility:hidden;">' . _("Expanding...") .
'</span>' : '/>'; ?></td>
+          <td align="left"><input type="text" id="to" size="55" tabindex="<?php
echo $tabindex++ ?>" class="fixed" name="to" value="<?php echo
htmlspecialchars($header['to']) ?>" <?php echo
($browser->hasFeature('iframes')) ? 'onchange="expandField(this)" /> <span
id="expandingto" class="inProgress" style="visibility:hidden;">' .
_("Expanding...") . '</span>' : '/>'; ?></td>
           <td align="right"><?php echo Help::link('imp', 'compose-to')
?>&nbsp;</td>
         </tr>
 <?php endif; ?>

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


More information about the dev mailing list