[imp](no subject)

Richard Gilbert R.Gilbert@sheffield.ac.uk
Fri, 14 Jun 2002 12:04:51 +0100


I have upgraded from imp 3.0/horde 2.0 to imp 3.1/horde 2.1 and have come 
across a couple of issues: 

1. Signatures are now being preceded by <span class="signature">.  However 
   there is nothing to turn this off again.  This is particularly noticeable 
   with plain text digest messages, where everything is in pale grey after 
   the first identified signature. 

2. With imp 3.0 the login page was headed Welcome to Mail, followed by a link 
   to the New User Introduction.  With imp 3.1 I now see Welcome to Horde.  Is 
   this a deliberate change? 

   The relevant bit of imp/templates/login/login.inc has changed from 

   <b><?php printf(_("Welcome to %s"), $registry->getName()) ?></b> 
   <br /> 
   (<a class="small" href="<?= Horde::url('intro.php') ?>"> 
    <?= _("New User Introduction") ?></a>) 

   to 

   <?php printf(_("Welcome to %s"), 
      ($registry->getMethod('auth/login') == 'imp') 
         ? $registry->getParam('name', 'horde') 
         : $registry->getParam('name')) ?> 


Thank you very much for a great product. 

-- 
Richard Gilbert
Corporate Information and Computing Services
University of Sheffield, Sheffield, S10 2TN, UK
Phone: +44 114 222 3028   Fax: +44 114 222 3040


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/